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

     1  {
     2    "qri": "ds:0",
     3    "meta": {
     4      "qri": "md:0",
     5      "title": "example movie data"
     6    },
     7    "structure": {
     8      "qri": "st:0",
     9      "format": "csv",
    10      "formatConfig": {
    11        "headerRow": true
    12      },
    13      "schema": {
    14        "type": "array",
    15        "items": {
    16          "type": "array",
    17          "items": [
    18            {
    19              "title": "title",
    20              "type": "string"
    21            },
    22            {
    23              "title": "duration",
    24              "type": "integer"
    25            }
    26          ]
    27        }
    28      }
    29    },
    30    "transform": {
    31      "scriptPath": "tf.star"
    32    }
    33  }