Summary
Validates form data against its schema
Description
Retrieves the JSON schema for a given form ID and validates the supplied form data again it.
Route
POST /json-forms/validate-form/:id
Roles
            admin
other
readonly
apiread
          
          Parameters
            DetailsExampleSchema
          
          | Name | Type | Required | Description | 
|---|---|---|---|
| id | string | yes | Unique ID of the form | 
| formData | object | yes | - | 
Return
            DetailsExampleSchema
          
          | Name | Type | Description | 
|---|---|---|
| validation | object | results from the form validation |