Interface AdminUpdateSchemaRequest

Export

AdminUpdateSchemaRequest

Hierarchy

  • AdminUpdateSchemaRequest

Properties

_id?: any

Memberof

AdminUpdateSchemaRequest

metadata?: SchemaMetadata

Memberof

AdminUpdateSchemaRequest

relationships?: {
    [key: string]: Relationship;
}

Relationships to foreign collections. Each field name is a property in the schema. The corresponding value is a relationship definition for that field.

Type declaration

Memberof

AdminUpdateSchemaRequest

schema: any

A valid schema for the collection.

Memberof

AdminUpdateSchemaRequest

Generated using TypeDoc