InlineProductReference1

InlineProductReference1
InlineProductReference1

Basic identification data of an existing product

JSON Example
{
    "product_id": "2b2a3f50-1275-4664-a2b8-b13eb08f77d6",
    "status": "string",
    "tracking": {
        "tracker_id": "fd19e602-e9dd-47b8-ab4f-8b9f5b4ee570",
        "name": "vtracker-mybb"
    },
    "licenses": [
        {
            "main": false,
            "license_relative_path": "licenses/MIT.txt",
            "license_id": "99a07a3f-25fd-4dcb-9bf1-cdcb375033ca",
            "license_key": "APACHE2"
        }
    ],
    "category": {
        "category_id": "99a07a3f-25fd-4dcb-9bf1-cdcb375033ca",
        "name": "Database"
    },
    "parent": {
        "product_id": "2b2a3f50-1275-4664-a2b8-b13eb08f77d6",
        "key": "wordpress"
    }
}
string
product_id
Required
Constraints: maxLength: 36

Product identifier in the item.

status
Required

Status for any item in the catalog. It can be applied to products, branches, versions, platforms, applications or distros.

Possible values are : DRAFT, ACTIVE, SCHEDULED_DEPRECATION, DEPRECATION_GRACE_PERIOD, DEPRECATED, NON_SUPPORTED,
tracking
Optional

Reference data about a version tracker.

licenses
Optional

Array with all the licenses related to a product.

category
Optional

Reference data about a category.

parent
Optional

Basic data about a parent product for reference purposes.