Validate data against a schema
Performs data validation, given a JSON schema and form data.
Authentication
AuthorizationBasic
Basic authentication of the form Basic <base64(username:password)>.
Request
request body
jsonSchema
data
Response
results from the form validation
status
Allowed values:
validation
message
Errors
500
Internal Server Error