{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/ListDetails", "title": "ListDetails", "type": "object", "properties": { "totalResult": { "type": "string" }, "processedSequence": { "type": "string" }, "timestamp": { "type": "string", "format": "date-time" } } }