Skip to content

Commit 40b6bc3

Browse files
committed
User Model related changes and updates.
1 parent f44eedc commit 40b6bc3

1 file changed

Lines changed: 4 additions & 11 deletions

File tree

api.json

Lines changed: 4 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -282,17 +282,10 @@
282282
"type": "object",
283283
"properties": {
284284
"alias_label": {
285-
"anyOf": [
286-
{
287-
"type": "string"
288-
},
289-
{
290-
"type": "array",
291-
"items": {
292-
"type": "string"
293-
}
294-
}
295-
]
285+
"type": "array",
286+
"items": {
287+
"type": "string"
288+
}
296289
}
297290
}
298291
},

0 commit comments

Comments
 (0)