{"title":"initialState","type":"object","$schema":"http://json-schema.org/draft-07/schema","description":"An object that provides information about the initial environment settings and viewpoint of the web scene.","properties":{"environment":{"type":"object","$ref":"environment_schema.json"},"viewpoint":{"type":"object","description":"Describes a point of view for a 2D or 3D view. In a 3D view, it is determined using a camera position.","$ref":"viewpoint_schema.json"}},"required":["environment","viewpoint"],"additionalProperties":false}