{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "search_result", "type": "object", "properties": { "id": { "type": "integer" }, "entity_type": { "type": "string" }, "name": { "type": "string" } } }