File tree Expand file tree Collapse file tree 2 files changed +13
-8
lines changed
Expand file tree Collapse file tree 2 files changed +13
-8
lines changed Original file line number Diff line number Diff line change @@ -95,7 +95,7 @@ https://odtp-org.github.io/odtp-manuals/
9595
9696## ` odtp.yml `
9797
98- ODTP requires a set of metadata to work. These field should be filled by the developers.
98+ ODTP requires a set of metadata to work. These fields should be filled by the developers.
9999
100100``` yml
101101# This file should contain basic component information for your component.
@@ -135,10 +135,10 @@ ODTP requires a set of metadata to work. These field should be filled by the dev
135135- data-output :
136136 - output
137137
138- # If aplicable, data-output list produced by the component .
139- # Temporally unavaible .
140- - inputSchema : PATH_TO_INPUT_SCHEMA
141- - outputSchema : PATH_TO_INPUT_SCHEMA
138+ # If aplicable, path to schemas to perform semantic validation .
139+ # Still under development. Ignore .
140+ - schema-input : PATH_TO_INPUT_SCHEMA
141+ - schema-output : PATH_TO_OUTPUT_SCHEMA
142142
143143# If aplicable, define devices needed such as gpus.
144144- devices :
@@ -147,10 +147,14 @@ ODTP requires a set of metadata to work. These field should be filled by the dev
147147
148148## Changelog
149149
150+ - v0.3.1
151+ - Updating schema fields in ` odtp.yml` to kebab-case.
152+
150153- v0.3.0
151154 - Turning `odtp-client` into a separate repository and adding it as a submodule in `odtp-component-client`
152155 - Updating `app.sh` and tutorial.
153156 - Updating `odtp.yml` file.
157+ - Adding `.DS_Store` to `.gitignore`
154158
155159- v0.2.0
156160 - Compatible with ODTP v.0.2.0 only with platform / components
Original file line number Diff line number Diff line change 3535- data-output :
3636 - output
3737
38- # If aplicable, data-output list produced by the component
39- - inputSchema : PATH_TO_INPUT_SCHEMA
40- - outputSchema : PATH_TO_INPUT_SCHEMA
38+ # If aplicable, path to schemas to perform semantic validation.
39+ # Still under development. Ignore.
40+ - schema-input : PATH_TO_INPUT_SCHEMA
41+ - schema-output : PATH_TO_OUTPUT_SCHEMA
4142
4243# If aplicable, define devices needed such as gpus.
4344- devices :
You can’t perform that action at this time.
0 commit comments