{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "CertificateList", "type": "object", "properties": { "data": { "type": "array" }, "next": { "type": "string" }, "offset": { "type": "string" } } }