{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-glue/refs/heads/main/json-structure/glue-delete-schema-response-structure.json", "name": "DeleteSchemaResponse", "description": "DeleteSchemaResponse schema from Amazon Glue API", "type": "object", "properties": { "SchemaArn": { "allOf": [ { "$ref": "#/components/schemas/GlueResourceArn" }, { "description": "The Amazon Resource Name (ARN) of the schema being deleted." } ] }, "SchemaName": { "allOf": [ { "$ref": "#/components/schemas/SchemaRegistryNameString" }, { "description": "The name of the schema being deleted." } ] }, "Status": { "allOf": [ { "$ref": "#/components/schemas/SchemaStatus" }, { "description": "The status of the schema." } ] } } }