Amazon Glue · JSON Structure

Glue Update Schema Input Structure

UpdateSchemaInput schema from Amazon Glue API

Type: object Properties: 4 Required: 1
AnalyticsData CatalogData IntegrationData PipelineETLServerless

UpdateSchemaInput is a JSON Structure definition published by Amazon Glue, describing 4 properties, of which 1 is required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

SchemaId SchemaVersionNumber Compatibility Description

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-update-schema-input-structure.json",
  "name": "UpdateSchemaInput",
  "description": "UpdateSchemaInput schema from Amazon Glue API",
  "type": "object",
  "properties": {
    "SchemaId": {
      "allOf": [
        {
          "$ref": "#/components/schemas/SchemaId"
        },
        {
          "description": "<p>This is a wrapper structure to contain schema identity fields. The structure contains:</p> <ul> <li> <p>SchemaId$SchemaArn: The Amazon Resource Name (ARN) of the schema. One of <code>SchemaArn</code> or <code>SchemaName</code> has to be provided.</p> </li> <li> <p>SchemaId$SchemaName: The name of the schema. One of <code>SchemaArn</code> or <code>SchemaName</code> has to be provided.</p> </li> </ul>"
        }
      ]
    },
    "SchemaVersionNumber": {
      "allOf": [
        {
          "$ref": "#/components/schemas/SchemaVersionNumber"
        },
        {
          "description": "Version number required for check pointing. One of <code>VersionNumber</code> or <code>Compatibility</code> has to be provided."
        }
      ]
    },
    "Compatibility": {
      "allOf": [
        {
          "$ref": "#/components/schemas/Compatibility"
        },
        {
          "description": "The new compatibility setting for the schema."
        }
      ]
    },
    "Description": {
      "allOf": [
        {
          "$ref": "#/components/schemas/DescriptionString"
        },
        {
          "description": "The new description for the schema."
        }
      ]
    }
  },
  "required": [
    "SchemaId"
  ]
}