summaryrefslogtreecommitdiff
path: root/spec/fixtures/api/schemas/entities/diff_viewer.json
blob: 81325cd86c659ba4ec161d29d9f149747bf0a9f2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
  "type": "object",
  "required": [
    "name"
  ],
  "properties": {
    "name": {
      "type": [
        "string"
      ]
    },
    "error": {
      "type": [
        "string",
        "null"
      ]
    }
  },
  "additionalProperties": false
}