Schema
import type { Schema } from "https://googleapis.deno.dev/v1/firebasedataconnect:v1.ts";
The application schema of a Firebase Data Connect service.
interface Schema {
annotations?: {};
[key: string]: string;
readonly createTime?: Date;
datasources?: Datasource[];
displayName?: string;
readonly etag?: string;
labels?: {};
[key: string]: string;
name?: string;
readonly reconciling?: boolean;
source?: Source;
readonly uid?: string;
readonly updateTime?: Date;
}§Properties
§
datasources?: Datasource[]
[src]Required. The data sources linked in the schema.
§
name?: string
[src]Identifier. The relative resource name of the schema, in the format: ``` projects/{project}/locations/{location}/services/{service}/schemas/{schema}