{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "LastModifiedInfo", "type": "object", "description": "Modification timestamp information.", "properties": { "time": { "type": "string", "description": "Timestamp of the last change in milliseconds since epoch." } } }