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

GetModelResponse

import type { GetModelResponse } from "https://aws-api.deno.dev/v0.3/services/apigatewayv2.ts?docs=full";
interface GetModelResponse {
ContentType?: string | null;
Description?: string | null;
ModelId?: string | null;
Name?: string | null;
Schema?: string | null;
}

§Properties

§
ContentType?: string | null
[src]

The content-type for the model, for example, "application/json".

§
Description?: string | null
[src]

The description of the model.

§
ModelId?: string | null
[src]

The model identifier.

§
Name?: string | null
[src]

The name of the model. Must be alphanumeric.

§
Schema?: string | null
[src]

The schema for the model. For application/json models, this should be JSON schema draft 4 model.