Gitlab

Gitlab resource type schema.

json · 19 lines
1
{
2
  "$schema": "https://json-schema.org/draft/2020-12/schema",
3
  "properties": {
4
    "baseUrl": {
5
      "type": "string",
6
      "description": "",
7
      "default": "https://gitlab.com"
8
    },
9
    "token": {
10
      "type": "string",
11
      "description": "",
12
      "default": ""
13
    }
14
  },
15
  "required": [
16
    "token"
17
  ],
18
  "type": "object"
19
}
Orvanta Hub — community scripts, flows, apps & resource types.