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.
{
"$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"
]
}
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we
store it to create your key and to recognise you if you sign in with another
provider. See our Privacy Policy and
Terms.