From 4d855d6c0a71298bcf8bee284d9e2ad8dd1c4426 Mon Sep 17 00:00:00 2001 From: Ostrzyciel Date: Wed, 9 Sep 2026 13:41:35 +0200 Subject: [PATCH 1/2] Correct ontology schema's $id field --- ontology/ontology.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ontology/ontology.json b/ontology/ontology.json index 22c889e7..4b3aee5b 100644 --- a/ontology/ontology.json +++ b/ontology/ontology.json @@ -1,6 +1,6 @@ { "$schema": "https://json-schema.org/draft/2020-12/schema", - "$id": "https://github.com/apache/ossie/core-spec/ossie-schema.json", + "$id": "https://github.com/apache/ossie/core-spec/ontology.json", "title": "Apache Ossie Ontology Metadata Specification", "description": "JSON Schema for validating Apache Ossie ontology definitions", "type": "object", From 20473064522af6c8bf1c8ae939f56e088a09c320 Mon Sep 17 00:00:00 2001 From: Ostrzyciel Date: Wed, 9 Sep 2026 18:54:15 +0200 Subject: [PATCH 2/2] fix --- ontology/ontology.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ontology/ontology.json b/ontology/ontology.json index 4b3aee5b..062923f7 100644 --- a/ontology/ontology.json +++ b/ontology/ontology.json @@ -1,6 +1,6 @@ { "$schema": "https://json-schema.org/draft/2020-12/schema", - "$id": "https://github.com/apache/ossie/core-spec/ontology.json", + "$id": "https://github.com/apache/ossie/ontology/ontology.json", "title": "Apache Ossie Ontology Metadata Specification", "description": "JSON Schema for validating Apache Ossie ontology definitions", "type": "object",