{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "CollectionMeta", "type": "object", "properties": { "count": { "type": "integer" }, "links": { "$ref": "#/definitions/CollectionLinks" } } }