DemandSpaceType
Identifies when a space was occupied and for how long.
Time of update, from detector.
The actual Time space is vacated.
The estimated time a space is expected to be vacated.
The estimated time a space is expected to be occupied.
The actual time space is occupied
spaceId object
A reference to an identifiable managed object where the identifier is unique. It is composed of a string identifying the class of the referenced object and a unique string identifier.
The class name of the referenced object in PascalCase
Possible values: non-empty
UKNumberPlateThe unique identifier within the given class
LA51ABCoccupancyLevel object
Defines an occupancy level as specified by the data supplier.
occupancyIndicator objectrequired
Class providing structure to support reference to an entry in a previously defined user-defined code list.
codeListEntryId object
A reference to an identifiable managed object where the identifier is unique. It is composed of a string identifying the class of the referenced object and a unique string identifier.
The class name of the referenced object in PascalCase
Possible values: non-empty
UKNumberPlateThe unique identifier within the given class
LA51ABCcodeListId object
A reference to an identifiable version managed object where the combination of the identifier and version is unique. It comprises an identifier (e.g. GUID), a version (NonNegativeInteger) and a string identifying the class of the referenced object.
Unique identifier
Possible values: non-empty
Version number
Possible values: >= 1
Class name of the referenced object. It's optional, as it might be implied by the attribute name using this reference
Possible values: Value must match regular expression ^([A-Z][a-z0-9]+)+
free-text defined text (name) for the code list entry being referenced
{
"detectionUpdateTime": "2024-07-29T15:51:28.071Z",
"occupancyEndTime": "2024-07-29T15:51:28.071Z",
"occupancyEstimatedEndTime": "2024-07-29T15:51:28.071Z",
"occupancyEstimatedStartTime": "2024-07-29T15:51:28.071Z",
"occupancyStartTime": "2024-07-29T15:51:28.071Z",
"spaceId": {
"className": "UKNumberPlate",
"id": "LA51ABC"
},
"occupancyLevel": {
"occupancyIndicator": {
"codeListEntryId": {
"className": "UKNumberPlate",
"id": "LA51ABC"
},
"codeListId": {
"id": "string",
"version": 0,
"className": "string"
},
"entryDefinedValue": "string"
}
}
}