Amazon Glue · JSON Structure

Glue Check Schema Version Validity Response Structure

CheckSchemaVersionValidityResponse schema from Amazon Glue API

Type: object Properties: 2
AnalyticsData CatalogData IntegrationData PipelineETLServerless

CheckSchemaVersionValidityResponse is a JSON Structure definition published by Amazon Glue, describing 2 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

Valid Error

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$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."
        }
      ]
    }
  }
}