Skip to content

Commit

Permalink
Added "$schema" as property (#734)
Browse files Browse the repository at this point in the history
  • Loading branch information
o-l-a-v authored Aug 27, 2024
1 parent dac4264 commit b8030bb
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion Schemas/global-settings-schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
"$schema": "https://json-schema.org/draft/2020-12/schema",
"type": "object",
"properties": {
"$schema": {
"type": "string",
"description": "The schema to verify this document against."
},
"pacOwnerId": {
"type": "string"
},
Expand Down Expand Up @@ -136,4 +140,4 @@
"pacOwnerId",
"pacEnvironments"
]
}
}

0 comments on commit b8030bb

Please sign in to comment.