Skip to main content
POST
/
validate
Validate a ScreenJSON document
curl --request POST \
  --url http://localhost:8080/validate \
  --header 'Content-Type: application/json' \
  --data '{}'
{
  "valid": true
}

Body

application/json

ScreenJSON document to validate.

Response

Validation result

valid
boolean
required
errors
object[]