{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/SoftwarePackage", "title": "SoftwarePackage", "type": "object", "properties": { "productId": { "type": "string", "description": "Package product ID" }, "packageType": { "type": "string", "description": "Package type (e.g., DAT, Engine, Product)" }, "packageVersion": { "type": "string", "description": "Package version string" }, "packageName": { "type": "string", "description": "Display name of the package" } } }