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

cloud_connector_access.json « json_schemas « validators « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 8ebb32245d559bf63c713b93210a0d68cb9ccb3e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "description": "Cloud Connector Access",
  "type": "object",
  "available_services": {
    "type": "array",
    "items": {
      "type": "object"
    }
  },
  "additionalProperties": true
}