Skip to content

Commit 74844d0

Browse files
fixing descriptions missing and typos
1 parent 52f80d2 commit 74844d0

2 files changed

Lines changed: 8 additions & 480 deletions

File tree

Vehicle/schema.json

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"$schema": "https://json-schema.org/draft/2020-12/schema",
3-
"$schemaVersion": "0.2.2",
3+
"$schemaVersion": "0.2.3",
44
"modelTags": "IUDX, SEDIMARK",
55
"$id": "https://smart-data-models.github.io/dataModel.Transportation/Vehicle/schema.json",
66
"title": "Smart Data Models - Vehicle",
@@ -36,7 +36,7 @@
3636
"autorickshaw",
3737
"bicycle",
3838
"binTrolley",
39-
"BRT mini bus\u00b7",
39+
"BRT mini bus",
4040
"BRT bus",
4141
"bus",
4242
"car",
@@ -107,7 +107,8 @@
107107
"public",
108108
"specialUsage",
109109
"tracked"
110-
]
110+
],
111+
"description": "Property. Individual category items included for the vehicle"
111112
}
112113
},
113114
"previousLocation": {
@@ -201,7 +202,8 @@
201202
"overspeed",
202203
"proximitySensor",
203204
"wifi"
204-
]
205+
],
206+
"description": "Property. Each of the features of the vehicle"
205207
}
206208
},
207209
"serviceProvided": {
@@ -355,7 +357,7 @@
355357
},
356358
"emergencyVehicleType": {
357359
"type": "string",
358-
"description": "Property. Model:'https://schema.org/Text'. Type of emergency vehicle corresponding to this observation. Enum:'policeCar, policeMotorcycle, policeVan, policeSWAT, fireEngine, waterTender, airAmbulance, ambulance, motorcycleAmbulance, rescueVehicle, hazardousMaterialsApparatus, towTruck",
360+
"description": "Property. Model:'https://schema.org/Text'. Type of emergency vehicle corresponding to this observation. Enum:'policeCar, policeMotorcycle, policeVan, policeSWAT, fireEngine, waterTender, airAmbulance, ambulance, motorcycleAmbulance, rescueVehicle, hazardousMaterialsApparatus, towTruck'pip ins",
359361
"enum": [
360362
"policeCar",
361363
"policeMotorcycle",
@@ -373,7 +375,7 @@
373375
},
374376
"municipalityInfo": {
375377
"type": "object",
376-
"description": "Property. Model:'https://schema.org/Text. Municipality information corresponding to this observation",
378+
"description": "Property. Model:'https://schema.org/Text'. Municipality information corresponding to this observation",
377379
"properties": {
378380
"district": {
379381
"type": "string",

0 commit comments

Comments
 (0)