Skip to content

Commit

Permalink
[Fix] 'Name' attribute in examples to 'name' (lowercase) (#86)
Browse files Browse the repository at this point in the history
  • Loading branch information
BjoernAtBosch authored Jun 8, 2023
1 parent f5b4db2 commit 4191bb9
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion examples/array-datatype/AppManifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[
{
"Name": "array-datatype",
"name": "array-datatype",
"vehicleModel": {
"src": "https://github.com/COVESA/vehicle_signal_specification/releases/download/v3.0/vss_rel_3.0.json",
"datapoints": [
Expand Down
2 changes: 1 addition & 1 deletion examples/atomic-set/AppManifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[
{
"Name": "atomic-set",
"name": "atomic-set",
"vehicleModel": {
"src": "https://github.com/COVESA/vehicle_signal_specification/releases/download/v3.0/vss_rel_3.0.json",
"datapoints": [
Expand Down
2 changes: 1 addition & 1 deletion examples/datapoint-set/AppManifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[
{
"Name": "datapoint-set",
"name": "datapoint-set",
"vehicleModel": {
"src": "https://github.com/COVESA/vehicle_signal_specification/releases/download/v3.0/vss_rel_3.0.json",
"datapoints": [
Expand Down
2 changes: 1 addition & 1 deletion examples/dog-mode/AppManifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[
{
"Name": "dogmode",
"name": "dogmode",
"vehicleModel": {
"src": "https://github.com/COVESA/vehicle_signal_specification/releases/download/v3.0/vss_rel_3.0.json",
"datapoints": [
Expand Down
2 changes: 1 addition & 1 deletion examples/dynamic-rule/AppManifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[
{
"Name": "dynamic-rule",
"name": "dynamic-rule",
"vehicleModel": {
"src": "https://github.com/COVESA/vehicle_signal_specification/releases/download/v3.0/vss_rel_3.0.json",
"datapoints": [
Expand Down
2 changes: 1 addition & 1 deletion examples/seat-adjuster/AppManifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[
{
"Name": "seatadjuster",
"name": "seatadjuster",
"vehicleModel": {
"src": "https://github.com/COVESA/vehicle_signal_specification/releases/download/v3.0/vss_rel_3.0.json",
"datapoints": [
Expand Down
2 changes: 1 addition & 1 deletion examples/static-rule/AppManifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[
{
"Name": "static-rule",
"name": "static-rule",
"vehicleModel": {
"src": "https://github.com/COVESA/vehicle_signal_specification/releases/download/v3.0/vss_rel_3.0.json",
"datapoints": [
Expand Down
2 changes: 1 addition & 1 deletion examples/vdb-queries/AppManifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[
{
"Name": "vdb-queries",
"name": "vdb-queries",
"vehicleModel": {
"src": "https://github.com/COVESA/vehicle_signal_specification/releases/download/v3.0/vss_rel_3.0.json",
"datapoints": [
Expand Down

0 comments on commit 4191bb9

Please sign in to comment.