{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://developers.stellar.org/schemas/sdp/ReceiversWalletStatusHistoryEntry.json", "title": "ReceiversWalletStatusHistoryEntry", "type": "object", "properties": { "status": { "$ref": "#/components/schemas/ReceiversWalletStatus" }, "timestamp": { "type": "string", "format": "date-time", "example": "2023-02-10T10:45:51Z" } } }