w3c / automotive

W3C Automotive Working Group Specifications
Other
145 stars 68 forks source link

Change of key name "value" to "param" #460

Closed UlfBj closed 1 year ago

UlfBj commented 1 year ago

The filter JSON expression has two key names, "type" and "value", as shown in the following example. {"type":"timebased", "value":{"period":"500"}} The key name "value" has two issues,

To improve on these issues it is proposed that it is changed to "param", which would example above being changed to {"type":"timebased", "param":{"period":"500"}}

UlfBj commented 1 year ago

parameter instead of param?

UlfBj commented 1 year ago

PR#470 changes value to parameter.

UlfBj commented 1 year ago

Fixed in PR#470