jx/internal/folio/schemas/constraints.schema.json

10 lines
245 B
JSON
Raw Normal View History

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