From 731e08b5a053a029903adf85621ba523d3979a10 Mon Sep 17 00:00:00 2001 From: Kid Hailu Date: Tue, 25 Jun 2024 19:58:02 -0700 Subject: [PATCH] Fixing a broken link for JSON Schema Signed-off-by: Kid Hailu --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4547ba1..7b87ea0 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ A data contract defines the agreement between a data producer and consumers. A d ### JSON Schema -JSON Schema for ODCS can be found [here](https://github.com/bitol-io/open-data-contract-standard/blob/main/schema/odcs-json-schema.json). You can import this schema into your IDE for +JSON Schema for ODCS can be found [here](https://github.com/bitol-io/open-data-contract-standard/blob/main/schema/odcs-json-schema-latest.json). You can import this schema into your IDE for validation of your YAML files. Links below show how you can import the schema: - [IntelliJ](https://www.jetbrains.com/help/idea/json.html#ws_json_schema_add_custom)