mirror of
https://github.com/Dictionarry-Hub/schema.git
synced 2026-05-03 18:24:17 +02:00
29 lines
910 B
Markdown
29 lines
910 B
Markdown
[](https://opensource.org/licenses/MIT)
|
|
|
|
# Schema
|
|
|
|
This repository hosts the base schema applied to all
|
|
[Profilarr Compliant Databases](https://dictionarry.dev/profilarr-setup/linking?section=the-open-standard)
|
|
|
|
<p align="center">
|
|
<picture>
|
|
<source media="(prefers-color-scheme: dark)" srcset=".github/image/schema-dark.svg">
|
|
<source media="(prefers-color-scheme: light)" srcset=".github/image/schema.svg">
|
|
<img alt="PCD Schema Diagram" src=".github/image/schema.svg" width="100%">
|
|
</picture>
|
|
</p>
|
|
|
|
## Documentation
|
|
|
|
- [Manifest Specification](docs/manifest.md) - Required manifest file format for
|
|
all PCDs
|
|
|
|
## Contributing
|
|
|
|
Please read [CONTRIBUTING.md](CONTRIBUTING.md) before proposing changes. All
|
|
contributions must be discussed before submission.
|
|
|
|
## Changelog
|
|
|
|
See [CHANGELOG.md](CHANGELOG.md) for a list of changes.
|