{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://developers.stellar.org/schemas/sdp/PaymentStatusHistory.json", "title": "PaymentStatusHistory", "type": "array", "description": "An aggregated list of metadata objects containing the statuses and the timestamp of when these status changes occurred.", "items": { "$ref": "#/components/schemas/PaymentStatusHistoryEntry" } }