Skip to content

Commit

Permalink
fix: add missing wrapper to KubernetesServiceResponseList
Browse files Browse the repository at this point in the history
  • Loading branch information
ctjhoa committed Sep 6, 2024
1 parent 7b37f52 commit bfec685
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19060,9 +19060,12 @@ components:
title: KubernetesServiceResponseList
x-stoplight:
id: 91mgvynk8ostk
type: array
items:
$ref: '#/components/schemas/KubernetesService'
type: object
properties:
results:
type: array
items:
$ref: '#/components/schemas/KubernetesService'
KubernetesService:
title: KubernetesService
x-stoplight:
Expand Down

0 comments on commit bfec685

Please sign in to comment.