google-nomulus/javatests/google/registry/rdap/testdata/rdapjson_notice_alternate_link.json
mountford c59b738b5b Inject RDAP help information in ConfigModule
-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=140849879
2016-12-06 11:52:46 -05:00

18 lines
371 B
JSON

{
"title" : "RDAP Help",
"description" :
[
"RDAP Help Topics (use \/help\/topic for information)",
"syntax",
"tos (Terms of Service)"
],
"links" :
[
{
"value" : "http://myserver.example.com/help/index",
"rel" : "alternate",
"type" : "text/html",
"href" : "http://myserver.example.com/about/rdap/index.html"
}
]
}