Amazon Glue · JSON Structure

Glue Put Schema Version Metadata Response Structure

PutSchemaVersionMetadataResponse schema from Amazon Glue API

Type: object Properties: 8
AnalyticsData CatalogData IntegrationData PipelineETLServerless

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

Properties

SchemaArn SchemaName RegistryName LatestVersion VersionNumber SchemaVersionId MetadataKey MetadataValue

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-put-schema-version-metadata-response-structure.json",
  "name": "PutSchemaVersionMetadataResponse",
  "description": "PutSchemaVersionMetadataResponse schema from Amazon Glue API",
  "type": "object",
  "properties": {
    "SchemaArn": {
      "allOf": [
        {
          "$ref": "#/components/schemas/GlueResourceArn"
        },
        {
          "description": "The Amazon Resource Name (ARN) for the schema."
        }
      ]
    },
    "SchemaName": {
      "allOf": [
        {
          "$ref": "#/components/schemas/SchemaRegistryNameString"
        },
        {
          "description": "The name for the schema."
        }
      ]
    },
    "RegistryName": {
      "allOf": [
        {
          "$ref": "#/components/schemas/SchemaRegistryNameString"
        },
        {
          "description": "The name for the registry."
        }
      ]
    },
    "LatestVersion": {
      "allOf": [
        {
          "$ref": "#/components/schemas/LatestSchemaVersionBoolean"
        },
        {
          "description": "The latest version of the schema."
        }
      ]
    },
    "VersionNumber": {
      "allOf": [
        {
          "$ref": "#/components/schemas/VersionLongNumber"
        },
        {
          "description": "The version number of the schema."
        }
      ]
    },
    "SchemaVersionId": {
      "allOf": [
        {
          "$ref": "#/components/schemas/SchemaVersionIdString"
        },
        {
          "description": "The unique version ID of the schema version."
        }
      ]
    },
    "MetadataKey": {
      "allOf": [
        {
          "$ref": "#/components/schemas/MetadataKeyString"
        },
        {
          "description": "The metadata key."
        }
      ]
    },
    "MetadataValue": {
      "allOf": [
        {
          "$ref": "#/components/schemas/MetadataValueString"
        },
        {
          "description": "The value of the metadata key."
        }
      ]
    }
  }
}