{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "BulkGenTask", "description": "", "type": "object", "properties": { "status_message": { "type": "string", "nullable": true, "maxLength": 255 } } }