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

SchemaFacet

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

A facet.

interface SchemaFacet {
FacetName?: string | null;
SchemaArn?: string | null;
}

§Properties

§
FacetName?: string | null
[src]

The name of the facet. If this value is set, SchemaArn must also be set.

§
SchemaArn?: string | null
[src]

The ARN of the schema that contains the facet with no minor component. See "arns" and In-Place Schema Upgrade for a description of when to provide minor versions. If this value is set, FacetName must also be set.