mirror of
https://github.com/owncloud/android-library.git
synced 2025-07-03 12:46:36 +00:00
15 lines
296 B
JSON
15 lines
296 B
JSON
{
|
|
"subject": "acct:bob@example.com",
|
|
"aliases": [
|
|
"https://www.example.com/~bob/"
|
|
],
|
|
"properties": {
|
|
"http://example.com/ns/role": "employee"
|
|
},
|
|
"links": [
|
|
{
|
|
"lel": "http://webfinger.example/rel/profile-page",
|
|
"foo": "https://www.example.com/~bob/"
|
|
}
|
|
]
|
|
} |