{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/StartLoaderJobOutput", "title": "StartLoaderJobOutput", "type": "object", "properties": { "status": { "type": "string" }, "payload": { "type": "object", "properties": { "loadId": { "type": "string", "description": "The unique identifier for the load job." } } } } }