Snowflake · Schema

PointOfTimeTimestamp

Point of time identified by a timestamp.

Data LakesData SharingData WarehousingDatabaseSQL

Properties

Name Type Description
timestamp string Timestamp of the point of time.
View JSON Schema on GitHub

JSON Schema

common-point-of-time-timestamp-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "PointOfTimeTimestamp",
  "type": "object",
  "description": "Point of time identified by a timestamp.",
  "properties": {
    "timestamp": {
      "type": "string",
      "description": "Timestamp of the point of time."
    }
  }
}