Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/openpotato/opencodelist
The OpenCodeList Specification Repository
https://github.com/openpotato/opencodelist
json json-schema opencoli
Last synced: 17 days ago
JSON representation
The OpenCodeList Specification Repository
- Host: GitHub
- URL: https://github.com/openpotato/opencodelist
- Owner: openpotato
- License: apache-2.0
- Created: 2024-08-09T11:42:59.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-10-10T14:05:09.000Z (3 months ago)
- Last Synced: 2024-10-31T03:42:09.856Z (2 months ago)
- Topics: json, json-schema, opencoli
- Language: CSS
- Homepage: https://openpotato.github.io/opencodelist/
- Size: 809 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# OpenCodeList
The Open Code List Representation Format (OpenCodeList) is a standardized [JSON](https://www.json.org/) format for representing generic code lists.
The main features are:
+ Generic definition of code lists and code list sets using [JSON](https://www.json.org/)
+ Support for versioning
+ Support for multilingual text strings
+ Support for internal references
+ Support for references to external code lists
+ Support for multi-column keys and references
+ OpenCodeList documents can be validated against the [OpenCodeList Document Schema](https://github.com/openpotato/opencodelist/blob/main/schemas/v0.1/schema.json).
+ Open Source## Documentation
The documentation website is part of this repository. We have implemented it using [MkDocs](https://www.mkdocs.org) and [Material for MkDocs](https://squidfunk.github.io/mkdocs-material). It is published under https://openpotato.github.io/opencodelist/.
## Can I help?
Yes, that would be much appreciated. OpenCodeList is currently a draft. We are open for any feedback! Use the Issue Tracker for asking and/or submitting a Pull Request.