mirror of
https://github.com/google/nomulus
synced 2026-09-02 22:27:07 +00:00
Currently we try to reimplemnet the same behavior of the existing code as much as possible. We only fix issues that go against the RFC7483, but we don't yet update the code to follow the latest (15feb19) RDAP Response Profile. That will require a much bigger change especially for the test files, so it'll wait for a followup CL. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=246948018
32 lines
765 B
JSON
32 lines
765 B
JSON
{
|
|
"objectClassName" : "domain",
|
|
"handle" : "17-Q9JYB4C",
|
|
"ldhName" : "cat.xn--q9jyb4c",
|
|
"unicodeName" : "cat.みんな",
|
|
"status" :
|
|
[
|
|
"client delete prohibited",
|
|
"client renew prohibited",
|
|
"client transfer prohibited",
|
|
"server update prohibited"
|
|
],
|
|
"links" :
|
|
[
|
|
{
|
|
"value" : "https://example.tld/rdap/domain/cat.xn--q9jyb4c",
|
|
"rel" : "self",
|
|
"href" : "https://example.tld/rdap/domain/cat.xn--q9jyb4c",
|
|
"type" : "application/rdap+json"
|
|
}
|
|
],
|
|
"remarks": [
|
|
{
|
|
"title": "Incomplete Data",
|
|
"description": [
|
|
"Summary data only. For complete data, send a specific query for the object."
|
|
],
|
|
"type": "object truncated due to unexplainable reasons"
|
|
}
|
|
]
|
|
}
|