{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-simspace-weaver/refs/heads/main/json-schema/amazon-simspace-weaver-live-simulation-state-schema.json", "title": "LiveSimulationState", "description": "A collection of additional state information, such as domain and clock configuration.", "type": "object", "properties": { "Clocks": { "allOf": [ { "$ref": "#/components/schemas/SimulationClockList" }, { "description": "
A list of simulation clocks.
At this time, a simulation has only one clock.