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