8 lines
216 B
JSON
8 lines
216 B
JSON
{
|
|
"$id": "https://www.istp-cnr.it/gray/schemas/number1d",
|
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
"title": "1D array of numbers",
|
|
"type": "array",
|
|
"items": {"type": "number"}
|
|
}
|