Document API
This category of endpoints contains JSON-related functionalities with the primary purpose of schema validation and submitting a document based on certain JSON schema. Against each JSON schema, certain validation rules need to be adapted to submit the document within the Datastreamer system.
Endpoint Details
Endpoint | Type | Description |
---|---|---|
Validate JSON Schema | POST | This endpoint is used to validate a schema from the posted JSON. |
Submit Document by Specific Schema | POST | This endpoint is used to submit a document partitioned by the specified. |
Updated 2 days ago