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

GetSchemaAsJsonResponse

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

§Properties

§
Document?: string | null
[src]

The JSON representation of the schema document.

§
Name?: string | null
[src]

The name of the retrieved schema.