id_region
(number): The ID of the region for which classes are being retrieved.k_business
(number): The ID of the business for which classes are being retrieved.{
"type": "object",
"properties": {
"element_id": {
"type": "string"
},
"element_name": {
"type": "string"
},
"element_description": {
"type": "string"
},
"element_properties": {
"type": "object",
"properties": {
"property1": {
"type": "string"
},
"property2": {
"type": "string"
}
// ... additional properties
}
}
// ... additional properties
}
}