Skip to content

Commit 22b69ec

Browse files
authored
Merge pull request #21 from pflooky/dev-json-schema
Add in JSON schema
2 parents 0c2a09c + 68c9443 commit 22b69ec

File tree

2 files changed

+529
-0
lines changed

2 files changed

+529
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,14 @@ A data contract defines the agreement between a data producer and consumers. A d
2525

2626
*Figure 1: illustration of a data contract, its principal contributors, sections, and usage.*
2727

28+
### JSON Schema
29+
30+
JSON Schema for ODCS can be found [here](schema/odcs-json-schema.json). You can import this schema into your IDE for
31+
validation of your YAML files. Links below show how you can import the schema:
32+
33+
- [Intellij](https://www.jetbrains.com/help/idea/json.html#ws_json_schema_add_custom)
34+
- [VSCode](https://code.visualstudio.com/docs/languages/json#_json-schemas-and-settings)
35+
2836
## Contributing to the project
2937
Check out the [CONTRIBUTING](./CONTRIBUTING.md) file.
3038

0 commit comments

Comments
 (0)