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

Schema

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

The schema definition for a data source.

interface Schema {
objectDefinitions?: ObjectDefinition[];
operationIds?: string[];
}

§Properties

§
objectDefinitions?: ObjectDefinition[]
[src]

The list of top-level objects for the data source. The maximum number of elements is 10.

§
operationIds?: string[]
[src]

IDs of the Long Running Operations (LROs) currently running for this schema. After modifying the schema, wait for operations to complete before indexing additional content.