summaryrefslogtreecommitdiff
path: root/spec/fixtures/api/schemas/public_api/v4/labels/project_label.json
blob: a9a065ee71f38f2f7c0e72cece4e4522b84995fc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
  "type": "object",
  "properties": {
    "allOf": [
      { "$ref": "label.json" },
      {
        "type": "object",
        "properties": {
          "priority": { "type": ["integer", "null"] },
          "is_project_label": { "type": "boolean" }
        }
      }
    ]
  }
}