Skip to content

Commit 3ba1176

Browse files
committed
schemas
1 parent df6bcc6 commit 3ba1176

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

YarnSpinner.Compiler/YarnProject.schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"$schema": "http://json-schema.org/draft-07/schema#",
2+
"$schema": "https://json-schema.org/draft/2020-12/schema",
33
"$id": "https://schemas.yarnspinner.dev/yarnproject.schema.json",
44
"$comment": "Yarn Spinner project file schema, version 4.",
55
"version": 4,

YarnSpinner.Compiler/character.schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"$schema": "http://json-schema.org/draft-07/schema#",
2+
"$schema": "https://json-schema.org/draft/2020-12/schema",
33
"$id": "https://schemas.yarnspinner.dev/character.schema.json",
44
"title": "Character",
55
"description": "A character definition.",

YarnSpinner.Compiler/colour.schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"$schema": "http://json-schema.org/draft-07/schema#",
2+
"$schema": "https://json-schema.org/draft/2020-12/schema",
33
"$id": "https://schemas.yarnspinner.dev/colour.schema.json",
44
"title": "Colour",
55
"description": "A hex colour code (e.g. #FF5733).",

YarnSpinner.Compiler/yarnproject-v3.schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"$schema": "http://json-schema.org/draft-07/schema#",
2+
"$schema": "https://json-schema.org/draft/2020-12/schema",
33
"$id": "https://yarnspinner.dev/schemas/yarnproject.schema.json",
44
"$comment": "Yarn Spinner project file schema, version 3.",
55
"version": 3,

YarnSpinner.Compiler/yarnscripteditor.schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"$schema": "http://json-schema.org/draft-07/schema#",
2+
"$schema": "https://json-schema.org/draft/2020-12/schema",
33
"$id": "https://schemas.yarnspinner.dev/yarnscripteditor.schema.json",
44
"title": "Yarn Script Editor Options",
55
"description": "Options for Yarn Script Editors (e.g. Try, Playground, Yarn Spinner for VS Code).",

0 commit comments

Comments
 (0)