Hedera · Schema

TimestampNullable

A Unix timestamp in seconds.nanoseconds format

Distributed LedgerBlockchainDLTHashgraphTransactionsTokensNFTsSmart ContractsEnterprise
View JSON Schema on GitHub

JSON Schema

TimestampNullable.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/hedera/refs/heads/main/json-schema/TimestampNullable.json",
  "title": "TimestampNullable",
  "description": "A Unix timestamp in seconds.nanoseconds format",
  "type": [
    "string",
    "null"
  ],
  "example": "1586567700.453054000",
  "pattern": "^\\d{1,10}(\\.\\d{1,9})?$"
}