Skip to content

Commit

Permalink
Merge branch '7.0-dev' into 8.0-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesdickson6 committed Nov 14, 2024
2 parents 1e558f0 + a7f9034 commit d6f2cc2
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions components/examples/cluster.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"cluster": {
"id": 9,
"uuid": "a3bcacc3-f2f3-474b-adf1-d85d670ad56f",
"name": "democluster",
"code": null,
"category": null,
Expand Down
1 change: 1 addition & 0 deletions components/examples/clusters.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"clusters": [
{
"id": 9,
"uuid": "a3bcacc3-f2f3-474b-adf1-d85d670ad56f",
"name": "democluster",
"code": null,
"category": null,
Expand Down
2 changes: 2 additions & 0 deletions components/schemas/cluster.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ properties:
id:
type: integer
format: int64
uuid:
type: string
name:
type: string
code:
Expand Down

0 comments on commit d6f2cc2

Please sign in to comment.