{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-glue/refs/heads/main/json-structure/glue-get-catalog-import-status-response-structure.json", "name": "GetCatalogImportStatusResponse", "description": "GetCatalogImportStatusResponse schema from Amazon Glue API", "type": "object", "properties": { "ImportStatus": { "allOf": [ { "$ref": "#/components/schemas/CatalogImportStatus" }, { "description": "The status of the specified catalog migration." } ] } } }