The BundledOffering Entity

Description

A bundledOffering represents a list of offering bundled to a parent one (usually a package or an app) in the platform.

Entity Properties

NameDescriptionTypeRequired
uidThe entity identifierstringYes
created_atTimestamp indicating when the entity was createdstring (date-time)No
updated_atTimestamp of the entity's most recent updatestring (date-time)No
directory_uidUnique identifier for a directory. Defines which directory is authorized to sell this offering.stringYes
offering_uidUnique identifier for an offering. Defines an offering the directory is authorized to sell.stringYes

Example

{
  "uid": "bc33f12d-98ee-428f-9f65-18bba589cb95",
  "created_at": "2024-01-01T09:00:00Z",
  "updated_at": "2024-03-20T12:34:56Z",
  "directory_uid": "98ees428fq9f65tyh",
  "offering_uid": "3f12fb61-98ee-428f-9f65-18bba589cb95"
}