{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "PODocs", "type": "object", "properties": { "number": { "type": "string" }, "id": { "type": "integer" }, "uuid": { "type": "string" } } }