{ "$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-input-structure.json", "name": "RegisterSchemaVersionInput", "description": "RegisterSchemaVersionInput schema from Amazon Glue API", "type": "object", "properties": { "SchemaId": { "allOf": [ { "$ref": "#/components/schemas/SchemaId" }, { "description": "

This is a wrapper structure to contain schema identity fields. The structure contains:

" } ] }, "SchemaDefinition": { "allOf": [ { "$ref": "#/components/schemas/SchemaDefinitionString" }, { "description": "The schema definition using the DataFormat setting for the SchemaName." } ] } }, "required": [ "SchemaId", "SchemaDefinition" ] }