commit | a53ce4cc011250a0e561f4e5bb62f46719813534 | [log] [tgz] |
---|---|---|
author | Amaury Denoyelle <adenoyelle@haproxy.com> | Fri Oct 02 18:31:59 2020 +0200 |
committer | Christopher Faulet <cfaulet@haproxy.com> | Mon Oct 05 09:06:06 2020 +0200 |
tree | 05606f925b219b33b592d446495a7f560be49474 | |
parent | cd3de507794b4f063aa1e7f43b55b27998d7ee7d [diff] |
BUG/MINOR: stats: fix validity of the json schema The json schema seems to be invalid when checking using the validator from https://www.jsonschemavalidator.net/. Correct it using the following specification : http://json-schema.org/draft/2019-09/json-schema-validation.html#rfc.section.9.1 The impact of the bug it not well known as I am not sure of how useful the json schema is for users. It is probably not used at all or else this bug would have been reported. This should be backported up to 1.8.