Skip to content

Commit b8030bb

Browse files
authored
Added "$schema" as property (#734)
1 parent dac4264 commit b8030bb

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

Schemas/global-settings-schema.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22
"$schema": "https://json-schema.org/draft/2020-12/schema",
33
"type": "object",
44
"properties": {
5+
"$schema": {
6+
"type": "string",
7+
"description": "The schema to verify this document against."
8+
},
59
"pacOwnerId": {
610
"type": "string"
711
},
@@ -136,4 +140,4 @@
136140
"pacOwnerId",
137141
"pacEnvironments"
138142
]
139-
}
143+
}

0 commit comments

Comments
 (0)