Files
schema/pcd.json
T
2025-11-01 00:09:45 +10:30

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"
}
}