diff --git a/www/docs/static/schema.json b/www/docs/static/schema.json index 81ac0e64a..617bb1ade 100644 --- a/www/docs/static/schema.json +++ b/www/docs/static/schema.json @@ -1124,6 +1124,9 @@ "tap": { "$ref": "#/$defs/RepoRef" }, + "repository": { + "$ref": "#/$defs/RepoRef" + }, "commit_author": { "$ref": "#/$defs/CommitAuthor" }, @@ -1399,6 +1402,9 @@ "index": { "$ref": "#/$defs/RepoRef" }, + "repository": { + "$ref": "#/$defs/RepoRef" + }, "commit_author": { "$ref": "#/$defs/CommitAuthor" }, @@ -2549,6 +2555,9 @@ "bucket": { "$ref": "#/$defs/RepoRef" }, + "repository": { + "$ref": "#/$defs/RepoRef" + }, "folder": { "type": "string" },