github.com/qri-io/qri@v0.10.1-0.20220104210721-c771715036cb/cmd/testdata/movies/schema_only.json (about)

     1  {
     2    "type": "array",
     3    "items": {
     4      "items": [
     5        {
     6          "title": "name",
     7          "type": "string"
     8        },
     9        {
    10          "title": "duration",
    11          "type": "integer"
    12        }
    13      ]
    14    }
    15  }