Open
Description
Hi,
we noticed this when bumping to json-schema-validator 2.2.14, we use duplicate-finder-maven-plugin
to track jar hell (we build a fat jar) and it appears that the draftv4/schema
resource is slightly different in these two projects:
--- json-schema-core-1.2.14-draftv4
+++ json-schema-validator-2.2.14-draftv4
@@ -28,10 +28,12 @@
"type": "object",
"properties": {
"id": {
- "type": "string"
+ "type": "string",
+ "format": "uri"
},
"$schema": {
- "type": "string"
+ "type": "string",
+ "format": "uri"
},
"title": {
"type": "string"
@@ -135,7 +137,6 @@
}
]
},
- "format": { "type": "string" },
"allOf": { "$ref": "#/definitions/schemaArray" },
"anyOf": { "$ref": "#/definitions/schemaArray" },
"oneOf": { "$ref": "#/definitions/schemaArray" },
Thanks!
Metadata
Metadata
Assignees
Labels
No labels