gray/schemas/grid1d.json

9 lines
246 B
JSON
Raw Normal View History

{
"$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
}