v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-142021,119944.8 KB

Validates the supplied schema. This call has no side effects, it simply validates using the supplied schema using <code>DataFormat</code> as the format. Since it does not take a schema set name, no compatibility checks are performed.

post/#X-Amz-Target=AWSGlue.CheckSchemaVersionValidity

Headers

X-Amz-Target'AWSGlue.CheckSchemaVersionValidity' required

Request body

DataFormat'AVRO' | 'JSON' | 'PROTOBUF' required

The data format of the schema definition. Currently <code>AVRO</code>, <code>JSON</code> and <code>PROTOBUF</code> are supported.

SchemaDefinitionstring required

The definition of the schema that has to be validated.

Response

Success

Validboolean

Return true, if the schema is valid and false otherwise.

Errorstring

A validation failure error message.