Optional
configuration: ConfigurationProtected
axiosProtected
baseProtected
configurationDefine 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: AxiosRequestConfig<any>Override http request option.
Create a schema
SchemasApi
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: AxiosRequestConfig<any>Override http request option.
Delete a schema
SchemasApi
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: AxiosRequestConfig<any>Override http request option.
Get Null Type Schema Validation Setting
SchemasApi
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: AxiosRequestConfig<any>Override http request option.
Get a schema
SchemasApi
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: AxiosRequestConfig<any>Override http request option.
List schemas
SchemasApi
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: AxiosRequestConfig<any>Override http request option.
Set Null Type Schema Validation Setting
SchemasApi
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: AxiosRequestConfig<any>Override http request option.
Update a schema
SchemasApi
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: AxiosRequestConfig<any>Override http request option.
Sample & Validate Documents
SchemasApi
Generated using TypeDoc
SchemasApi - object-oriented interface
Export