fieldAvailable
globalData
Configures globalData for Published dataset from its authoritative release declaration.
Reference contract
| Field | Value | Description |
|---|---|---|
| valueType | field-map | Declared input representation. |
| default | | Release default applied when the field is omitted. |
| typescriptType | Record<string, { numberOfComponents: number; values: number[]; unit?: string; location?: string; label?: string; dataType?: string; }> | Compiler-resolved TypeScript contract. |
| required | false | — |
| readOnly | true | — |
Configures globalData for Published dataset from its authoritative release declaration.
The declared value type is field-map. This field is optional.