-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpcd.json
More file actions
25 lines (21 loc) · 594 Bytes
/
pcd.json
File metadata and controls
25 lines (21 loc) · 594 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
{
"name": "schema",
"version": "1.1.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"
}
}