Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/frictionlessdata/schemas
[DEPRECATED] Please use https://github.com/frictionlessdata/specs
https://github.com/frictionlessdata/schemas
Last synced: 3 months ago
JSON representation
[DEPRECATED] Please use https://github.com/frictionlessdata/specs
- Host: GitHub
- URL: https://github.com/frictionlessdata/schemas
- Owner: frictionlessdata
- License: unlicense
- Archived: true
- Created: 2013-12-05T22:48:05.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2017-11-13T15:55:45.000Z (about 7 years ago)
- Last Synced: 2024-08-02T12:48:45.203Z (6 months ago)
- Language: Python
- Homepage:
- Size: 94.7 KB
- Stars: 17
- Watchers: 8
- Forks: 7
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
- awesome-starred - frictionlessdata/schemas - [DEPRECATED] Please use https://github.com/frictionlessdata/specs (others)
README
# JSON Schemas for Frictionless Data Specifications
[![Build Status](http://travis-ci.org/frictionlessdata/schemas.svg?branch=master)](http://travis-ci.org/frictionlessdata/schemas)
JSON Schemas, and a registry, for the Data Package family of specifications. Read more about Data Packages at [Frictionless Data](http://frictionlessdata.io/).
The schemas are implemented using [JSON Schema](http://json-schema.org/), a specification which provides a simple declarative format for describing the structure of JSON documents.
The registry is implemented as simple CSV file, and there are libraries in [JavaScript](http://github.com/frictionlessdata/datapackage-registry-js) and [Python](https://github.com/frictionlessdata/datapackage-py) that work with the registry directly.
## The schemas
Here you'll find schemas for [Data Package](http://frictionlessdata.io/data-packages/), various Data Package Profiles, [JSON Table Schemas](http://frictionlessdata.io/json-table-schema/), [CSV Dialect Description Format](http://frictionlessdata.io/csv-dialect/) and more.
Note that some of the schemas also feature information for [json-editor](http://github.com/jdorn/json-editor) - useful for building web forms and other UI components dynamically from a schema. We use this extensively in [DataPackagist](http://github.com/okfn/datapackagist) to build UIs for creating Data Packages.
## The registry
The registry enables consumers to get access to schemas and documentation for the family of Data Package specifications, and related specifications like JSON Table Schema and CSV Dialect Description Format. See [Frictionless Data](http://frictionlessdata.io/) for more information.
### Contributing
Yes we welcome and encourage additions to the registry! Any spec that is added must meet the following criteria:
* Be related to the Data Packages family of specifications.
* Have a publicly-accessible web page describing the specification.
* Have a JSON Schema file that describes the specification.See the existing entries in the registry, and then take the following steps to add a new entry:
1. Make a new pull request called `registry/{NAME_OF_SPECIFICATION}`
2. The pull request features a JSON Schema file for the new specification, and adds the spec to `registry.csv`
3. Write a brief description of the spec as part of the pull request.