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",
|
||||
"@type": "@id"
|
||||
},
|
||||
"schema": "http://schema.org#",
|
||||
"schema": "http://schema.org/",
|
||||
"PropertyValue": "schema:PropertyValue",
|
||||
"value": "schema:value",
|
||||
"IdentityProof": "toot:IdentityProof",
|
||||
|
@ -338,7 +338,7 @@ def get_default_person_context() -> str:
|
|||
'messageType': 'toot:messageType',
|
||||
'movedTo': {'@id': 'as:movedTo', '@type': '@id'},
|
||||
'publicKeyBase64': 'toot:publicKeyBase64',
|
||||
'schema': 'http://schema.org#',
|
||||
'schema': 'http://schema.org/',
|
||||
'suspended': 'toot:suspended',
|
||||
'toot': 'http://joinmastodon.org/ns#',
|
||||
'value': 'schema:value',
|
||||
|
|
Loading…
Reference in New Issue