Image store model
bookingstring<uri-reference>
descriptionstring
driverstring | nullnullable
h3string | nullnullable
imagestring
latnumber<float>
Latotude of the image
lonnumber<float>
Longtitude of the image
namestring
nodestring<uri-reference>
Reference to the node the image belongs to
projectstring<uri-reference>
Reference to a project the image belongs to
simulationstring<uri-reference>
Reference to a porject the image blongs to
userstring<uri-reference>
Reference to a user the project belongs to
vehiclestring<uri-reference>
Refernece to a vehicle the image belongs to
created_atstring<date-time>
Creation timestamp of an object
id object
Identifier of the object
- integer
- uuid
integer
Can be integer
string
Can be UUID
modified_atstring<date-time>
Last modification timestampo of the object
resource_uristring<uri-reference>
URI of the object instance
Image store model
{
"booking": "string",
"description": "string",
"driver": "string",
"h3": "string",
"image": "string",
"lat": 0,
"lon": 0,
"name": "string",
"node": "string",
"project": "string",
"simulation": "string",
"user": "string",
"vehicle": "string",
"created_at": "2024-07-29T15:51:28.071Z",
"id": 0,
"modified_at": "2024-07-29T15:51:28.071Z",
"resource_uri": "string"
}