{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "CopyContentBlock", "description": "", "type": "object", "properties": { "name": { "type": "string", "maxLength": 255 }, "description": { "type": "string", "nullable": true, "maxLength": 255 }, "key": { "type": "string", "maxLength": 255 } }, "required": [ "key", "name" ] }