summaryrefslogtreecommitdiff
path: root/spec/fixtures/api/schemas/feature_flag_strategy.json
blob: 5a2777dc8ea75c72e7019b86a196c85e74cfe08a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
{
  "type": "object",
  "required": [
    "name"
  ],
  "properties": {
    "name": { "type": "string" },
    "parameters": {
      "type": "object"
    }
  },
  "additionalProperties": false
}