PatchChangeCollection

type PatchChangeCollection: object;

Describes the changes to apply to a single collection as part of a patch response, optionally including a schema update.

Type declaration

collectionId

collectionId: string;

itemsPatch

itemsPatch: ItemsPatch;

schema?

optional schema: SchemaDefinition;