https://github.com/indeedeng/iwf-idl
interface definition between iwf SDKs and iwf server
https://github.com/indeedeng/iwf-idl
Last synced: 12 months ago
JSON representation
interface definition between iwf SDKs and iwf server
- Host: GitHub
- URL: https://github.com/indeedeng/iwf-idl
- Owner: indeedeng
- License: apache-2.0
- Created: 2022-07-26T18:31:28.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2025-05-16T17:47:11.000Z (about 1 year ago)
- Last Synced: 2025-07-10T06:10:49.926Z (about 1 year ago)
- Size: 162 KB
- Stars: 3
- Watchers: 9
- Forks: 6
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# iwf-idl
interface definition/ API schema between iWF SDKs and [iWF server](https://github.com/indeedeng/iwf)
There are two idl files: iwf.yaml and iwf-sdk.yaml:
* iwf.yaml is for iwf-server
* iwf-sdk.yaml is for SDKs
* iwf-sdk.yaml is a subset of iwf.yaml.
This is because iwf-server needs to be backward compatible but some of the old shema doesn't need in SDK anymore