{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "GalleryCategory", "description": "", "type": "object", "properties": { "id": { "type": "integer", "readOnly": true }, "name": { "type": "string", "maxLength": 100 } }, "required": [ "id", "name" ] }