github.com/qri-io/qri@v0.10.1-0.20220104210721-c771715036cb/api/testdata/cities/dataset.yml (about)

     1  commit:
     2    title: initial commit for testing init endpoint
     3    message: testing this out to see if it works!
     4  structure:
     5    format: csv
     6    formatConfig:
     7      headerRow: true
     8    schema:
     9      items:
    10        items:
    11        - title: city
    12          type: string
    13        - title: pop
    14          type: integer
    15        - title: avg_age
    16          type: number
    17        - title: in_usa
    18          type: boolean
    19        type: array
    20      type: array