{ "$schema": "https://json-structure.org/draft/2020-12/schema", "name": "Timestamp", "type": "object", "properties": { "seconds": { "type": "string" }, "nanos": { "type": "integer" } } }