From 44942d26039c0d94d2bd6dcbee89836b090d44b0 Mon Sep 17 00:00:00 2001 From: Satr14 <90962949+SX-9@users.noreply.github.com> Date: Fri, 25 Oct 2024 22:30:21 +0700 Subject: [PATCH] ass alias to anyof --- schema.json | 1 + 1 file changed, 1 insertion(+) diff --git a/schema.json b/schema.json index aee4936..b5166a5 100644 --- a/schema.json +++ b/schema.json @@ -76,6 +76,7 @@ }, "required": [], "anyOf": [ + { "required": ["ALIAS"] }, { "required": ["A"] }, { "required": ["AAAA"] }, { "required": ["CNAME"] },