hyperdrive_patch-hyperdrive-config

APIs.ioEngineeringPlatform

Properties

Name Type Description
origin object
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-hyperdrive-patch-hyperdrive-config-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/hyperdrive_patch-hyperdrive-config",
  "title": "hyperdrive_patch-hyperdrive-config",
  "allOf": [
    {
      "$ref": "#/components/schemas/hyperdrive_hyperdrive"
    }
  ],
  "properties": {
    "origin": {
      "$ref": "#/components/schemas/hyperdrive_hyperdrive-origin-with-secrets"
    }
  },
  "type": "object"
}