Auto Generate Syntax Docs + JSONSchema [Sun Jan 16 11:36:33 UTC 2022] 🤖

This commit is contained in:
GitHub Action 2022-01-16 11:36:33 +00:00
parent 2ee27c87cf
commit 72e842885d
3 changed files with 6 additions and 2 deletions

View File

@ -2172,6 +2172,8 @@ Enum Values:
- <code>PATCH</code> - <code>PATCH</code>
- <code>PURGE</code> - <code>PURGE</code>
- <code>Debug</code>
</div> </div>
<hr /> <hr />

View File

@ -614,11 +614,12 @@
"OPTIONS", "OPTIONS",
"TRACE", "TRACE",
"PATCH", "PATCH",
"PURGE" "PURGE",
"DEBUG"
], ],
"type": "string", "type": "string",
"title": "method is the HTTP request method", "title": "method is the HTTP request method",
"description": "Method is the HTTP Request Method,enum=GET,enum=HEAD,enum=POST,enum=PUT,enum=DELETE,enum=CONNECT,enum=OPTIONS,enum=TRACE,enum=PATCH,enum=PURGE" "description": "Method is the HTTP Request Method,enum=GET,enum=HEAD,enum=POST,enum=PUT,enum=DELETE,enum=CONNECT,enum=OPTIONS,enum=TRACE,enum=PATCH,enum=PURGE,enum=DEBUG"
}, },
"http.Request": { "http.Request": {
"properties": { "properties": {

View File

@ -922,6 +922,7 @@ func init() {
"TRACE", "TRACE",
"PATCH", "PATCH",
"PURGE", "PURGE",
"Debug",
} }
SignatureTypeHolderDoc.Type = "SignatureTypeHolder" SignatureTypeHolderDoc.Type = "SignatureTypeHolder"