Skip to content

Commit

Permalink
fix: update name for json schema
Browse files Browse the repository at this point in the history
  • Loading branch information
BelfordZ authored Jul 22, 2020
1 parent 6246d9b commit 2e243f9
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"type": "object",
"patternProperties": {
"[0-z]+": {
"$ref": "#/definitions/schema"
"$ref": "#/definitions/JSONSchema"
}
}
},
Expand Down Expand Up @@ -111,7 +111,7 @@
}
},
"definitions": {
"schema": {
"JSONSchema": {
"$ref": "https://raw.githubusercontent.com/json-schema-tools/meta-schema/1.3.0/src/schema.json"
},
"referenceObject": {
Expand Down Expand Up @@ -612,8 +612,7 @@
"type": "string"
},
"schema": {
"title": "contentDescriptorObjectSchema",
"$ref": "#/definitions/schema"
"$ref": "#/definitions/JSONSchema"
},
"required": {
"title": "contentDescriptorObjectRequired",
Expand Down

0 comments on commit 2e243f9

Please sign in to comment.