{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/load-balancing_search", "title": "load-balancing_search", "properties": { "resources": { "description": "A list of resources matching the search query.", "items": { "$ref": "#/components/schemas/load-balancing_resource_reference" }, "type": "array" } }, "type": "object" }