{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/CreateTaskRequest", "title": "CreateTaskRequest", "type": "object", "properties": { "feedType": { "type": "string", "description": "The feed type associated with the task. Available feed types:
" }, "schemaVersion": { "type": "string", "description": "The schemaVersion/version number of the file format:
" } }, "description": "The type that defines the fields for the createTask method." }