Skip to content

Commit

Permalink
Fix approval test
Browse files Browse the repository at this point in the history
  • Loading branch information
baloo42 committed Oct 22, 2024
1 parent 1876b9c commit 9133c71
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -384,20 +384,16 @@ spec:
properties:
maxItems1:
additionalProperties:
maxLength: 1
type: "string"
maxProperties: 1
type: "object"
minItems1:
additionalProperties:
minLength: 1
type: "string"
minProperties: 1
type: "object"
minItems1maxItems3:
additionalProperties:
maxLength: 3
minLength: 1
type: "string"
maxProperties: 3
minProperties: 1
Expand All @@ -407,6 +403,8 @@ spec:
properties:
listItemMinLength1MaxLength3:
items:
maxLength: 3
minLength: 1
type: "string"
type: "array"
listItemPattern:
Expand All @@ -416,6 +414,8 @@ spec:
type: "array"
mapItemMinLength1MaxLength3:
additionalProperties:
maxLength: 3
minLength: 1
type: "string"
type: "object"
mapItemPattern:
Expand Down

0 comments on commit 9133c71

Please sign in to comment.