Skip to main content

SpaceSession Model

Overview

This table logs interactive or scheduled sessions within a virtual or visualized space (defined in the space table). These could represent meetings, walkthroughs, or collaborative sessions in a digital twin or remote workspace.

Fields

FieldTypeDescriptionRequired
idstringA unique identifier for the space session.
timingsobjectStores details about the timing of the session
participantsarrayContains information about the participants in the session.
spaceidstringThe identifier for the space associated with the session.
created_atdateThe date and time when the session was created.
modified_atdateThe date and time when the session was last modified.

Sample JSON

{
"id": "example_value",
"timings": "example_value",
"participants": "example_value",
"spaceid": "example_value",
"created_at": "example_value",
"modified_at": "example_value"
}