1{ 2 "$id": "https://example.com/config.schema.json", 3 "$schema": "http://json-schema.org/draft-07/schema#", 4 "type": "object", 5 "required": ["foo"], 6 "properties": { 7 "foo": { 8 "type": "string" 9 } 10 } 11}
View as plain text