Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

CheckSchemaVersionValidityInput

import type { CheckSchemaVersionValidityInput } from "https://aws-api.deno.dev/v0.3/services/glue.ts?docs=full";
interface CheckSchemaVersionValidityInput {
DataFormat: DataFormat;
SchemaDefinition: string;
}

§Properties

§
DataFormat: DataFormat
[src]

The data format of the schema definition. Currently AVRO and JSON are supported.

§
SchemaDefinition: string
[src]

The definition of the schema that has to be validated.