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

GoogleCloudApihubV1Schema

import type { GoogleCloudApihubV1Schema } from "https://googleapis.deno.dev/v1/apihub:v1.ts";

The schema details derived from the spec. Currently, this entity is supported for OpenAPI spec only. For OpenAPI spec, this maps to the schema defined in the definitions section for OpenAPI 2.0 version and in components.schemas section for OpenAPI 3.0 and 3.1 version.

interface GoogleCloudApihubV1Schema {
readonly displayName?: string;
readonly rawValue?: Uint8Array;
}

§Properties

§
readonly displayName?: string
[src]

Output only. The display name of the schema. This will map to the name of the schema in the spec.

§
readonly rawValue?: Uint8Array
[src]

Output only. The raw value of the schema definition corresponding to the schema name in the spec.