mirror of
https://github.com/Dictionarry-Hub/schema.git
synced 2026-05-03 18:24:17 +02:00
22 lines
540 B
JSON
22 lines
540 B
JSON
{
|
|
"name": "schema",
|
|
"version": "1.0.0",
|
|
"description": "Base schema for all Profilarr Compliant Databases - defines the structural foundation that all PCDs build upon",
|
|
"arr_types": ["radarr", "sonarr"],
|
|
|
|
"authors": [
|
|
{
|
|
"name": "Dictionarry Team"
|
|
}
|
|
],
|
|
|
|
"license": "MIT",
|
|
"repository": "https://github.com/dictionarry-hub/schema",
|
|
|
|
"tags": ["schema", "foundation", "base"],
|
|
|
|
"links": {
|
|
"homepage": "https://dictionarry.dev",
|
|
"issues": "https://github.com/dictionarry-hub/schema/issues"
|
|
}
|
|
} |