An open API service indexing awesome lists of open source software.

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

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
```