diff --git a/components/examples/cluster.json b/components/examples/cluster.json index 0e8f1a0..7f60aee 100644 --- a/components/examples/cluster.json +++ b/components/examples/cluster.json @@ -1,6 +1,7 @@ { "cluster": { "id": 9, + "uuid": "a3bcacc3-f2f3-474b-adf1-d85d670ad56f", "name": "democluster", "code": null, "category": null, diff --git a/components/examples/clusters.json b/components/examples/clusters.json index d98c4e2..47fdf90 100644 --- a/components/examples/clusters.json +++ b/components/examples/clusters.json @@ -2,6 +2,7 @@ "clusters": [ { "id": 9, + "uuid": "a3bcacc3-f2f3-474b-adf1-d85d670ad56f", "name": "democluster", "code": null, "category": null, diff --git a/components/schemas/cluster.yaml b/components/schemas/cluster.yaml index ce00005..abdcc26 100644 --- a/components/schemas/cluster.yaml +++ b/components/schemas/cluster.yaml @@ -3,6 +3,8 @@ properties: id: type: integer format: int64 + uuid: + type: string name: type: string code: