jx/internal/resource/schemas/constraints.schema.json
2025-08-25 03:12:08 +00:00

10 lines
245 B
JSON

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