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

CreateSchemaRequest

import type { CreateSchemaRequest } from "https://aws-api.deno.dev/v0.3/services/schemas.ts?docs=full";
interface CreateSchemaRequest {
Content: string;
Description?: string | null;
RegistryName: string;
SchemaName: string;
Tags?: {
[key: string]: string | null | undefined;
}
| null;
Type: Type;
}

§Properties

§
Content: string
[src]

The source of the schema definition.

§
Description?: string | null
[src]

A description of the schema.

§
RegistryName: string
[src]

The name of the registry.

§
SchemaName: string
[src]

The name of the schema.

§
Tags?: {
[key: string]: string | null | undefined;
}
| null
[src]

Tags associated with the schema.

§
Type: Type
[src]

The type of schema.