tunnel_tunnel_link

The id of the tunnel linked and the date that link was created.

APIs.ioEngineeringPlatform

Properties

Name Type Description
created_at object
linked_tunnel_id object
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-tunnel-tunnel-link-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/tunnel_tunnel_link",
  "title": "tunnel_tunnel_link",
  "description": "The id of the tunnel linked and the date that link was created.",
  "properties": {
    "created_at": {
      "$ref": "#/components/schemas/tunnel_created_at"
    },
    "linked_tunnel_id": {
      "$ref": "#/components/schemas/tunnel_tunnel_id"
    }
  },
  "type": "object"
}