v1

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

Fetches the schema version difference in the specified difference type between two stored schema versions in the Schema Registry.

This API allows you to compare two schema versions between two schema definitions under the same schema.

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

Headers

X-Amz-Target'AWSGlue.GetSchemaVersionsDiff' required

Request body

SchemaDiffType'SYNTAX_DIFF' required

Refers to <code>SYNTAX_DIFF</code>, which is the currently supported diff type.

Response

Success

Diffstring

The difference between schemas as a string in JsonPatch format.