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

SchemaReference

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

An object that references a schema stored in the Glue Schema Registry.

interface SchemaReference {
SchemaId?: SchemaId | null;
SchemaVersionId?: string | null;
SchemaVersionNumber?: number | null;
}

§Properties

§
SchemaId?: SchemaId | null
[src]

A structure that contains schema identity fields. Either this or the SchemaVersionId has to be provided.

§
SchemaVersionId?: string | null
[src]

The unique ID assigned to a version of the schema. Either this or the SchemaId has to be provided.

§
SchemaVersionNumber?: number | null
[src]

The version number of the schema.