Skip to content

Commit e0f369b

Browse files
committed
fix: updated README and schema for radar_threshold_filter as per review comments
Signed-off-by: vish0012 <vishalchhn42@gmail.com>
1 parent df2d0d2 commit e0f369b

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

sensing/autoware_radar_threshold_filter/schema/radar_threshold_filter.schema.json

+3-2
Original file line numberDiff line numberDiff line change
@@ -84,8 +84,8 @@
8484
"additionalProperties": false
8585
}
8686
},
87-
"patternProperties": {
88-
"/.*": {
87+
"properties": {
88+
"/**": {
8989
"type": "object",
9090
"properties": {
9191
"ros__parameters": {
@@ -96,5 +96,6 @@
9696
"additionalProperties": false
9797
}
9898
},
99+
"required": ["/**"],
99100
"additionalProperties": false
100101
}

0 commit comments

Comments
 (0)