CatalogReference Data Type

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

Example

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