{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/RuleTriggerResponse",
"title": "RuleTriggerResponse",
"type": "object",
"properties": {
"message": {
"description": "Message providing more detail about the result",
"type": "string",
"example": "Successfully saved the payload and ran the rule"
}
}
}