{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/scaleway.vpc.v2.ListSubnetOverlapsResponse.SubnetOverlap", "title": "scaleway.vpc.v2.ListSubnetOverlapsResponse.SubnetOverlap", "type": "object", "properties": { "subnet_id": { "type": "string", "description": "(UUID format)", "example": "6170692e-7363-616c-6577-61792e636f6d" }, "subnet": { "type": "string", "description": "(IP network)", "example": "1.2.3.4/32" }, "target_subnet_id": { "type": "string", "description": "(UUID format)", "example": "6170692e-7363-616c-6577-61792e636f6d" }, "target_subnet": { "type": "string", "description": "(IP network)", "example": "1.2.3.4/32" } }, "x-properties-order": [ "subnet_id", "subnet", "target_subnet_id", "target_subnet" ] }