{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "SearchResultCount", "type": "object", "properties": { "count": { "type": "integer", "format": "int64" } }, "required": [ "count" ] }