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/personalize.ts?docs=full";
interface CreateSchemaRequest {
domain?: Domain | null;
name: string;
schema: string;
}

§Properties

§
domain?: Domain | null
[src]

The domain for the schema. If you are creating a schema for a dataset in a Domain dataset group, specify the domain you chose when you created the Domain dataset group.

§
name: string
[src]

The name for the schema.

§
schema: string
[src]

A schema in Avro JSON format.