@@ -1167,6 +1167,16 @@ Vehicle:
11671167 "wardName": "Bangalore Urban",
11681168 "zoneId": "2",
11691169 "wardNum": 4
1170+ },
1171+ "leasingInfo": {
1172+ "leasingType": "Operating Lease",
1173+ "leasingStartDate": "2025-06-01T00:00:00.000Z",
1174+ "leasingEndDate": "2029-06-01T00:00:00.000Z",
1175+ "monthlyLeaseCost": 525,
1176+ "allowedAnnualDistance": 20000,
1177+ "allowedDistanceUnit": "kilometer",
1178+ "excessDistanceCost": 1,
1179+ "leasingProvider": "Municipality Leasing A/S"
11701180 }
11711181}
11721182```
@@ -1343,6 +1353,19 @@ Vehicle:
13431353 "zoneId": "2",
13441354 "wardNum": 4
13451355 }
1356+ },
1357+ "leasingInfo": {
1358+ "type": "StructuredValue",
1359+ "value": {
1360+ "leasingType": "Operating Lease",
1361+ "leasingStartDate": "2025-06-01T00:00:00.000Z",
1362+ "leasingEndDate": "2029-06-01T00:00:00.000Z",
1363+ "monthlyLeaseCost": 525,
1364+ "allowedAnnualDistance": 20000,
1365+ "allowedDistanceUnit": "kilometer",
1366+ "excessDistanceCost": 1,
1367+ "leasingProvider": "Municipality Leasing A/S"
1368+ }
13461369 }
13471370}
13481371```
@@ -1409,6 +1432,16 @@ Vehicle:
14091432 "wardId": "4",
14101433 "wardName": "Kempegowda Ward",
14111434 "zoneName": "South Zone",
1435+ "leasingInfo": {
1436+ "leasingType": "Operating Lease",
1437+ "leasingStartDate": "2025-06-01T00:00:00.000Z",
1438+ "leasingEndDate": "2029-06-01T00:00:00.000Z",
1439+ "monthlyLeaseCost": 525,
1440+ "allowedAnnualDistance": 20000,
1441+ "allowedDistanceUnit": "kilometer",
1442+ "excessDistanceCost": 1,
1443+ "leasingProvider": "Municipality Leasing A/S"
1444+ },
14121445 "@context": [
14131446 "https://smart-data-models.github.io/dataModel.Transportation/context.jsonld"
14141447 ]
@@ -1581,6 +1614,19 @@ Vehicle:
15811614 "zoneName": {
15821615 "type": "Property",
15831616 "value": "South Zone"
1617+ },
1618+ "leasingInfo": {
1619+ "type": "Property",
1620+ "value": {
1621+ "leasingType": "Operating Lease",
1622+ "leasingStartDate": "2025-06-01T00:00:00.000Z",
1623+ "leasingEndDate": "2029-06-01T00:00:00.000Z",
1624+ "monthlyLeaseCost": 525,
1625+ "allowedAnnualDistance": 20000,
1626+ "allowedDistanceUnit": "kilometer",
1627+ "excessDistanceCost": 1,
1628+ "leasingProvider": "Municipality Leasing A/S"
1629+ }
15841630 },
15851631 "@context": [
15861632 "https://smart-data-models.github.io/dataModel.Transportation/context.jsonld"
0 commit comments