From d94656f227ae6181fc5fd8bbc836b8080e8e933e Mon Sep 17 00:00:00 2001 From: Enrico Eberhard <32450951+eeberhard@users.noreply.github.com> Date: Mon, 10 Feb 2025 16:14:44 +0100 Subject: [PATCH] release(schema): interfaces schema 1-0-0 (#223) --- schemas/interfaces/CHANGELOG.md | 8 ++++++++ schemas/interfaces/schema/interfaces.schema.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) 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",