agree, with adoption.

i would like to see some changes to the data format if possible, now there are 
a bunch of nested arrays,  as a developer i this is very annoying to work with.
maybe we can make it a bit more developer friendly.

for example, change this:

{
    "objectClassName": "nameserver",
    "ldhName": "ns1.example.com",
    "ttl": [
        {
            "types": [
                "A",
                "AAAA"
            ],
            "value": 86400,
            "remarks": [
                {
                    "description": [
                        "The .example registry does not permit TTL ",
                        "values for nameservers to be changed."
                    ]
                }
            ]
        }
    ]
}


to this:

{
  "objectClassName": "nameserver",
  "ldhName": "ns1.example.com",
  "ttl": {
    "A": {
      "value": 86400,
      "remarks": {
        "description": "The .example registry does not permit TTL values for 
nameservers to be changed."
      }
    },
    "AAAA": {
      "value": 86400,
      "remarks": {
        "description": "The .example registry does not permit TTL values for 
nameservers to be changed."
      }
    }
  }
}


This might be a bit more verbose but much easier to process and also to read.


-
Maarten



> Op 7 jul 2025, om 17:15 heeft Jorge Cano <[email protected]> het volgende 
> geschreven:
> 
> Hi all,
> 
> This is an extended adoption request for RDAP Extension for DNS Time-To-Live:
> 
>     https://datatracker.ietf.org/doc/draft-brown-rdap-ttl-extension/
> 
> We received only a few responses to this call for adoption, so we are 
> extending the deadline for one week. It's crucial that we know the group's 
> thoughts about this document to proceed.
> 
> Please review this draft to see if you think it is suitable for adoption by 
> REGEXT and comment to this message on the list, clearly stating your view.
> 
> This Extended Call For Adoption will close on Sunday, July 13.
> 
> Thanks,
> Your REGEXT co-chairs Antoin, Jim, and Jorge
> 
> 
> 
> On 23/06/25 9:30 AM, Jorge Cano wrote:
>> Hi all,
>> 
>> This is a formal adoption request for RDAP Extension for DNS Time-To-Live:
>> 
>> https://datatracker.ietf.org/doc/draft-brown-rdap-ttl-extension/
>> 
>> Please review this draft to see if you think it is suitable for adoption by 
>> REGEXT and comment to this message on the list, clearly stating your view.
>> 
>> Optionally indicate if you are willing to contribute text, review text, or 
>> be a document shepherd.
>> 
>> This Call For Adoption will close on Sunday, 6 July.
>> 
>> If there are no objections, the chairs will consider this document adopted.
>> 
>> Thanks,
>> 
>> Your REGEXT co-chairs Antoin, Jim and Jorge
>> 
>> _______________________________________________
>> regext mailing list -- [email protected]
>> To unsubscribe send an email to [email protected]
> 
> _______________________________________________
> regext mailing list -- [email protected]
> To unsubscribe send an email to [email protected]

_______________________________________________
regext mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to