From 5e940058d4925ccfd2ec72439915c50c69224413 Mon Sep 17 00:00:00 2001 From: Anya Stasiuk Date: Mon, 30 Nov 2020 11:48:15 +0200 Subject: [PATCH] chore: add hideSchemaPattern option to readme --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index ef6c1610..60dbc2fc 100644 --- a/README.md +++ b/README.md @@ -233,6 +233,7 @@ You can use all of the following options with standalone version on tag * `hideDownloadButton` - do not show "Download" spec button. **THIS DOESN'T MAKE YOUR SPEC PRIVATE**, it just hides the button. * `hideHostname` - if set, the protocol and hostname is not shown in the operation definition. * `hideLoading` - do not show loading animation. Useful for small docs. +* `hideSchemaPattern` - if set, the pattern is not shown in the schema. * `hideSingleRequestSampleTab` - do not show the request sample tab for requests with only one sample. * `expandSingleSchemaField` - automatically expand single field in a schema * `jsonSampleExpandLevel` - set the default expand level for JSON payload samples (responses and request body). Special value 'all' expands all levels. The default value is `2`.