GoogleCloudApihubV1OpenApiSpecDetails
import type { GoogleCloudApihubV1OpenApiSpecDetails } from "https://googleapis.deno.dev/v1/apihub:v1.ts";
OpenApiSpecDetails contains the details parsed from an OpenAPI spec in addition to the fields mentioned in SpecDetails.
interface GoogleCloudApihubV1OpenApiSpecDetails {
readonly format?:
| "FORMAT_UNSPECIFIED"
| "OPEN_API_SPEC_2_0"
| "OPEN_API_SPEC_3_0"
| "OPEN_API_SPEC_3_1";
readonly owner?: GoogleCloudApihubV1Owner;
readonly version?: string;
}