Parameter: Asset Identifier

JSON Object

Table 1. Datastream object attributes
Attribute Value

identifier

asset.identifier

name

Identifier

description

null

unit

  • type: basicSI

  • label:

  • symbol:

period

PULSE

tags

  • dmm

schema

Datastream JSON format
{
    "identifier": "asset.identifier",
    "modifiable": false,
    "name": "Identifier",
    "period": "PULSE",
    "platformHints": {
        "filter": {
            "allowExists": true
        },
        "identifierField": true,
        "structured": true
    },
    "required": false,
    "schema": {
        "$ref": "og_basic_types.json#/definitions/ogIdentifier"
    },
    "storage": {
        "period": "NEVER"
    },
    "tags": [
        "dmm"
    ],
    "unit": {
        "label": "",
        "symbol": "",
        "type": "basicSI"
    }
}

Parameter: Asset SpecificType

JSON Object

Table 2. Datastream object attributes
Attribute Value

identifier

asset.specificType

name

Specific type

description

null

unit

  • type: basicSI

  • label:

  • symbol:

period

PULSE

tags

  • dmm

  • collection

schema

Datastream JSON format
{
    "icon": {
        "attributes": [

        ],
        "class": "fa fa-wpforms"
    },
    "identifier": "asset.specificType",
    "name": "Specific type",
    "period": "PULSE",
    "schema": {
        "$ref": "og_basic_types.json#/definitions/assetSpecificType"
    },
    "storage": {
        "period": "NEVER"
    },
    "tags": [
        "dmm",
        "collection"
    ],
    "unit": {
        "label": "",
        "symbol": "",
        "type": "basicSI"
    },
    "views": {
        "edit": [

        ],
        "show": [

        ]
    }
}

Parameter: Asset Name

JSON Object

Table 3. Datastream object attributes
Attribute Value

identifier

asset.name

name

Name

description

null

unit

  • type: basicSI

  • label:

  • symbol:

period

PULSE

tags

  • dmm

  • collection

schema

{
    "type": "string"
}
Datastream JSON format
{
    "icon": {
        "attributes": [

        ],
        "class": "fa fa-info"
    },
    "identifier": "asset.name",
    "name": "Name",
    "period": "PULSE",
    "schema": {
        "type": "string"
    },
    "storage": {
        "period": "NEVER"
    },
    "tags": [
        "dmm",
        "collection"
    ],
    "unit": {
        "label": "",
        "symbol": "",
        "type": "basicSI"
    },
    "views": {
        "edit": [

        ],
        "show": [

        ]
    }
}

Parameter: Asset Description

JSON Object

Table 4. Datastream object attributes
Attribute Value

identifier

asset.description

name

Description

description

null

unit

  • type: basicSI

  • label:

  • symbol:

period

PULSE

tags

  • dmm

  • collection

schema

{
    "type": "string"
}
Datastream JSON format
{
    "icon": {
        "attributes": [

        ],
        "class": "fa fa-info"
    },
    "identifier": "asset.description",
    "name": "Description",
    "period": "PULSE",
    "schema": {
        "type": "string"
    },
    "storage": {
        "period": "NEVER"
    },
    "tags": [
        "dmm",
        "collection"
    ],
    "unit": {
        "label": "",
        "symbol": "",
        "type": "basicSI"
    },
    "views": {
        "edit": [

        ],
        "show": [

        ]
    }
}