Snowflake · Schema

PointOfTimeTimestamp

Data LakesData SharingData WarehousingDatabaseSQL

Properties

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

JSON Schema

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