summaryrefslogtreecommitdiff
path: root/spec/fixtures/api/schemas/public_api/v4/template_list.json
blob: 2336dafb17b9817ae6b7fa5e82b9f41027fa9521 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
  "type": "array",
  "items": {
    "type": "object",
    "required": [
      "key",
      "name"
    ],
    "properties": {
      "key": { "type": "string" },
      "name": { "type": "string" }
    },
    "additionalProperties": false
  }
}