{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/auditLogWithCursor", "title": "auditLogWithCursor", "type": "object", "required": [ "cursor", "auditLog" ], "properties": { "cursor": { "$ref": "#/components/schemas/cursor" }, "auditLog": { "$ref": "#/components/schemas/auditLog" } } }