github.com/qri-io/qri@v0.10.1-0.20220104210721-c771715036cb/base/dsfs/testdata/strict_fail/input.dataset.json (about) 1 { 2 "commit" : { 3 "qri" : "cm:0", 4 "title" : "initial commit" 5 }, 6 "meta": { 7 "title": "example movie data" 8 }, 9 "qri": "ds:0", 10 "structure": { 11 "qri": "st:0", 12 "format": "csv", 13 "formatConfig": { 14 "headerRow": true 15 }, 16 "strict": true, 17 "schema": { 18 "type": "array", 19 "items": { 20 "type": "array", 21 "items": [ 22 { 23 "title": "title", 24 "type": "string" 25 }, 26 { 27 "title": "duration", 28 "type": "integer" 29 } 30 ] 31 } 32 } 33 } 34 }