Parameter: Organization Identifier

JSON Object

Table 1. Datastream object attributes
Attribute Value

identifier

organization.identifier

name

Identifier

description

null

unit

  • type: basicSI

  • label:

  • symbol:

period

PULSE

tags

  • organization

schema

Datastream JSON format
{
    "identifier": "organization.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": [
        "organization"
    ],
    "unit": {
        "label": "",
        "symbol": "",
        "type": "basicSI"
    }
}