CircleCI · Schema

MessageResponse

CI/CDContinuous IntegrationContinuous DeploymentDevOpsPipelinesWorkflows

Properties

Name Type Description
message string A message describing the result of the operation
View JSON Schema on GitHub

JSON Schema

circleci-messageresponse-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/MessageResponse",
  "title": "MessageResponse",
  "type": "object",
  "properties": {
    "message": {
      "type": "string",
      "description": "A message describing the result of the operation"
    }
  }
}