{
"title": "result",
"type": "object",
"properties": {
"status": {
"type": "string",
"description": "The status of the API request.",
"enum": [
"Created"
]
},
"message": {
"type": "string",
"description": "Message containing either confirmation of the operation or the reason for the failure of the operation."
},
"data": {
"$ref": "automations-schema"
}
}
}