Add optional id property to the issue schema

This commit is contained in:
Douglas Barbosa Alexandre 2017-01-30 14:34:47 -02:00 committed by Fatih Acet
parent e140675eef
commit ffeb3200c1
1 changed files with 1 additions and 0 deletions

View File

@ -6,6 +6,7 @@
"confidential"
],
"properties" : {
"id": { "type": "integer" },
"iid": { "type": "integer" },
"title": { "type": "string" },
"confidential": { "type": "boolean" },