1
0
Fork 0
bookwyrm/bookwyrm/tests/data/ap_user_external.json
Hugh Rundle 1a93ba0cac
check alias with new user data
Instead of breaking a bunch of existing tests...
2024-09-09 08:47:59 +10:00

40 lines
1.5 KiB
JSON

{
"@context": [
"https://www.w3.org/ns/activitystreams",
"https://w3id.org/security/v1",
{
"manuallyApprovesFollowers": "as:manuallyApprovesFollowers",
"schema": "http://schema.org#",
"PropertyValue": "schema:PropertyValue",
"value": "schema:value"
}
],
"id": "https://example.com/user/ali",
"type": "Person",
"preferredUsername": "alias",
"name": "Ali As",
"inbox": "https://example.com/user/ali/inbox",
"outbox": "https://example.com/user/ali/outbox",
"followers": "https://example.com/user/ali/followers",
"following": "https://example.com/user/ali/following",
"summary": "",
"publicKey": {
"id": "https://example.com/user/ali/#main-key",
"owner": "https://example.com/user/ali",
"publicKeyPem": "-----BEGIN PUBLIC KEY-----\nMIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQC6QisDrjOQvkRo/MqNmSYPwqtt\nCxg/8rCW+9jKbFUKvqjTeKVotEE85122v/DCvobCCdfQuYIFdVMk+dB1xJ0iPGPg\nyU79QHY22NdV9mFKA2qtXVVxb5cxpA4PlwOHM6PM/k8B+H09OUrop2aPUAYwy+vg\n+MXyz8bAXrIS1kq6fQIDAQAB\n-----END PUBLIC KEY-----"
},
"endpoints": {
"sharedInbox": "https://example.com/inbox"
},
"bookwyrmUser": true,
"manuallyApprovesFollowers": false,
"alsoKnownAs": [],
"discoverable": false,
"devices": "",
"tag": [],
"icon": {
"type": "Image",
"mediaType": "image/png",
"url": "https://example.com/images/avatars/ALIAS-2-crop-50.png"
}
}