gray/schemas/number2d.schema.json

8 lines
218 B
JSON
Raw Permalink Normal View History

{
"$id": "https://www.istp-cnr.it/gray/schemas/number2d",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"title": "2D array of numbers",
"type": "array",
"items": {"$ref": "number1d"}
}