{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "Example Schema", "type": "object", "properties": { "name": { "type": "string" }, "age": { "type": "integer" } }, "required": ["name", "age"] }