Adding upstream version 0.0.22.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
2f814b513a
commit
b06d3acde8
190 changed files with 61565 additions and 0 deletions
127
icann-rdap-srv/resources/test-data-files/2001_db8__.json
Normal file
127
icann-rdap-srv/resources/test-data-files/2001_db8__.json
Normal file
|
@ -0,0 +1,127 @@
|
|||
{
|
||||
"objectClassName" : "ip network",
|
||||
"handle" : "XXXX-RIR",
|
||||
"startAddress" : "2001:db8::",
|
||||
"endAddress" : "2001:db8:0:ffff:ffff:ffff:ffff:ffff",
|
||||
"ipVersion" : "v6",
|
||||
"name": "NET-RTR-1",
|
||||
"type" : "DIRECT ALLOCATION",
|
||||
"country" : "AU",
|
||||
"parentHandle" : "YYYY-RIR",
|
||||
"status" : [ "active" ],
|
||||
"remarks" :
|
||||
[
|
||||
{
|
||||
"description" :
|
||||
[
|
||||
"She sells sea shells down by the sea shore.",
|
||||
"Originally written by Terry Sullivan."
|
||||
]
|
||||
}
|
||||
],
|
||||
"links" :
|
||||
[
|
||||
{
|
||||
"value" : "https://example.net/ip/2001:db8::/48",
|
||||
"rel" : "self",
|
||||
"href" : "https://example.net/ip/2001:db8::/48",
|
||||
"type" : "application/rdap+json"
|
||||
},
|
||||
{
|
||||
"value" : "https://example.net/ip/2001:db8::/48",
|
||||
"rel" : "up",
|
||||
"href" : "https://example.net/ip/2001:db8::/32",
|
||||
"type" : "application/rdap+json"
|
||||
}
|
||||
],
|
||||
"events" :
|
||||
[
|
||||
{
|
||||
"eventAction" : "registration",
|
||||
"eventDate" : "1990-12-31T23:59:59Z"
|
||||
},
|
||||
{
|
||||
"eventAction" : "last changed",
|
||||
"eventDate" : "1991-12-31T23:59:59Z"
|
||||
}
|
||||
],
|
||||
"entities" :
|
||||
[
|
||||
{
|
||||
"objectClassName" : "entity",
|
||||
"handle" : "XXXX",
|
||||
"vcardArray":[
|
||||
"vcard",
|
||||
[
|
||||
["version", {}, "text", "4.0"],
|
||||
["fn", {}, "text", "Joe User"],
|
||||
["kind", {}, "text", "individual"],
|
||||
["lang", {
|
||||
"pref":"1"
|
||||
}, "language-tag", "fr"],
|
||||
["lang", {
|
||||
"pref":"2"
|
||||
}, "language-tag", "en"],
|
||||
["org", {
|
||||
"type":"work"
|
||||
}, "text", "Example"],
|
||||
["title", {}, "text", "Research Scientist"],
|
||||
["role", {}, "text", "Project Lead"],
|
||||
["adr",
|
||||
{ "type":"work" },
|
||||
"text",
|
||||
[
|
||||
"",
|
||||
"Suite 1234",
|
||||
"4321 Rue Somewhere",
|
||||
"Quebec",
|
||||
"QC",
|
||||
"G1V 2M2",
|
||||
"Canada"
|
||||
]
|
||||
],
|
||||
["tel",
|
||||
{ "type":["work", "voice"], "pref":"1" },
|
||||
"uri", "tel:+1-555-555-1234;ext=102"
|
||||
],
|
||||
["email",
|
||||
{ "type":"work" },
|
||||
"text", "joe.user@example.com"
|
||||
]
|
||||
]
|
||||
],
|
||||
"roles" : [ "registrant" ],
|
||||
"remarks" :
|
||||
[
|
||||
{
|
||||
"description" :
|
||||
[
|
||||
"She sells sea shells down by the sea shore.",
|
||||
"Originally written by Terry Sullivan."
|
||||
]
|
||||
}
|
||||
],
|
||||
"links" :
|
||||
[
|
||||
{
|
||||
"value" : "https://example.net/entity/xxxx",
|
||||
"rel" : "self",
|
||||
"href" : "https://example.net/entity/xxxx",
|
||||
"type" : "application/rdap+json"
|
||||
}
|
||||
],
|
||||
"events" :
|
||||
[
|
||||
{
|
||||
"eventAction" : "registration",
|
||||
"eventDate" : "1990-12-31T23:59:59Z"
|
||||
|
||||
},
|
||||
{
|
||||
"eventAction" : "last changed",
|
||||
"eventDate" : "1991-12-31T23:59:59Z"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue