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 47f4680
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 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 All @@ -147,4 +146,4 @@
"exclusiveMinimum": [ "minimum" ]
},
"default": {}
}
}

0 comments on commit 47f4680

Please sign in to comment.