Merge "Accept an empty key for addresses"
This commit is contained in:
@@ -906,7 +906,7 @@ _server_response = {
|
|||||||
'addresses': {
|
'addresses': {
|
||||||
'type': 'object',
|
'type': 'object',
|
||||||
'patternProperties': {
|
'patternProperties': {
|
||||||
'^.+$': {
|
'^.*$': {
|
||||||
'type': 'array',
|
'type': 'array',
|
||||||
'items': {
|
'items': {
|
||||||
'type': 'object',
|
'type': 'object',
|
||||||
|
|||||||
Reference in New Issue
Block a user