{
"type": "object",
"properties": {},
"additionalProperties": false
}{
"type": "object",
"properties": {
"organisationName": {
"type": "string",
"description": "Organisation name, up to 200 characters."
},
"contactEmail": {
"type": "string",
"format": "email",
"description": "Contact email that receives the verification code."
}
},
"required": [
"organisationName",
"contactEmail"
],
"additionalProperties": false
}