CatalogReference Data Type

Implemented Interfaces
Serializable
Properties
name data type description
version string
lifecycleStatus LifecycleStatus
parsedVersion ParsedVersion
name string
lastUpdate number
description string
name string
id string
id string
version string
description string
href string
validFor TimeRange
href string

Example

{
  "version" : "...",
  "lifecycleStatus" : "LAUNCHED",
  "parsedVersion" : {
    "minorVersion" : 12345,
    "valid" : true,
    "majorVersion" : 12345,
    "externalView" : "...",
    "internalView" : "..."
  },
  "name" : "...",
  "lastUpdate" : 12345,
  "description" : "...",
  "id" : "...",
  "href" : "...",
  "validFor" : {
    "endDateTime" : 12345,
    "startDateTime" : 12345
  }
}