{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/InfoObjectCollection", "title": "InfoObjectCollection", "type": "object", "properties": { "entries": { "type": "array", "items": { "$ref": "#/components/schemas/InfoObject" } }, "totalCount": { "type": "integer", "description": "Total number of matching objects" } } }