Add optional id property to the issue schema
This commit is contained in:
parent
e140675eef
commit
ffeb3200c1
1 changed files with 1 additions and 0 deletions
1
spec/fixtures/api/schemas/issue.json
vendored
1
spec/fixtures/api/schemas/issue.json
vendored
|
@ -6,6 +6,7 @@
|
|||
"confidential"
|
||||
],
|
||||
"properties" : {
|
||||
"id": { "type": "integer" },
|
||||
"iid": { "type": "integer" },
|
||||
"title": { "type": "string" },
|
||||
"confidential": { "type": "boolean" },
|
||||
|
|
Loading…
Reference in a new issue