{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "AllReleaseStageStateResponse",
  "type": "object",
  "required": [
    "releases"
  ],
  "properties": {
    "releases": {
      "type": "array",
      "items": {
        "type": "integer",
        "format": "uint32",
        "minimum": 0.0
      }
    }
  }
}

Local Graph