{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-neptune/refs/heads/main/json-schema/loader-loader-list-response-schema.json", "title": "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" } } } } } }