{
"type": "object",
"properties": {
"email": {
"type": "string",
"description": "seu@email.com"
}
},
"required": [
"email"
]
}{
"type": "object",
"properties": {
"q": {
"type": "string"
}
}
}{
"type": "object",
"properties": {
"slug": {
"type": "string"
}
}
}{
"type": "object",
"properties": {}
}