mirror of https://gitlab.com/bashrc2/epicyon
Change to schema.org in actor
parent
3702d52c7e
commit
ad1dad2144
|
@ -232,7 +232,7 @@ def get_actor_update_json(actor_json: {}) -> {}:
|
||||||
"@id": "as:movedTo",
|
"@id": "as:movedTo",
|
||||||
"@type": "@id"
|
"@type": "@id"
|
||||||
},
|
},
|
||||||
"schema": "http://schema.org#",
|
"schema": "http://schema.org/",
|
||||||
"PropertyValue": "schema:PropertyValue",
|
"PropertyValue": "schema:PropertyValue",
|
||||||
"value": "schema:value",
|
"value": "schema:value",
|
||||||
"IdentityProof": "toot:IdentityProof",
|
"IdentityProof": "toot:IdentityProof",
|
||||||
|
@ -338,7 +338,7 @@ def get_default_person_context() -> str:
|
||||||
'messageType': 'toot:messageType',
|
'messageType': 'toot:messageType',
|
||||||
'movedTo': {'@id': 'as:movedTo', '@type': '@id'},
|
'movedTo': {'@id': 'as:movedTo', '@type': '@id'},
|
||||||
'publicKeyBase64': 'toot:publicKeyBase64',
|
'publicKeyBase64': 'toot:publicKeyBase64',
|
||||||
'schema': 'http://schema.org#',
|
'schema': 'http://schema.org/',
|
||||||
'suspended': 'toot:suspended',
|
'suspended': 'toot:suspended',
|
||||||
'toot': 'http://joinmastodon.org/ns#',
|
'toot': 'http://joinmastodon.org/ns#',
|
||||||
'value': 'schema:value',
|
'value': 'schema:value',
|
||||||
|
|
Loading…
Reference in New Issue