diff --git a/schemas/interfaces/CHANGELOG.md b/schemas/interfaces/CHANGELOG.md index a0cf709..385c8a4 100644 --- a/schemas/interfaces/CHANGELOG.md +++ b/schemas/interfaces/CHANGELOG.md @@ -1 +1,9 @@ # CHANGELOG + +Release Versions: + +- [1-0-0](#1-0-0) + +## 1-0-0 + +Initial release of the common interfaces schema defining parameters, predicates, services and signals. \ No newline at end of file diff --git a/schemas/interfaces/schema/interfaces.schema.json b/schemas/interfaces/schema/interfaces.schema.json index d360914..7dc448c 100644 --- a/schemas/interfaces/schema/interfaces.schema.json +++ b/schemas/interfaces/schema/interfaces.schema.json @@ -1,5 +1,5 @@ { - "$id": "/draft/1-0-0/interfaces.schema.json", + "$id": "/1-0-0/interfaces.schema.json", "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "Common Interfaces", "description": "This schema includes definitions for common interfaces across the AICA System",