{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "ProcurifyDomain", "type": "object", "properties": { "subdomain": { "type": "string", "maxLength": 200 }, "name": { "type": "string", "maxLength": 300 } }, "required": [ "name", "subdomain" ] }