CreateSchemaInput
import type { CreateSchemaInput } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/glue.ts";interface CreateSchemaInput {
Compatibility?: Compatibility | null;
DataFormat: DataFormat;
Description?: string | null;
RegistryId?: RegistryId | null;
SchemaDefinition?: string | null;
SchemaName: string;
Tags?: {} | null;
}[key: string]: string | null | undefined;