github.com/qri-io/qri@v0.10.1-0.20220104210721-c771715036cb/base/component/testdata/valid_mappings/all_json_components/schema.json (about)

     1  {
     2    "type": "array",
     3    "items": {
     4      "type" : "array",
     5      "items": [
     6        { "type" : "number" },
     7        { "type" : "number" },
     8        { "type" : "number" }
     9      ]
    10    }
    11  }