summaryrefslogtreecommitdiff
path: root/spec/fixtures/api/schemas/feature_flags_client_token.json
blob: 115db422d123e94c53b06fb9583e1d31cc53143c (plain)
1
2
3
4
5
6
7
8
9
10
{
  "type": "object",
  "required" : [
    "token"
  ],
  "properties" : {
    "token": { "type": ["string"] }
  },
  "additionalProperties": false
}