diff --git a/www/docs/static/schema.json b/www/docs/static/schema.json index dddeadd21..4bee0c1b2 100644 --- a/www/docs/static/schema.json +++ b/www/docs/static/schema.json @@ -71,6 +71,12 @@ }, "type": "array" }, + "backup": { + "items": { + "type": "string" + }, + "type": "array" + }, "rel": { "type": "string" },