Skip to main content

EnvironmentJSON

Datalayer Core


Datalayer Core / EnvironmentJSON

Interface: EnvironmentJSON

Defined in: src/models/EnvironmentDTO.ts:62

Stable public interface for Environment data. This is the contract that SDK consumers can rely on. The raw API may change, but this interface remains stable.

Properties

burningRate

burningRate: number

Defined in: src/models/EnvironmentDTO.ts:68

Credits consumed per hour for this environment


description

description: string

Defined in: src/models/EnvironmentDTO.ts:70

Description of the environment (contains HTML markup)


name

name: string

Defined in: src/models/EnvironmentDTO.ts:66

Unique name identifier for the environment


richDescription

richDescription: string

Defined in: src/models/EnvironmentDTO.ts:72

Rich description of the environment (contains HTML markup)


title

title: string

Defined in: src/models/EnvironmentDTO.ts:64

Human-readable title for the environment