Settings objects Schema
July 8, 2020 ยท View on GitHub
http://example.com/js-instrument-settings.schema#/items
| Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Access Restrictions | Defined In |
|---|---|---|---|---|---|---|---|
| Can be instantiated | No | Unknown status | No | Forbidden | Forbidden | none | js_instrument_settings.schema.json* |
items Type
object (Settings objects)
Settings objects Properties
| Property | Type | Required | Nullable | Defined by |
|---|---|---|---|---|
| object | string | Required | cannot be null | JS Instrument Settings |
| instrumentedName | string | Required | cannot be null | JS Instrument Settings |
| logSettings | object | Required | cannot be null | JS Instrument Settings |
object
The JS object to be instrumented.
object
- is required
- Type:
string(JS object) - cannot be null
- defined in: JS Instrument Settings
object Type
string (JS object)
instrumentedName
The name recorded by the instrumentation for this object.
instrumentedName
- is required
- Type:
string(Instrumented name) - cannot be null
- defined in: JS Instrument Settings
instrumentedName Type
string (Instrumented name)
logSettings
The log settings object.
logSettings
- is required
- Type:
object(Log settings) - cannot be null
- defined in: JS Instrument Settings
logSettings Type
object (Log settings)