{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/load-balancing_search_params", "title": "load-balancing_search_params", "properties": { "query": { "default": "", "description": "Search query term.", "example": "primary", "type": "string" }, "references": { "default": "", "description": "The type of references to include (\"*\" for all).", "enum": [ "", "*", "referral", "referrer" ], "example": "*", "type": "string" } }, "type": "object" }