mirror of
https://github.com/typicode/json-server.git
synced 2026-03-13 09:35:37 +08:00
11 lines
192 B
JSON
11 lines
192 B
JSON
{
|
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
"type": "object",
|
|
"additionalProperties": {
|
|
"oneOf": [
|
|
{ "type": "array" },
|
|
{ "type": "object" }
|
|
]
|
|
}
|
|
}
|