We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a4e0d04 commit b23b226Copy full SHA for b23b226
models/data-types/vehicle-type-counts.yaml
@@ -11,5 +11,5 @@ propertyNames:
11
$ref: ./vehicle-type.yaml
12
13
patternProperties:
14
- "": # i.e. match all properties
+ ".": # i.e. match all properties
15
$ref: ./integer-positive.yaml
models/policy-rule.yaml
@@ -21,7 +21,7 @@ $defs:
21
# allow any vehicle state to be a property name
22
$ref: ./data-types/vehicle-state.yaml
23
24
- "": # i.e. match all properties of the `states` object
+ ".": # i.e. match all properties of the `states` object
25
type: array
26
uniqueItems: true
27
items:
0 commit comments