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;
}