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