diff --git a/www/docs/static/schema.json b/www/docs/static/schema.json index 8f483b4e2..a11376acf 100644 --- a/www/docs/static/schema.json +++ b/www/docs/static/schema.json @@ -209,7 +209,14 @@ "type": "boolean" }, "rlcp": { - "type": "boolean" + "oneOf": [ + { + "type": "string" + }, + { + "type": "boolean" + } + ] }, "files": { "items": { @@ -2997,7 +3004,14 @@ "type": "array" }, "rlcp": { - "type": "boolean" + "oneOf": [ + { + "type": "string" + }, + { + "type": "boolean" + } + ] } }, "additionalProperties": false,