summaryrefslogtreecommitdiff
path: root/spec/fixtures/api/schemas/public_api/v4/labels/label.json
blob: a116b33572d9b9540f90f5ef6f724cf613abcc40 (plain)
1
2
3
4
5
6
7
8
9
10
11
{
  "type": "object",
  "properties": {
    "id": { "type": "integer" },
    "name": { "type": "string" },
    "color": { "type": "string" },
    "text_color": { "type": "string" },
    "description": { "type": ["string", "null"] },
    "subscribed": { "type": "boolean" }
  }
}