Skip to content

Commit 8355795

Browse files
authored
Fix yaml validation
`net-address.exit-early` is a boolean, and setting `net-address` as `mapofstring` validated it incorrectly.
1 parent 7a429d0 commit 8355795

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_data/validation/sw_list.types.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ software:
2323
type: string
2424
required: false
2525
net-address:
26-
type: mapofstrings
26+
type: dict
2727
required: false
2828
kids:
2929
link:

0 commit comments

Comments
 (0)