So if there's any comment in the imported Schema.json. It doesn't allow comments in that file.
Please confirm if this could be an enhancement.
It gives an error:
--- BEGIN MESSAGES ---
fatal: content at URI "resource:/JsonSchema/Schema.json#" is not valid JSON
level: "fatal"
uri: "resource:/JsonSchema/Schema.json#"
parsingMessage: "Unexpected character ('/' (code 47)): was expecting double-quote to start field name"
info: "other messages follow (if any)"
--- END MESSAGES ---
Here is there anyway that I could either pass configuration or pre-configured factory or mapper to JsonSchema.validate method, so that it could allow comments in all referenced JSON Schemas.
Hello, Is there any way to allow the comments in the referenced Json FIles:
Using Feature.Allow_Comments ignore the comments in the immediate json schema using below code:
But if Json file refers another schema file. The comments are not ignored in the imported json schema file.
So if there's any comment in the imported Schema.json. It doesn't allow comments in that file.
Please confirm if this could be an enhancement.
It gives an error:
Here is there anyway that I could either pass configuration or pre-configured factory or mapper to JsonSchema.validate method, so that it could allow comments in all referenced JSON Schemas.