diff --git a/schema/component.schema.json b/schema/component.schema.json index 6101ba7..4f281cc 100644 --- a/schema/component.schema.json +++ b/schema/component.schema.json @@ -1,7 +1,7 @@ { "version": "0.6.0", "$schema": "http://json-schema.org/draft-07/schema#", - "$id": "https://raw.githubusercontent.com/DirectedEdges/anova/main/anova.schema.json", + "$id": "https://raw.githubusercontent.com/DirectedEdges/anova/main/schema/component.schema.json", "title": "Anova Plugin Output Schema", "description": "JSON Schema for data that's output by the Anova Figma plugin produced by Directed Edges", "$comment": "Copyright (c) 2025 Directed Edges. Licensed under CC BY 4.0 (https://creativecommons.org/licenses/by/4.0/). Attribution required.", diff --git a/schema/components.schema.json b/schema/components.schema.json index bd5367e..1469e7a 100644 --- a/schema/components.schema.json +++ b/schema/components.schema.json @@ -1,6 +1,6 @@ { "$schema": "http://json-schema.org/draft-07/schema#", - "$id": "https://raw.githubusercontent.com/DirectedEdges/anova/main/components.schema.json", + "$id": "https://raw.githubusercontent.com/DirectedEdges/anova/main/schema/components.schema.json", "title": "Anova Components Set Schema", "description": "A set of named components, each conforming to the Anova component schema.", "version": "0.6.0", diff --git a/schema/root.schema.json b/schema/root.schema.json index 85f0d96..944e4c6 100644 --- a/schema/root.schema.json +++ b/schema/root.schema.json @@ -1,6 +1,6 @@ { "$schema": "http://json-schema.org/draft-07/schema#", - "$id": "https://raw.githubusercontent.com/DirectedEdges/anova/main/root.schema.json", + "$id": "https://raw.githubusercontent.com/DirectedEdges/anova/main/schema/root.schema.json", "title": "Anova Schema Package", "description": "Root schema for the Anova component and components set definitions.", "version": "0.6.0", diff --git a/schema/styles.schema.json b/schema/styles.schema.json index 4b444f1..ef725f8 100644 --- a/schema/styles.schema.json +++ b/schema/styles.schema.json @@ -1,7 +1,7 @@ { "version": "0.6.0", "$schema": "http://json-schema.org/draft-07/schema#", - "$id": "https://raw.githubusercontent.com/DirectedEdges/anova/main/styles.schema.json", + "$id": "https://raw.githubusercontent.com/DirectedEdges/anova/main/schema/styles.schema.json", "title": "Anova Styles Schema", "description": "JSON Schema for style properties emitted by the Anova Figma plugin", "$comment": "Copyright (c) 2025 Directed Edges. Licensed under CC BY 4.0 (https://creativecommons.org/licenses/by/4.0/). Attribution required.",