From a3d075e8022805355110c1bc20ff31520fd4f15e Mon Sep 17 00:00:00 2001 From: Andrea Leone Date: Sat, 7 Sep 2019 14:35:53 +0200 Subject: Update API schema for Tag --- spec/fixtures/api/schemas/public_api/v4/tag.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'spec') diff --git a/spec/fixtures/api/schemas/public_api/v4/tag.json b/spec/fixtures/api/schemas/public_api/v4/tag.json index 5713ea1f526..bb0190955f0 100644 --- a/spec/fixtures/api/schemas/public_api/v4/tag.json +++ b/spec/fixtures/api/schemas/public_api/v4/tag.json @@ -16,7 +16,8 @@ { "type": "null" }, { "$ref": "release/tag_release.json" } ] - } + }, + "protected": { "type": "boolean" } }, "additionalProperties": false } -- cgit v1.2.3