add email to register field

This commit is contained in:
SpaceAdmiral 2023-05-13 11:14:40 -07:00
parent e77117f6bd
commit e9be22485e

View File

@ -83,6 +83,9 @@
"maxLength": 14, "maxLength": 14,
"minLength": 3, "minLength": 3,
"type": "string" "type": "string"
},
"email": {
"description": "Your email address. This is used if you reserved your call sign between resets."
} }
}, },
"required": [ "required": [
@ -2598,4 +2601,4 @@
} }
} }
} }
} }