You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you look at niResponseXmlStandard in '#/components/schemas', you can see that it uses allOf to include the responses to niResponseXmlBasic and then add additional fields:
niResponseXmlStandard:
type: objectdescription: 'Standard'xml:
name: lookupallOf:
- $ref: '#/components/schemas/niResponseXmlBasic'
- properties:
request_price:
type: numberdescription: 'If there is an internal lookup error, the `refund_price` will reflect the lookup price. If `cnam` is requested for a non-US number the `refund_price` will reflect the `cnam` price. If both of these conditions occur, `refund_price` is the sum of the lookup price and `cnam` price.'example: '0.01500000'remaining_balance:
type: numberdescription: 'Your account balance in EUR after this request. Not returned with Number Insight Advanced Async API.'example: '1.23456789'
I’m trying to do the same with niResponseJsonStandard, but it won't render properly (or at all), breaking both XML and JSON versions:
The text was updated successfully, but these errors were encountered:
If you look at
niResponseXmlStandard
in'#/components/schemas'
, you can see that it usesallOf
to include the responses toniResponseXmlBasic
and then add additional fields:I’m trying to do the same with
niResponseJsonStandard
, but it won't render properly (or at all), breaking both XML and JSON versions:The text was updated successfully, but these errors were encountered: