Amazon Glue · JSON Structure

Glue Register Schema Version Response Structure

RegisterSchemaVersionResponse schema from Amazon Glue API

Type: object Properties: 3
AnalyticsData CatalogData IntegrationData PipelineETLServerless

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

Properties

SchemaVersionId VersionNumber Status

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-register-schema-version-response-structure.json",
  "name": "RegisterSchemaVersionResponse",
  "description": "RegisterSchemaVersionResponse schema from Amazon Glue API",
  "type": "object",
  "properties": {
    "SchemaVersionId": {
      "allOf": [
        {
          "$ref": "#/components/schemas/SchemaVersionIdString"
        },
        {
          "description": "The unique ID that represents the version of this schema."
        }
      ]
    },
    "VersionNumber": {
      "allOf": [
        {
          "$ref": "#/components/schemas/VersionLongNumber"
        },
        {
          "description": "The version of this schema (for sync flow only, in case this is the first version)."
        }
      ]
    },
    "Status": {
      "allOf": [
        {
          "$ref": "#/components/schemas/SchemaVersionStatus"
        },
        {
          "description": "The status of the schema version."
        }
      ]
    }
  }
}