Files
nomulus/javatests/google/registry/rdap/testdata/rdapjson_error.json
T
guybenandjianglai c0f5710c31 Update the rdapConformance and notices fields
We're changing rdapConformance from rdap_level_0 to icann_rdap_response_profile_0, and changing the EPP status notices title from "EPP Status Codes" to "Status Codes" to conform with the changing spec.

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=241527211
2019-04-05 11:35:08 -04:00

14 lines
199 B
JSON

{
"rdapConformance" :
[
"icann_rdap_response_profile_0"
],
"lang" : "en"
"errorCode" : 400,
"title" : "Invalid Domain Name",
"description" :
[
"Not a valid domain name"
]
}