{
"type": "object",
"properties": {
"csrfmiddlewaretoken": {
"type": "string"
},
"url": {
"type": "string",
"description": "yourstore.com"
},
"vertical": {
"type": "string",
"enum": [
"general",
"dtc_fashion",
"supplements",
"specialty_coffee",
"beauty",
"home_living"
]
}
},
"required": [
"url"
]
}