{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "VendorDocs", "type": "object", "properties": { "id": { "type": "integer", "readOnly": true }, "name": { "type": "string", "description": "Name of the vendor", "maxLength": 150 } }, "required": [ "name" ] }