Hiding OAS Models
What
Remove OAS models from your documentation and Read View.
How
- Select the modeling file you want to modify
- Switch to Code View
- Add the following code to the root of your OAS spec
"x-stoplight": {
"docs": {
"showModels": false
}
},
- Refresh the web app to see the changes take effect
Related Articles