{
    "title": "Crear direcciones",
    "description": "Crea una nueva direcciòn asociada a un cliente",
    "type": "object",
    "properties": {
        "status": {
            "description": "Id de la ciudad",
            "type": "integer"
        },
        "sku": {
            "description": "Dirección",
            "type": "string"
        },
        "branch_id": {
            "description": "Id del punto asociado por defecto",
            "type": "integer"
        }
    },
    "required": []
}