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

PutSchemaFromJsonRequest

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

§Properties

§
Document: string
[src]

The replacement JSON schema.

§
SchemaArn: string
[src]

The ARN of the schema to update.