ffaria74
2 years agoNew Member
How to hide a property in editor.swagger.io
Hi,
I would like to hide a property to be displayed in Json output generated by the OpenAPI that I'm building in editor.swagger.io
How can I do that using editor.swagger.io?
properties:
Node:
$ref: '#/components/schemas/Node'
--- Hide this property Node
Area:
type: string
Thanks,
Fernando