Files
schema/README.md
T
2025-11-01 04:14:44 +10:30

29 lines
910 B
Markdown

[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](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.