Characteristics
A class defining information concerning characteristics relating to a parking facility.
Indicates facility has physical access control (e.g. barriers, gates) [TRUE] or no access control [FALSE]
Defines the supported lists of different types describing roof coverage of the facility or entity
covered: Indicates that the facility or specific entity has a roof to provide protection from direct overhead sun or adverse weathernotCovered: Indicates that the facility or specific entity has no roof to provide protection from direct overhead sun or adverse weatherpartiallyCovered: Indicates that the facility or specific entity has a roof offering partial coverage to provide protection from direct overhead sun or adverse weathertopLevelNotCovered: Indicates that in a multi-level facility or specific entity the top level(s) have no roof to provide protection from direct overhead sun or adverse weather
Possible values: [covered, notCovered, partiallyCovered, topLevelNotCovered]
If [TRUE], there is provision of facilities for disable access available.
Defines the type of provision of facilities for disable access available
Possible values: [barrierFreeAccessible, disabledAccessible, disabledEasements, disabledMarkedThere, none, orientationSystemForBlindPeople, other, unknown, wheelChairAccessible]
Total number of electric vehicle charging points
Possible values: >= 0
identifies if this facility is accessible to public use [TRUE] or private use only [FALSE].
defines the mode of parking operation in use
Possible values: [app, payAndDisplay, payByPlate, payBySpace, permit, ticket]
Indicates existence of a robotic parking system - a parking structure where customer leaves vehicle at drop off area and robots move the vehicle to parking location in structure. Default or absence of value indicates [FALSE] = no robotic parking system.
Number of parking spaces that are not assigned for a particular purpose.
Possible values: >= 0
Total number of parking spaces
Possible values: >= 0
A list of supported values for staffing characteristics
staffed: Normally staffed during operating hourstemporary: Staffed on a temporary or parttime basis.unstaffed: Not normally staffed during operating hours
Possible values: [staffed, temporary, unstaffed]
Types of layout of the parking site.
aboveGround: Parking is above ground level (this may include ground level parking)groundLevel: Parking is at ground levelunderground: Parking is on one or more floors below ground level
Possible values: [aboveGround, groundLevel, underground]
A list of types of parking structure.
offStreetStructure: Off-street multi-tier parking structure.offStreetSurface: Off-street ground-level at grade parking.onStreet: On-street parking.
Possible values: [offStreetStructure, offStreetSurface, onStreet]
{
"accessControlled": true,
"coveredType": "covered",
"disabledAccess": true,
"disabledAccessTypes": [
"barrierFreeAccessible"
],
"evChargingPoints": 0,
"openToPublic": true,
"operatingModes": [
"app"
],
"robotic": true,
"spacesNonDedicated": 0,
"spacesTotal": 0,
"staffed": "staffed",
"structureGrade": "aboveGround",
"structureType": "offStreetStructure"
}