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
Consider in the case of "allOf" , i don't want to use one of the properties from my reference object , how should I achieve that?
example :
recipientAddress:
allOf:
- $ref: '#/components/schemas/Addresses'Addresses:
properties:
addressCategory:
type: stringmaxLength: 10description: Type of Address enum:
- PERMANENT
- COMMUNICATONexample: PERMANENTaddressLine1:
type: stringmaxLength: 40description: First line of the Addressexample: host tower
here i don't want property "addressCategory" in my object "recipientAddress".
The text was updated successfully, but these errors were encountered:
What's the point in cross posting here and #2116 (comment)? Also, when posting snippets, please make sure to use github's markdown otherwise it's hard to read your examples.
OAI
locked and limited conversation to collaborators
Nov 29, 2021
Swagger specification :
Consider in the case of "allOf" , i don't want to use one of the properties from my reference object , how should I achieve that?
example :
here i don't want property "addressCategory" in my object "recipientAddress".
The text was updated successfully, but these errors were encountered: