Skip to content

Commit b23b226

Browse files
committed
Add dot to patternProperties;
1 parent a4e0d04 commit b23b226

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

models/data-types/vehicle-type-counts.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@ propertyNames:
1111
$ref: ./vehicle-type.yaml
1212

1313
patternProperties:
14-
"": # i.e. match all properties
14+
".": # i.e. match all properties
1515
$ref: ./integer-positive.yaml

models/policy-rule.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ $defs:
2121
# allow any vehicle state to be a property name
2222
$ref: ./data-types/vehicle-state.yaml
2323
patternProperties:
24-
"": # i.e. match all properties of the `states` object
24+
".": # i.e. match all properties of the `states` object
2525
type: array
2626
uniqueItems: true
2727
items:

0 commit comments

Comments
 (0)