Amazon Glue · Schema
CreateSchemaResponse
CreateSchemaResponse schema from Amazon Glue API
AnalyticsData CatalogData IntegrationData PipelineETLServerless
Properties
| Name | Type | Description |
|---|---|---|
| RegistryName | object | |
| RegistryArn | object | |
| SchemaName | object | |
| SchemaArn | object | |
| Description | object | |
| DataFormat | object | |
| Compatibility | object | |
| SchemaCheckpoint | object | |
| LatestSchemaVersion | object | |
| NextSchemaVersion | object | |
| SchemaStatus | object | |
| Tags | object | |
| SchemaVersionId | object | |
| SchemaVersionStatus | object |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://raw.githubusercontent.com/api-evangelist/amazon-glue/refs/heads/main/json-schema/glue-create-schema-response-schema.json",
"title": "CreateSchemaResponse",
"description": "CreateSchemaResponse schema from Amazon Glue API",
"type": "object",
"properties": {
"RegistryName": {
"allOf": [
{
"$ref": "#/components/schemas/SchemaRegistryNameString"
},
{
"description": "The name of the registry."
}
]
},
"RegistryArn": {
"allOf": [
{
"$ref": "#/components/schemas/GlueResourceArn"
},
{
"description": "The Amazon Resource Name (ARN) of the registry."
}
]
},
"SchemaName": {
"allOf": [
{
"$ref": "#/components/schemas/SchemaRegistryNameString"
},
{
"description": "The name of the schema."
}
]
},
"SchemaArn": {
"allOf": [
{
"$ref": "#/components/schemas/GlueResourceArn"
},
{
"description": "The Amazon Resource Name (ARN) of the schema."
}
]
},
"Description": {
"allOf": [
{
"$ref": "#/components/schemas/DescriptionString"
},
{
"description": "A description of the schema if specified when created."
}
]
},
"DataFormat": {
"allOf": [
{
"$ref": "#/components/schemas/DataFormat"
},
{
"description": "The data format of the schema definition. Currently <code>AVRO</code>, <code>JSON</code> and <code>PROTOBUF</code> are supported."
}
]
},
"Compatibility": {
"allOf": [
{
"$ref": "#/components/schemas/Compatibility"
},
{
"description": "The schema compatibility mode."
}
]
},
"SchemaCheckpoint": {
"allOf": [
{
"$ref": "#/components/schemas/SchemaCheckpointNumber"
},
{
"description": "The version number of the checkpoint (the last time the compatibility mode was changed)."
}
]
},
"LatestSchemaVersion": {
"allOf": [
{
"$ref": "#/components/schemas/VersionLongNumber"
},
{
"description": "The latest version of the schema associated with the returned schema definition."
}
]
},
"NextSchemaVersion": {
"allOf": [
{
"$ref": "#/components/schemas/VersionLongNumber"
},
{
"description": "The next version of the schema associated with the returned schema definition."
}
]
},
"SchemaStatus": {
"allOf": [
{
"$ref": "#/components/schemas/SchemaStatus"
},
{
"description": "The status of the schema. "
}
]
},
"Tags": {
"allOf": [
{
"$ref": "#/components/schemas/TagsMap"
},
{
"description": "The tags for the schema."
}
]
},
"SchemaVersionId": {
"allOf": [
{
"$ref": "#/components/schemas/SchemaVersionIdString"
},
{
"description": "The unique identifier of the first schema version."
}
]
},
"SchemaVersionStatus": {
"allOf": [
{
"$ref": "#/components/schemas/SchemaVersionStatus"
},
{
"description": "The status of the first schema version created."
}
]
}
}
}
Work with this as data
Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.
MCP server
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
Tools for schemas
4 MCP tools reach this
find_json_schemasBrowse and filter every JSON Schema in the catalog.apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.resolveTurn a domain, URL or GitHub org into the provider it belongs to.find_cohortsEvery scored population of providers in the catalog.
Call it yourself
curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/glue-create-schema-response"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"
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.
A second provider on the same verified email joins the account you already have.