{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "Boolean query parameter value",
  "description": "Boolean values SHALL be represented by the lowercase strings \"true\" and \"false\", representing Boolean true and false respectively.",
  "type": "boolean"
}