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
jsonSchemaboolean or objectOptional
dataobjectOptional

Response

results from the form validation
statusenum
Allowed values:
validationobject
messagestring

Errors

500
Internal Server Error