ForkSpec

DatabaseTime-SeriesPostgreSQLOpen SourceCloudHypertablesContinuous AggregatesTiger Cloud

Properties

Name Type Description
project_id string
service_id string
is_standby boolean
View JSON Schema on GitHub

JSON Schema

timescaledb-forkspec-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ForkSpec",
  "title": "ForkSpec",
  "type": "object",
  "properties": {
    "project_id": {
      "type": "string",
      "example": "asda1b2c3"
    },
    "service_id": {
      "type": "string",
      "example": "bbss422fg"
    },
    "is_standby": {
      "type": "boolean",
      "example": false
    }
  }
}