Skip to navigation
ReferenceJSON Forms

Deep Validates a Json Form

Validates a form to ensure no UI-based rules are ignored on create/update endpoints

Authentication

AuthorizationBasic

Basic authentication of the form Basic <base64(username:password)>.

Request

request body
assetobjectOptional

Response

Validation result: { isValid, errors, warnings }

isValidbooleanOptional

Whether formData passed every deep-validation check.

errorslist of objectsOptional

Errors found, each shaped { path, message }. Empty when isValid is true.

warningslist of objectsOptional

Non-blocking issues found, each shaped { path, message }.

Errors

500
Internal Server Error