Update API schema for Tag

This commit is contained in:
Andrea Leone 2019-09-07 14:35:53 +02:00
parent 26435701bc
commit a3d075e802
No known key found for this signature in database
GPG Key ID: 7391D710007AE6C0
1 changed files with 2 additions and 1 deletions

View File

@ -16,7 +16,8 @@
{ "type": "null" },
{ "$ref": "release/tag_release.json" }
]
}
},
"protected": { "type": "boolean" }
},
"additionalProperties": false
}