Skip to content

Commit

Permalink
Rename property name of metaschema's $defs/simpleTypes to singular
Browse files Browse the repository at this point in the history
  • Loading branch information
notEthan committed Nov 3, 2023
1 parent 0d88b62 commit 75e7fc7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions meta/validation.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@
"properties": {
"type": {
"anyOf": [
{ "$ref": "#/$defs/simpleTypes" },
{ "$ref": "#/$defs/simpleType" },
{
"type": "array",
"items": { "$ref": "#/$defs/simpleTypes" },
"items": { "$ref": "#/$defs/simpleType" },
"minItems": 1,
"uniqueItems": true
}
Expand Down Expand Up @@ -72,7 +72,7 @@
"$ref": "#/$defs/nonNegativeInteger",
"default": 0
},
"simpleTypes": {
"simpleType": {
"enum": [
"array",
"boolean",
Expand Down

0 comments on commit 75e7fc7

Please sign in to comment.