Created page with "{ // !!!!! All comments will be automatically deleted on save !!!!! // Optional "description" field to describe this data "description": {"en": "table description"}, // Optional "sources" field to describe the sources of the data. Can use Wiki Markup "sources": "Copied from [http://example.com Example Data Source]", // Mandatory "license" field. // Recommended license: CC0-1.0. // Please uncomment one of the licenses: "license": "CC0-1.0",..." |
No edit summary |
||
Line 8: | Line 8: | ||
"fields": [ | "fields": [ | ||
{ | { | ||
"name": " | "name": "page", | ||
"type": " | "type": "string" | ||
}, | }, | ||
{ | { | ||
"name": " | "name": "title", | ||
"type": "string", | "type": "string" | ||
" | }, | ||
{ | |||
} | "name": "flavor", | ||
"type": "string" | |||
}, | |||
{ | |||
"name": "description", | |||
"type": "string" | |||
}, | |||
{ | |||
"name": "effects", | |||
"type": "string" | |||
}, | |||
{ | |||
"name": "effectsVars", | |||
"type": "string" | |||
} | } | ||
] | ] | ||
}, | }, | ||
"data": [ | "data": [] | ||
} | } |
Revision as of 23:37, 23 May 2023
table description
page | title | flavor | description | effects | effectsVars |
---|---|---|---|---|---|
string | string | string | string | string | string |
page | title | flavor | description | effects | effectsVars |
Copied from [http://example.com Example Data Source]
Data available under Creative Commons Zero.