hyperdrive_hyperdrive-with-identifier

APIs.ioEngineeringPlatform

Properties

Name Type Description
id object
View JSON Schema on GitHub

JSON Schema

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