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
asset
Response
Validation result: { isValid, errors, warnings }
isValid
Whether formData passed every deep-validation check.
errors
Errors found, each shaped { path, message }. Empty when isValid is true.
warnings
Non-blocking issues found, each shaped { path, message }.
Errors
500
Internal Server Error