"NULL value found, but an object is required"

From semantic-mediawiki.org
< Help:Schema‎ | Error handling
SchemaSchema/Error handling"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
}