- Fix: Screw after Screw Up
@ -2,7 +2,7 @@
"$schema": "metadata.schema.json",
"json_paths": {
"radarr": {
"custom_formats": ["docs/json/radarr"]
"custom_formats": ["docs/json/radarr/cf"]
},
"sonarr": {
"release_profiles": ["docs/json/sonarr/rp"],
@ -34,6 +34,7 @@
"type": "object",
"additionalProperties": false,
"properties": {
"custom_formats": { "$ref": "#/$defs/custom_formats" },
"release_profiles": { "$ref": "#/$defs/release_profiles" }
}