summaryrefslogtreecommitdiffstats
path: root/src/clm/json-schemas/cluster-label.json
blob: 22267b3d46916107be9a070414575e43f10c35da (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
{
    "$schema": "http://json-schema.org/schema#",
    "type": "object",
    "properties": {
      "label-name": {
        "description": "Logical Cloud to use for this intent",
        "type": "string",
        "example": "cluster-label-1",
        "maxLength": 128,
        "pattern": "[-_0-9a-zA-Z]+$"
      }
    }
  }