Doc: add timestamp (#2580)

This commit is contained in:
Dev Khant
2025-04-23 01:05:16 +05:30
committed by GitHub
parent ba2e479902
commit d43ca06992
2 changed files with 72 additions and 0 deletions

View File

@@ -4900,6 +4900,13 @@
"type": "boolean",
"default": false
},
"timestamp": {
"description": "The timestamp of the memory. Format: Unix timestamp",
"title": "Timestamp",
"type": "integer",
"nullable": true,
"default": null
},
"expiration_date": {
"description": "The date and time when the memory will expire. Format: YYYY-MM-DD",
"title": "Expiration date",