Skip to main content

Characteristics

A class defining information concerning characteristics relating to a parking facility.

accessControlledboolean

Indicates facility has physical access control (e.g. barriers, gates) [TRUE] or no access control [FALSE]

coveredTypeCoveredEnum (string)

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 weather
  • notCovered: Indicates that the facility or specific entity has no roof to provide protection from direct overhead sun or adverse weather
  • partiallyCovered: Indicates that the facility or specific entity has a roof offering partial coverage to provide protection from direct overhead sun or adverse weather
  • topLevelNotCovered: 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]

disabledAccessboolean

If [TRUE], there is provision of facilities for disable access available.

disabledAccessTypesAccessibilityEnum (string)[]

Defines the type of provision of facilities for disable access available

Possible values: [barrierFreeAccessible, disabledAccessible, disabledEasements, disabledMarkedThere, none, orientationSystemForBlindPeople, other, unknown, wheelChairAccessible]

evChargingPointsinteger

Total number of electric vehicle charging points

Possible values: >= 0

openToPublicboolean

identifies if this facility is accessible to public use [TRUE] or private use only [FALSE].

operatingModesParkingOperatingModeEnum (string)[]

defines the mode of parking operation in use

Possible values: [app, payAndDisplay, payByPlate, payBySpace, permit, ticket]

roboticboolean

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.

spacesNonDedicatedinteger

Number of parking spaces that are not assigned for a particular purpose.

Possible values: >= 0

spacesTotalinteger

Total number of parking spaces

Possible values: >= 0

staffedStaffEnum (string)

A list of supported values for staffing characteristics

  • staffed: Normally staffed during operating hours
  • temporary: Staffed on a temporary or parttime basis.
  • unstaffed: Not normally staffed during operating hours

Possible values: [staffed, temporary, unstaffed]

structureGradeStructureGradeEnum (string)

Types of layout of the parking site.

  • aboveGround: Parking is above ground level (this may include ground level parking)
  • groundLevel: Parking is at ground level
  • underground: Parking is on one or more floors below ground level

Possible values: [aboveGround, groundLevel, underground]

structureTypeStructureTypeEnum (string)

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]

Characteristics
{
"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"
}