Skip to content

Commit

Permalink
Update JSON schemas
Browse files Browse the repository at this point in the history
  • Loading branch information
any-association committed Apr 18, 2024
1 parent c5c0ebb commit 92d4297
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion json/models/Membership.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,10 +61,25 @@
],
"title": "Payment Method"
},
"requestedAnyName": {
"nsName": {
"type": "string",
"description": "can be empty if user did not ask for any name"
},
"nsNameType": {
"enum": [
"AnyName",
0
],
"oneOf": [
{
"type": "string"
},
{
"type": "integer"
}
],
"title": "Nameservice Name Type"
},
"userEmail": {
"type": "string",
"description": "if the email was verified by the user or set during the checkout - it will be here"
Expand Down

0 comments on commit 92d4297

Please sign in to comment.