class Aws::Glue::Types::CheckSchemaVersionValidityInput

@note When making an API call, you may pass CheckSchemaVersionValidityInput

data as a hash:

    {
      data_format: "AVRO", # required, accepts AVRO, JSON
      schema_definition: "SchemaDefinitionString", # required
    }

@!attribute [rw] data_format

The data format of the schema definition. Currently `AVRO` and
`JSON` are supported.
@return [String]

@!attribute [rw] schema_definition

The definition of the schema that has to be validated.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/glue-2017-03-31/CheckSchemaVersionValidityInput AWS API Documentation

Constants

SENSITIVE