Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion schema/component.schema.json
Original file line number Diff line number Diff line change
@@ -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.",
Expand Down
2 changes: 1 addition & 1 deletion schema/components.schema.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion schema/root.schema.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion schema/styles.schema.json
Original file line number Diff line number Diff line change
@@ -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.",
Expand Down