Data:Sandbox/Name/Example.tab

From WorldwideBoxOffice
Revision as of 22:39, 19 February 2018 by Admin (talk | contribs) (Created page with "{ "license": "CC0-1.0", "description": { "en": "table description" }, "sources": "Copied from [http://example.com Example Data Source]", "schema":...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

{

   "license": "CC0-1.0",
   "description": {
       "en": "table description"
   },
   "sources": "Copied from Example Data Source",
   "schema": {
       "fields": [
           {
               "name": "header1",
               "type": "number",
               "title": {
                   "en": "header 1"
               }
           },
           {
               "name": "header2",
               "type": "string",
               "title": {
                   "en": "header 2"
               }
           }
       ]
   },
   "data": [
       [
           42,
           "peace"
       ]
   ]

}