ProductOrderJeopardyAlertPayload generic structure
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/ProductOrderJeopardyAlertPayload", "title": "ProductOrderJeopardyAlertPayload", "type": "object", "description": "ProductOrderJeopardyAlertPayload generic structure", "properties": { "productOrder": { "$ref": "#/components/schemas/ProductOrder" } } }