Component Metadata DataSet

The well-defined template input for all COMP commands

Inherits from Render DataSets

"dataset" : { 
    "name" : "CompMetaDataSet",
    "version" : "1.0.0"
}

The component list consist of the following elements:

  • components - contains the metadata from all components.

    • ComponentTypeKey is ComponentType#ComponentSubType

    • Header is probably the most important information because it describes the component and it has the same structure for all components.

    • Object is the component (sub-) type specific metadata.

{
  "components": [
    { // a single component
      "SID": "5420-98993",
      "ComponentTypeKey": "process",  
      "Header" : { /* see Component Metadata Header */ }
      "Object":  { /* component specific */ },
    }
  ]
}

See also CompDataSet With Counts

Last updated