hyperdrive_hyperdrive-scheme

Specifies the URL scheme used to connect to your origin database.

APIs.ioEngineeringPlatform
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-hyperdrive-hyperdrive-scheme-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/hyperdrive_hyperdrive-scheme",
  "title": "hyperdrive_hyperdrive-scheme",
  "default": "postgres",
  "description": "Specifies the URL scheme used to connect to your origin database.",
  "enum": [
    "postgres",
    "postgresql",
    "mysql"
  ],
  "type": "string"
}