{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "MetadataResponse", "type": "object", "properties": { "results": { "type": "object" }, "total": { "type": "number" } }, "required": [ "results", "total" ] }