"NULL value found, but an object is required"
From semantic-mediawiki.org
- Error: NULL value found, but an object is required
- Type: Validation error
- Example: ["constraints", "NULL value found, but an object is required"]
Explanation[edit]
The validation schema expects that the "constraints" keyword is an object (meaning to be enclosed by { ... }) as in:
"constraints": {
"must_exists": true
}