From eee786527d344850ddcbe0a0e561c90cd524cecc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alex=20-=20=E3=82=A2=E3=83=AC=E3=83=83=E3=82=AF=E3=82=B9?= Date: Mon, 22 Jun 2026 13:32:31 +0200 Subject: [PATCH] docs(readme): document -schemaHash option The -schemaHash opt-out (default-on) was missing from the options table. In the OpenAPI generator it gates whether the schema hash appears in the generated spec's header comment. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e45edb9..c3aaed2 100644 --- a/README.md +++ b/README.md @@ -34,6 +34,7 @@ Change any of the following default values by passing `-option="Value"` CLI flag | `-servers` | `""` | `http://localhost:8080;description,http://localhost:8081;description` | | `-securityAnnotation` | `""` | `@auth` | | `-securitySchemes` | `""` | `{"ApiKeyAuth":{"type":"apiKey", "in":"header", "description":"Access key for authenticating requests", "name":"X-Access-Key"}}` | +| `-schemaHash` | `true` | `false` (omit the schema hash from the header comment) | Example: