Files
json-server/schema.json
2026-01-22 00:02:59 +01:00

11 lines
192 B
JSON

{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"type": "object",
"additionalProperties": {
"oneOf": [
{ "type": "array" },
{ "type": "object" }
]
}
}