* feat: add API v2 support by adding APGroup and DNSRecord resource handling with generated code * fix tests
10 lines
249 B
JSON
10 lines
249 B
JSON
{
|
|
"enabled": "true|false",
|
|
"key": ".{1,256}",
|
|
"port": "^[0-9][0-9]?$|^",
|
|
"priority": "^[0-9][0-9]?$|^",
|
|
"record_type": "A|AAAA|CNAME|MX|NS|PTR|SOA|SRV|TXT",
|
|
"ttl": "^[0-9][0-9]?$|^",
|
|
"value": ".{1,256}",
|
|
"weight": "^[0-9][0-9]?$|^"
|
|
} |