mirror of
https://github.com/google/nomulus
synced 2026-02-03 19:42:39 +00:00
Conform to RDAP Response Profile 15feb19
This is only about the Response Profile, not the Technical Implementation guide. The Response Profile can be found at https://www.icann.org/en/system/files/files/rdap-response-profile-15feb19-en.pdf ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=250277559
This commit is contained in:
@@ -43,9 +43,7 @@ final class RdapDataStructures {
|
||||
public JsonArray toJson() {
|
||||
JsonArray jsonArray = new JsonArray();
|
||||
// Conformance to RFC7483
|
||||
// TODO(b/127490882) check if we need to Add back the rdap_level_0 string, as I think that
|
||||
// just means we conform to the RFC, which we do
|
||||
// jsonArray.add("rdap_level_0");
|
||||
jsonArray.add("rdap_level_0");
|
||||
|
||||
// Conformance to the RDAP Response Profile V2.1
|
||||
// (see section 1.3)
|
||||
|
||||
Reference in New Issue
Block a user