8 lines
218 B
JSON
8 lines
218 B
JSON
{
|
|
"$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"}
|
|
}
|