{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-glue/refs/heads/main/json-structure/glue-get-registry-response-structure.json", "name": "GetRegistryResponse", "description": "GetRegistryResponse schema from Amazon Glue API", "type": "object", "properties": { "RegistryName": { "allOf": [ { "$ref": "#/components/schemas/SchemaRegistryNameString" }, { "description": "The name of the registry." } ] }, "RegistryArn": { "allOf": [ { "$ref": "#/components/schemas/GlueResourceArn" }, { "description": "The Amazon Resource Name (ARN) of the registry." } ] }, "Description": { "allOf": [ { "$ref": "#/components/schemas/DescriptionString" }, { "description": "A description of the registry." } ] }, "Status": { "allOf": [ { "$ref": "#/components/schemas/RegistryStatus" }, { "description": "The status of the registry." } ] }, "CreatedTime": { "allOf": [ { "$ref": "#/components/schemas/CreatedTimestamp" }, { "description": "The date and time the registry was created." } ] }, "UpdatedTime": { "allOf": [ { "$ref": "#/components/schemas/UpdatedTimestamp" }, { "description": "The date and time the registry was updated." } ] } } }