1. Docs
  2. Reference
  3. REST API Docs
  4. Schema
  5. OpenEnvironmentResponse

OpenEnvironmentResponse

    Response body after opening an environment session.

    Properties

    • id string required
      The unique identifier of the opened environment session.
    • diagnostics array[EnvironmentDiagnostic] optional
      Any diagnostics generated when opening the environment.
    • range EscRange optional
      The source range where the diagnostic occurred.
    • summary string optional
      A summary of the diagnostic message.
    • path string optional
      The path within the environment definition where the diagnostic occurred.
    • severity string optional
      The severity of the diagnostic: “error” or “warning”.