http2: complete json schema

git grep js.set_string rust/src/http2/logger.rs | grep '"' |
cut -d'"' -f2 | sort | uniq | while read i;
do echo -n $i; git grep $i etc/schema.json | wc -l; done

shows only has_multiple was missing
pull/12314/head
Philippe Antoine 11 months ago committed by Victor Julien
parent fd7e2e5e9a
commit b0282f49af

@ -2113,6 +2113,9 @@
"priority": {
"type": "integer"
},
"has_multiple": {
"type": "string"
},
"settings": {
"type": "array",
"minItems": 1,
@ -2138,6 +2141,9 @@
"error_code": {
"type": "string"
},
"has_multiple": {
"type": "string"
},
"settings": {
"type": "array",
"minItems": 1,

Loading…
Cancel
Save