{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-neptune/refs/heads/main/json-structure/loader-loader-list-response-structure.json", "name": "LoaderListResponse", "description": "LoaderListResponse schema from Neptune", "type": "object", "properties": { "status": { "type": "string" }, "payload": { "type": "object", "properties": { "loadIds": { "type": "array", "description": "The list of load job IDs.", "items": { "type": "string" } } } } } }