Skip to content

Commit

Permalink
Update draft4/schema to match current version of official draft-04/sc…
Browse files Browse the repository at this point in the history
…hema

fixes java-json-tools#401
  • Loading branch information
ottomata committed Jul 17, 2024
1 parent d265c6b commit fcef65a
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions src/main/resources/draftv4/schema
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,10 @@
"type": "object",
"properties": {
"id": {
"type": "string",
"format": "uri"
"type": "string"
},
"$schema": {
"type": "string",
"format": "uri"
"type": "string"
},
"title": {
"type": "string"
Expand Down Expand Up @@ -137,6 +135,7 @@
}
]
},
"format": { "type": "string" },
"allOf": { "$ref": "#/definitions/schemaArray" },
"anyOf": { "$ref": "#/definitions/schemaArray" },
"oneOf": { "$ref": "#/definitions/schemaArray" },
Expand Down

0 comments on commit fcef65a

Please sign in to comment.