{ "type": "object", "properties": { "PRODUCT_NAME": { "type": "string", "description": "The name of the product." }, "PRODUCT_BUNDLE_IDENTIFIER": { "type": "string", "description": "The bundle identifier of the product." }, "MARKETING_VERSION": { "type": "string", "description": "The marketing version of the product." }, "BUNDLE_VERSION": { "type": "number", "description": "The bundle version of the product." } }, "required": [ "PRODUCT_NAME", "PRODUCT_BUNDLE_IDENTIFIER", "MARKETING_VERSION", "BUNDLE_VERSION" ] }