{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-glue/refs/heads/main/json-structure/glue-check-schema-version-validity-response-structure.json", "name": "CheckSchemaVersionValidityResponse", "description": "CheckSchemaVersionValidityResponse schema from Amazon Glue API", "type": "object", "properties": { "Valid": { "allOf": [ { "$ref": "#/components/schemas/IsVersionValid" }, { "description": "Return true, if the schema is valid and false otherwise." } ] }, "Error": { "allOf": [ { "$ref": "#/components/schemas/SchemaValidationError" }, { "description": "A validation failure error message." } ] } } }