Optional
configuration: ConfigurationOptional
basePath: stringOptional
axios: AxiosInstanceDefine a new schema for a linked collection.
An Atlas Project/Group ID.
The ObjectID of your application. The App Services API Project and Application IDs section demonstrates how to find this value.
Optional
options: anyOverride http request option.
Create a schema
Delete a specific schema by its _id
value.
An Atlas Project/Group ID.
The ObjectID of your application. The App Services API Project and Application IDs section demonstrates how to find this value.
The unique `_id` value of a schema.
Optional
options: anyOverride http request option.
Delete a schema
Check if null type schema validation is enabled.
An Atlas Project/Group ID.
The ObjectID of your application. The App Services API Project and Application IDs section demonstrates how to find this value.
Optional
options: anyOverride http request option.
Get Null Type Schema Validation Setting
Get a specific schema by its _id
value.
An Atlas Project/Group ID.
The ObjectID of your application. The App Services API Project and Application IDs section demonstrates how to find this value.
The unique `_id` value of a schema.
Optional
options: anyOverride http request option.
Get a schema
List all defined schemas.
An Atlas Project/Group ID.
The ObjectID of your application. The App Services API Project and Application IDs section demonstrates how to find this value.
Optional
options: anyOverride http request option.
List schemas
Enable or disable null type schema validation.
An Atlas Project/Group ID.
The ObjectID of your application. The App Services API Project and Application IDs section demonstrates how to find this value.
Optional
options: anyOverride http request option.
Set Null Type Schema Validation Setting
Replace an existing schema with a new one.
An Atlas Project/Group ID.
The ObjectID of your application. The App Services API Project and Application IDs section demonstrates how to find this value.
The unique `_id` value of a schema.
Optional
options: anyOverride http request option.
Update a schema
Query a subset of documents in a collection and validate each match against a schema.
An Atlas Project/Group ID.
The ObjectID of your application. The App Services API Project and Application IDs section demonstrates how to find this value.
The unique `_id` value of a MongoDB data source.
Optional
options: anyOverride http request option.
Sample & Validate Documents
Generated using TypeDoc
SchemasApi - factory interface