diff --git a/spec/paas.yaml b/spec/paas.yaml index e2d42ff..cc2fc2e 100644 --- a/spec/paas.yaml +++ b/spec/paas.yaml @@ -1056,6 +1056,10 @@ paths: properties: value: type: array + items: + oneOf: + - type: number + - type: string applet: type: string memoryUsage: @@ -1065,6 +1069,10 @@ paths: properties: value: type: array + items: + oneOf: + - type: number + - type: string applet: type: string disksUsage: @@ -1859,6 +1867,10 @@ components: type: array items: type: array + items: + oneOf: + - type: number + - type: string applet: type: string CheckDomain: