{
"type": "object",
"properties": {
"profile": {
"type": "string",
"enum": [
"simple",
"professional",
"advanced"
]
}
}
}{
"type": "object",
"properties": {
"email": {
"type": "string"
},
"team_name": {
"type": "string"
},
"profile": {
"type": "string",
"enum": [
"simple",
"professional",
"advanced"
]
},
"answers": {
"type": "object"
},
"team_type": {
"type": "string",
"enum": [
"product",
"platform"
]
},
"business_answers": {
"type": "object"
}
},
"required": [
"team_name",
"answers"
]
}{
"type": "object",
"properties": {
"run_id": {
"type": "string"
}
},
"required": [
"run_id"
]
}{
"type": "object",
"properties": {
"run_id": {
"type": "string"
},
"token": {
"type": "string",
"description": "Save-link token proving ownership"
}
},
"required": [
"run_id"
]
}