Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app/validators/json_schemas/cloud_connector_access.json')
-rw-r--r--app/validators/json_schemas/cloud_connector_access.json12
1 files changed, 12 insertions, 0 deletions
diff --git a/app/validators/json_schemas/cloud_connector_access.json b/app/validators/json_schemas/cloud_connector_access.json
new file mode 100644
index 00000000000..8ebb32245d5
--- /dev/null
+++ b/app/validators/json_schemas/cloud_connector_access.json
@@ -0,0 +1,12 @@
+{
+ "$schema": "http://json-schema.org/draft-07/schema#",
+ "description": "Cloud Connector Access",
+ "type": "object",
+ "available_services": {
+ "type": "array",
+ "items": {
+ "type": "object"
+ }
+ },
+ "additionalProperties": true
+}