Fix: Screw after Screw Up

- Fix: Screw after Screw Up
pull/740/head
TRaSH 2 years ago
parent 40b022cf34
commit 5ccb320d20

@ -2,7 +2,7 @@
"$schema": "metadata.schema.json", "$schema": "metadata.schema.json",
"json_paths": { "json_paths": {
"radarr": { "radarr": {
"custom_formats": ["docs/json/radarr"] "custom_formats": ["docs/json/radarr/cf"]
}, },
"sonarr": { "sonarr": {
"release_profiles": ["docs/json/sonarr/rp"], "release_profiles": ["docs/json/sonarr/rp"],

@ -34,6 +34,7 @@
"type": "object", "type": "object",
"additionalProperties": false, "additionalProperties": false,
"properties": { "properties": {
"custom_formats": { "$ref": "#/$defs/custom_formats" },
"release_profiles": { "$ref": "#/$defs/release_profiles" } "release_profiles": { "$ref": "#/$defs/release_profiles" }
} }
} }

Loading…
Cancel
Save