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