summaryrefslogtreecommitdiff
path: root/spec/fixtures/api/schemas/public_api/v4/feature_flag_scopes.json
diff options
context:
space:
mode:
Diffstat (limited to 'spec/fixtures/api/schemas/public_api/v4/feature_flag_scopes.json')
-rw-r--r--spec/fixtures/api/schemas/public_api/v4/feature_flag_scopes.json9
1 files changed, 9 insertions, 0 deletions
diff --git a/spec/fixtures/api/schemas/public_api/v4/feature_flag_scopes.json b/spec/fixtures/api/schemas/public_api/v4/feature_flag_scopes.json
new file mode 100644
index 00000000000..b1a7021db8b
--- /dev/null
+++ b/spec/fixtures/api/schemas/public_api/v4/feature_flag_scopes.json
@@ -0,0 +1,9 @@
+{
+ "type": "array",
+ "items": {
+ "type": "object",
+ "properties": {
+ "$ref": "./feature_flag_scope.json"
+ }
+ }
+}