A reference to an existing Product Order.
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/ProductOrderRef_FVO", "title": "ProductOrderRef_FVO", "type": "object", "description": "A reference to an existing Product Order.", "allOf": [ { "$ref": "#/components/schemas/Extensible_FVO" }, { "$ref": "#/components/schemas/EntityRef_FVO" } ], "discriminator": { "propertyName": "@type", "mapping": { "ProductOrderRef": "#/components/schemas/ProductOrderRef_FVO" } } }