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
|
@ -0,0 +1,115 @@
|
|||
{
|
||||
"objectClassName" : "entity",
|
||||
"handle":"fig15",
|
||||
"vcardArray":[
|
||||
"vcard",
|
||||
[
|
||||
["version", {}, "text", "4.0"],
|
||||
["fn", {}, "text", "Joe User"],
|
||||
["n", {}, "text",
|
||||
["User", "Joe", "", "", ["ing. jr", "M.Sc."]]
|
||||
],
|
||||
["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"
|
||||
]
|
||||
],
|
||||
["adr",
|
||||
{
|
||||
"type":"home",
|
||||
"label":"123 Maple Ave\nSuite 90001\nVancouver\nBC\n1239\n"
|
||||
},
|
||||
"text",
|
||||
[
|
||||
"", "", "", "", "", "", ""
|
||||
]
|
||||
],
|
||||
["tel",
|
||||
{
|
||||
"type":["work", "voice"],
|
||||
"pref":"1"
|
||||
},
|
||||
"uri",
|
||||
"tel:+1-555-555-1234;ext=102"
|
||||
],
|
||||
["tel",
|
||||
{ "type":["work", "cell", "voice", "video", "text"] },
|
||||
"uri",
|
||||
"tel:+1-555-555-4321"
|
||||
],
|
||||
["email",
|
||||
{ "type":"work" },
|
||||
"text",
|
||||
"joe.user@example.com"
|
||||
],
|
||||
["geo", {
|
||||
"type":"work"
|
||||
}, "uri", "geo:46.772673,-71.282945"],
|
||||
["key",
|
||||
{ "type":"work" },
|
||||
"uri",
|
||||
"https://www.example.com/joe.user/joe.asc"
|
||||
],
|
||||
["tz", {},
|
||||
"utc-offset", "-05:00"],
|
||||
["url", { "type":"home" },
|
||||
"uri", "https://example.org"]
|
||||
]
|
||||
],
|
||||
"roles":[ "registrar" ],
|
||||
"publicIds":[
|
||||
{
|
||||
"type":"IANA Registrar ID",
|
||||
"identifier":"1"
|
||||
}
|
||||
],
|
||||
"remarks":[
|
||||
{
|
||||
"description":[
|
||||
"She sells sea shells down by the sea shore.",
|
||||
"Originally written by Terry Sullivan."
|
||||
]
|
||||
}
|
||||
],
|
||||
"links":[
|
||||
{
|
||||
"value":"https://example.com/entity/XXXX",
|
||||
"rel":"self",
|
||||
"href":"https://example.com/entity/XXXX",
|
||||
"type" : "application/rdap+json"
|
||||
}
|
||||
],
|
||||
"events":[
|
||||
{
|
||||
"eventAction":"registration",
|
||||
"eventDate":"1990-12-31T23:59:59Z"
|
||||
}
|
||||
],
|
||||
"asEventActor":[
|
||||
|
||||
{
|
||||
"eventAction":"last changed",
|
||||
"eventDate":"1991-12-31T23:59:59Z"
|
||||
}
|
||||
]
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue