{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/SearchResults", "title": "SearchResults", "type": "object", "description": "Search results containing matching tenants and users", "properties": { "items": { "type": "array", "items": { "type": "object", "additionalProperties": true } }, "size": { "type": "integer", "description": "Total number of results" } } }