Skip to contents

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

See https://www.paws-r-sdk.com/docs/glue_check_schema_version_validity/ for full documentation.

Usage

glue_check_schema_version_validity(DataFormat, SchemaDefinition)

Arguments

DataFormat

[required] The data format of the schema definition. Currently AVRO, JSON and PROTOBUF are supported.

SchemaDefinition

[required] The definition of the schema that has to be validated.