Forum Discussion
No RepliesBe the first to reply
Related Content
- 6 years ago
- 2 years ago
- 3 years ago
Recent Discussions
- 5 days ago
- 14 days ago
Hello all,
I have a schema where I need a property that will generate on the model but I don't want to actually show it in the swagger UI. Is there a way to hide the property on the schema? i.e.
schema:
customer:
type: object
properties:
customerId: (want to hide this)
type: string