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

ValidateSchemaRequest

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

Request for the ValidateSchema method.

interface ValidateSchemaRequest {
schema?: Schema;
}

§Properties

§
schema?: Schema
[src]

Required. The schema object to validate.