https://github.com/linkml/linkml-registry
Registry of schemas that use LinkML
https://github.com/linkml/linkml-registry
linkml registry schema-registry schemas
Last synced: 6 months ago
JSON representation
Registry of schemas that use LinkML
- Host: GitHub
- URL: https://github.com/linkml/linkml-registry
- Owner: linkml
- Created: 2021-04-02T21:02:21.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-02-27T00:23:18.000Z (over 1 year ago)
- Last Synced: 2025-04-02T22:33:08.242Z (6 months ago)
- Topics: linkml, registry, schema-registry, schemas
- Language: Python
- Homepage: https://linkml.github.io/linkml-registry/registry/
- Size: 5.35 MB
- Stars: 11
- Watchers: 12
- Forks: 5
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# LinkML Registry
Registry of LinkML schemas
See the registry:
* [linkml-registry](https://linkml.github.io/linkml-registry/registry/)
Metadata:
* [models.yaml](models.yaml)
Registry Schema:
* [https://linkml.github.io/linkml-registry/registry/](https://linkml.github.io/linkml-registry/registry)
## How to register a schema
Make a Pull Request on:
* [src/linkml_registry/data/models.yaml](src/linkml_registry/data/models.yaml)
You should also add the `linkml` tag on your repo so it shows up here: [https://github.com/topics/linkml](https://github.com/topics/linkml)
This is then compiled to the models.yaml in the top level (do not edit this directly). Currently this is a manual step but in future this will be done with github actions
## Rebuilding the index
TODO: run via gh actions
```bash
make src/docs/registry.md
```