{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "PatchedUpdateNewContentBlock", "description": "", "type": "object", "properties": { "name": { "type": "string", "maxLength": 255 }, "file": { "type": "string", "format": "binary" } } }