Hi Ganapathiram
I advise you, and all Open API practitioners, to access Open API assets
only from the Open API table. I'm not sure how often or reliably the Git repositories are updated.
In
this link, referenced from the
Open API table, you can see that QuoteItem includes an array of child quote items:
"QuoteItem": {
"type": "object",
"description": "A quote items describe an action to be performed on a productOffering or a product in order to get pricing elements and condition.",
"properties": {
"quoteItem": {
"type": "array",
"items": {
"$ref": "#/definitions/QuoteItem"
},
"description": "A structure to embedded quote item within quote item"
},
Hope it helps
------------------------------
Jonathan Goldberg
Amdocs Management Limited
Any opinions and statements made by me on this forum are purely personal, and do not necessarily reflect the position of the TM Forum or my employer.
------------------------------