BigW Consortium Gitlab

deployments.json 1.1 KB
{
  "additionalProperties": false,
  "properties": {
    "deployments": {
      "items": {
        "additionalProperties": false,
        "properties": {
          "created_at": {
            "type": "string"
          },
          "id": {
            "type": "integer"
          },
          "iid": {
            "type": "integer"
          },
          "last?": {
            "type": "boolean"
          },
          "ref": {
            "additionalProperties": false,
            "properties": {
              "name": {
                "type": "string"
              }
            },
            "required": [
              "name"
            ],
            "type": "object"
          },
          "sha": {
            "type": "string"
          },
          "tag": {
            "type": "boolean"
          }
        },
        "required": [
          "sha",
          "created_at",
          "iid",
          "tag",
          "last?",
          "ref",
          "id"
        ],
        "type": "object"
      },
      "minItems": 1,
      "type": "array"
    }
  },
  "required": [
    "deployments"
  ],
  "type": "object"
}