{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/GetAListOfResponse200", "title": "GetAListOfResponse200", "type": "object", "properties": { "paging": { "type": "object", "properties": { "start": { "type": "integer" }, "count": { "type": "integer" }, "links": { "type": "array", "items": {} } } }, "elements": { "type": "array", "items": { "type": "object", "properties": { "entityTypes": { "type": "array", "items": { "type": "string" } }, "facetName": { "type": "string" }, "availableEntityFinders": { "type": "array", "items": { "type": "string" } } } } } } }