{
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "https://api-evangelist.github.io/blueconic/json-schema/stage.json",
"title": "stage",
"type": "object",
"properties": {
"identifier": {
"type": "string",
"description": "The ID of the stage."
},
"name": {
"type": "string",
"description": "The name of the stage."
},
"rule": {
"$ref": "#/components/schemas/rule"
}
}
}