PostHog · Schema

ProvisionWarehouseRequest

A/B TestingAnalyticsFeature FlagsOpen SourceProduct AnalyticsSession Recording

Properties

Name Type Description
database_name string Name for the new database
View JSON Schema on GitHub

JSON Schema

posthog-provisionwarehouserequest-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ProvisionWarehouseRequest",
  "title": "ProvisionWarehouseRequest",
  "type": "object",
  "properties": {
    "database_name": {
      "type": "string",
      "description": "Name for the new database"
    }
  },
  "required": [
    "database_name"
  ]
}