Add to Chrome
✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
Which of those JSON documents can be a JSON schema?
{ "type" : "object",
"additionalProperties" : false,
"properties" : {
"key1" : {"type": "string" },
"key2" : {"type": "string" } },
"required" : ["key1"] }
"key1" : {"type": "object" },
"key2" : {"type": "array" } },
{ "additionalProperties" : false,
"key2" : {"type": "string" } } }
"key2" : {"type": "number" } },
"required" : ["key1", "key2"] }
"required" : ["key3"] }
Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!