Files
schema/pcd.json
T
2026-02-11 22:06:15 +10:30

26 lines
594 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"
},
"profilarr": {
"minimum_version": "2.0.0"
}
}