Snowflake · JSON Structure

Cortex Search Service Time Decay Structure

Type: object Properties: 3
Data LakesData SharingData WarehousingDatabaseSQL

TimeDecay is a JSON Structure definition published by Snowflake, describing 3 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

weight limit_hours now

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "TimeDecay",
  "type": "object",
  "properties": {
    "weight": {
      "type": "number"
    },
    "limit_hours": {
      "type": "number"
    },
    "now": {
      "type": "string"
    }
  }
}