Skip to content

Commit e519e8d

Browse files
committed
fix(contact.verify-email): update username using metadata param
1 parent ae115fd commit e519e8d

36 files changed

+13
-5
lines changed
File renamed without changes.

schemas/contacts.challenge.json renamed to schemas/contacts/challenge.json

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,22 @@
1212
},
1313
"contact": {
1414
"$ref": "common.json#/definitions/contact",
15-
"required": ["value"]
15+
"required": [
16+
"value"
17+
]
1618
},
1719
"i18nLocale": {
1820
"type": "string",
1921
"minLength": 1,
2022
"maxLength": 10
2123
},
2224
"metadata": {
23-
"type": "object"
25+
"type": "object",
26+
"properties": {
27+
"updateUsername": {
28+
"type": "boolean"
29+
}
30+
}
2431
}
2532
}
2633
}
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)