JSON Table Schema
From Just Solve the File Format Problem
(Difference between revisions)
Ross-spencer (Talk | contribs) (Add IA link) |
Ross-spencer (Talk | contribs) (Add information about Data Package) |
||
Line 4: | Line 4: | ||
}} | }} | ||
'''JSON Table Schema''' is a method, expressable in [[JSON]], of specifying the field structure of tabular data, for instance a spreadsheet or [[CSV]] file. It is "in competition" with [[CSV Schema]] as a way to describe a CSV data structure. It can be accompanied by a [[CSV Dialect Description Format]] file to describe the specifics of the delimiter and quoting rules in a CSV or other delimited file. | '''JSON Table Schema''' is a method, expressable in [[JSON]], of specifying the field structure of tabular data, for instance a spreadsheet or [[CSV]] file. It is "in competition" with [[CSV Schema]] as a way to describe a CSV data structure. It can be accompanied by a [[CSV Dialect Description Format]] file to describe the specifics of the delimiter and quoting rules in a CSV or other delimited file. | ||
+ | |||
+ | The original source of the specification, dataprotocols.org is now now Data Package at [https://datapackage.org/ datapackage.org] from Frictionless Data. Their specifications are also available on their [https://github.com/frictionlessdata/datapackage GitHub]. | ||
== Links == | == Links == | ||
+ | |||
+ | * [https://github.com/frictionlessdata/datapackage Data Package GitHub repo]. | ||
* [http://dataprotocols.org/json-table-schema/ Official description/spec] | * [http://dataprotocols.org/json-table-schema/ Official description/spec] | ||
* [https://web.archive.org/web/20230519194832/http://dataprotocols.org/json-table-schema/ official documentation on archive.org] | * [https://web.archive.org/web/20230519194832/http://dataprotocols.org/json-table-schema/ official documentation on archive.org] | ||
[[Category:JSON based file formats]] | [[Category:JSON based file formats]] |
Latest revision as of 17:03, 18 April 2025
JSON Table Schema is a method, expressable in JSON, of specifying the field structure of tabular data, for instance a spreadsheet or CSV file. It is "in competition" with CSV Schema as a way to describe a CSV data structure. It can be accompanied by a CSV Dialect Description Format file to describe the specifics of the delimiter and quoting rules in a CSV or other delimited file.
The original source of the specification, dataprotocols.org is now now Data Package at datapackage.org from Frictionless Data. Their specifications are also available on their GitHub.