Snowflake · Schema

PointOfTimeOffset

Point of time identified by an offset in reference to the current time, such as `10 min`.

Data LakesData SharingData WarehousingDatabaseSQL

Properties

Name Type Description
offset string Offset from the point of time. Example: `1 year`
View JSON Schema on GitHub

JSON Schema

common-point-of-time-offset-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "PointOfTimeOffset",
  "type": "object",
  "description": "Point of time identified by an offset in reference to the current time, such as `10 min`.",
  "properties": {
    "offset": {
      "type": "string",
      "description": "Offset from the point of time. Example: `1 year`"
    }
  }
}