{ "$id": "constraints.schema.json", "$schema": "http://json-schema.org/draft-07/schema#", "title": "constraints", "type": "object", "additionalProperties": { "type": ["string", "number", "object", "array", "boolean", "null"] } }