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