summaryrefslogtreecommitdiff
path: root/app/validators/json_schemas/cluster_agent_authorization_configuration.json
diff options
context:
space:
mode:
Diffstat (limited to 'app/validators/json_schemas/cluster_agent_authorization_configuration.json')
-rw-r--r--app/validators/json_schemas/cluster_agent_authorization_configuration.json6
1 files changed, 6 insertions, 0 deletions
diff --git a/app/validators/json_schemas/cluster_agent_authorization_configuration.json b/app/validators/json_schemas/cluster_agent_authorization_configuration.json
new file mode 100644
index 00000000000..f3de0b7043b
--- /dev/null
+++ b/app/validators/json_schemas/cluster_agent_authorization_configuration.json
@@ -0,0 +1,6 @@
+{
+ "$schema": "http://json-schema.org/draft-07/schema#",
+ "description": "Cluster Agent configuration for an authorized project or group",
+ "type": "object",
+ "additionalProperties": true
+}