{
"type": "object",
"properties": {}
}{
"type": "object",
"properties": {
"email": {
"type": "string"
},
"key_profile": {
"type": "string",
"enum": [
"control",
"publisher_extension"
]
}
},
"required": [
"email",
"key_profile"
]
}{
"type": "object",
"properties": {
"email": {
"type": "string"
},
"code": {
"type": "string"
},
"key_profile": {
"type": "string",
"enum": [
"control",
"publisher_extension"
]
}
},
"required": [
"email",
"code",
"key_profile"
]
}{
"type": "object",
"properties": {
"api_key": {
"type": "string"
},
"install_id": {
"type": "string"
}
},
"required": [
"api_key",
"install_id"
]
}