Parameter: Provision Administration Identifier

JSON Object

Table 1. Datastream object attributes
Attribute Value

identifier

provision.administration.identifier

name

Prov. Identifier

description

null

unit

  • type: basicSI

  • label:

  • symbol:

period

PULSE

tags

  • ticket

  • dmm

  • provision

schema

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