{
"$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"
}