{ "$id": "http://xxx.local/schemas/mySchema.json", "$schema": "http://json-schema.org/draft-07/schema#", "type": "object", "properties": { "top": { "type": "integer" }, "required": ["top"] } }