diff --git a/www/docs/static/schema-pro.json b/www/docs/static/schema-pro.json index 32322d6b4..2ba48274c 100644 --- a/www/docs/static/schema-pro.json +++ b/www/docs/static/schema-pro.json @@ -226,7 +226,14 @@ "type": "boolean" }, "rlcp": { - "type": "boolean" + "oneOf": [ + { + "type": "string" + }, + { + "type": "boolean" + } + ] }, "files": { "items": { @@ -1711,14 +1718,6 @@ "version_metadata": { "type": "string" }, - "replacements": { - "patternProperties": { - ".*": { - "type": "string" - } - }, - "type": "object" - }, "dependencies": { "items": { "type": "string" @@ -2009,14 +2008,6 @@ "version_metadata": { "type": "string" }, - "replacements": { - "patternProperties": { - ".*": { - "type": "string" - } - }, - "type": "object" - }, "dependencies": { "items": { "type": "string" @@ -3017,14 +3008,6 @@ "name_template": { "type": "string" }, - "replacements": { - "patternProperties": { - ".*": { - "type": "string" - } - }, - "type": "object" - }, "publish": { "type": "boolean" }, @@ -3295,7 +3278,14 @@ "type": "array" }, "rlcp": { - "type": "boolean" + "oneOf": [ + { + "type": "string" + }, + { + "type": "boolean" + } + ] }, "templated_files": { "items": {