AbstractCatalogEntity Data Type

Abstract Type
Subtypes
ProductOffering
Implemented Interfaces
Serializable
Properties
name data type description
catalogId string
parsedCatalogVersion ParsedVersion
catalogVersion string
Properties inherited from AbstractEntity
validFor TimeRange
lifecycleStatus LifecycleStatus
parsedVersion ParsedVersion
description string
name string
lastUpdate number
version string
id string
href string

Example

This data type is abstract. The example below may be incomplete. More accurate examples can be found in subtypes pages.
{
  "catalogId" : "...",
  "parsedCatalogVersion" : {
    "valid" : true,
    "majorVersion" : 12345,
    "minorVersion" : 12345,
    "externalView" : "...",
    "internalView" : "..."
  },
  "catalogVersion" : "...",
  "validFor" : {
    "endDateTime" : 12345,
    "startDateTime" : 12345
  },
  "lifecycleStatus" : "IN_DESIGN",
  "parsedVersion" : {
    "valid" : true,
    "majorVersion" : 12345,
    "minorVersion" : 12345,
    "externalView" : "...",
    "internalView" : "..."
  },
  "description" : "...",
  "name" : "...",
  "lastUpdate" : 12345,
  "version" : "...",
  "id" : "...",
  "href" : "..."
}