Skip to content

Commit

Permalink
Fix specs (type of items in the list)
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianczech committed Apr 2, 2024
1 parent 0235c2a commit 52d26ef
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 2 deletions.
3 changes: 1 addition & 2 deletions specs/panorama/device-group.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,7 @@ spec:
items:
type: 'string'
profiles:
-
type: 'entry'
- type: 'member'
xpath: ["devices"]
authorization_code:
description: 'Authorization code'
Expand Down
34 changes: 34 additions & 0 deletions specs/policies/security-policy-rule.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,8 @@ spec:
type: list
count:
max: 31
items:
type: 'string'
profiles:
-
type: 'member'
Expand All @@ -133,6 +135,8 @@ spec:
type: list
count:
max: 31
items:
type: 'string'
profiles:
-
type: 'member'
Expand All @@ -142,6 +146,8 @@ spec:
type: list
count:
max: 63
items:
type: 'string'
profiles:
-
type: 'member'
Expand All @@ -151,6 +157,8 @@ spec:
type: list
count:
max: 63
items:
type: 'string'
profiles:
-
type: 'member'
Expand All @@ -160,6 +168,8 @@ spec:
type: list
count:
max: 1023
items:
type: 'string'
profiles:
-
type: 'member'
Expand All @@ -169,6 +179,8 @@ spec:
type: list
count:
max: 63
items:
type: 'string'
profiles:
-
type: 'member'
Expand All @@ -178,6 +190,8 @@ spec:
type: list
count:
max: 63
items:
type: 'string'
profiles:
-
type: 'member'
Expand All @@ -187,6 +201,8 @@ spec:
type: list
count:
max: 63
items:
type: 'string'
profiles:
-
type: 'member'
Expand All @@ -196,6 +212,8 @@ spec:
type: list
count:
max: 63
items:
type: 'string'
profiles:
-
type: 'member'
Expand All @@ -205,6 +223,8 @@ spec:
type: list
count:
max: 63
items:
type: 'string'
profiles:
-
type: 'member'
Expand Down Expand Up @@ -287,6 +307,8 @@ spec:
type: list
count:
max: 1
items:
type: 'string'
profiles:
-
type: 'member'
Expand All @@ -296,6 +318,8 @@ spec:
type: list
count:
max: 1
items:
type: 'string'
profiles:
-
type: 'member'
Expand All @@ -305,6 +329,8 @@ spec:
type: list
count:
max: 1
items:
type: 'string'
profiles:
-
type: 'member'
Expand All @@ -314,6 +340,8 @@ spec:
type: list
count:
max: 1
items:
type: 'string'
profiles:
-
type: 'member'
Expand All @@ -323,6 +351,8 @@ spec:
type: list
count:
max: 1
items:
type: 'string'
profiles:
-
type: 'member'
Expand All @@ -332,6 +362,8 @@ spec:
type: list
count:
max: 1
items:
type: 'string'
profiles:
-
type: 'member'
Expand All @@ -341,6 +373,8 @@ spec:
type: list
count:
max: 1
items:
type: 'string'
profiles:
-
type: 'member'
Expand Down

0 comments on commit 52d26ef

Please sign in to comment.