summaryrefslogtreecommitdiff
path: root/spec/fixtures/api/schemas/error_tracking/list_projects.json
blob: 2aaa525e38f5d961b334a0afc66d30493a889326 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
{
  "type": "object",
  "required": [
    "projects"
  ],
  "properties": {
    "projects": {
      "type": "array",
      "items": { "$ref": "project.json" }
    }
  },
  "additionalProperties": false
}