{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/magic_gre",
"title": "magic_gre",
"description": "The configuration specific to GRE interconnects.",
"properties": {
"cloudflare_endpoint": {
"description": "The IP address assigned to the Cloudflare side of the GRE tunnel created as part of the Interconnect.",
"example": "203.0.113.1",
"type": "string"
}
},
"type": "object"
}