From 6887a487f74a86ce77da1aa330df8c124a118dfc Mon Sep 17 00:00:00 2001 From: Alexander Mattoni <5110855+mattoni@users.noreply.github.com> Date: Mon, 5 Jan 2026 18:45:25 +0000 Subject: [PATCH] add linked record path matching field --- .../schemas/dns/records/DnsRecordTypes.yml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/components/schemas/dns/records/DnsRecordTypes.yml b/components/schemas/dns/records/DnsRecordTypes.yml index c2bc2c02..d8b4e0c5 100644 --- a/components/schemas/dns/records/DnsRecordTypes.yml +++ b/components/schemas/dns/records/DnsRecordTypes.yml @@ -110,7 +110,25 @@ properties: - type: object required: - features + - routing properties: + routing: + type: object + description: Rules for routing traffic at the load balancer for this linked record. + properties: + http: + type: + - object + - "null" + properties: + match_path: + type: + - string + - "null" + description: > + If set, this record will configure the load balancer to only match for paths of this domain matching this string. + + If the string starts with a /, it will be a literal prefix match (/test matches /test*). Otherwise, regex is used. features: type: object description: Features associated with this record.