Skip to content

Commit

Permalink
Update paas.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
jarqvi authored Oct 7, 2023
1 parent 74fa795 commit 6f7c9e6
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions spec/paas.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1056,6 +1056,10 @@ paths:
properties:
value:
type: array
items:
oneOf:
- type: number
- type: string
applet:
type: string
memoryUsage:
Expand All @@ -1065,6 +1069,10 @@ paths:
properties:
value:
type: array
items:
oneOf:
- type: number
- type: string
applet:
type: string
disksUsage:
Expand Down Expand Up @@ -1859,6 +1867,10 @@ components:
type: array
items:
type: array
items:
oneOf:
- type: number
- type: string
applet:
type: string
CheckDomain:
Expand Down

0 comments on commit 6f7c9e6

Please sign in to comment.