Fix bug 1863560

Closes-Bug: #1863560
Change-Id: Ic5b9cd9a2795c9c915cfc0554880718e2733fed1
This commit is contained in:
wanghao 2020-03-18 14:20:21 +08:00
parent 80aa2946c5
commit f2dd398a1b
1 changed files with 3 additions and 0 deletions

View File

@ -52,6 +52,9 @@ list_queues = {
'queues': {
'type': 'array',
'items': list_queue
},
'count': {
'type': 'number'
}
},
'required': ['links', 'queues']