python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
How to get custom schema draft in json-schema-validator-1.0.68.jar?
i am defining my custom schema draft in my json-schema.
{ "$schema": "http://oag.company.com/ver1/schema#",
"title": "JSON Identity Attribute Schema"
...
Amit
Votes: 0
Answers: 0
How to get error message in JSON SCHEMA VALIDATION using EVERIT in java?
I am trying to validate a json schema against the json input.
I am using
org.everit.json.schema-1.0.0.jar
My json input
{
"id": 200,
"name": "Green Learner",
"cos...
Amit
Votes: 0
Answers: 1
Json $schema only works on root object
I'm trying to use the $schema property in a json file to point to a local json schema file. This works if I do it at the root:
But doesn't work if it is applied to any other element not at the root:...
Terry
Votes: 0
Answers: 1
networknt schema validator is not consistent for "AutoDetect JsonSchema", "Load schema from URL" or "Load schema from Loc"
I tried to validate custom JsonSchema with 3 ways
AutoDetect JsonSchema From JsonNode - No errors, but 11 WARN
JsonSchema From Url - 2 Errors, No WARN
JsonSchema From String contents - 2 Errors, No W...
Abhishek Kumar
Votes: 0
Answers: 0