{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "Collection_Meta", "type": "object", "properties": { "count": { "type": "integer" }, "links": { "properties": { "self": { "type": "string", "format": "uri" }, "next": { "type": "string", "format": "uri" }, "previous": { "type": "string", "format": "uri" }, "last": { "type": "string", "format": "uri" }, "first": { "type": "string", "format": "uri" }, "up": { "type": "string", "format": "uri" } } } } }