{ "$schema": "http://json-schema.org/draft-07/schema#", "$id": "https://reactome.org/schemas/content-service/FacetContainer", "title": "FacetContainer", "type": "object", "properties": { "count": { "type": "integer", "format": "int64" }, "name": { "type": "string" } } }