mirror of
https://github.com/versia-pub/docs.git
synced 2026-03-13 19:09:16 +01:00
fix: 📝 Fix some objects with missing properties, reword sentence
This commit is contained in:
parent
902cf8fe92
commit
f994340945
2 changed files with 8 additions and 5 deletions
|
|
@ -50,15 +50,17 @@ Any field in an entity not marked as `required` may be omitted or set to `null`.
|
|||
"id": "9a8928b6-2526-4979-aab1-ef2f88cd5700",
|
||||
"type": "Undo",
|
||||
"created_at": "2022-01-01T12:00:00Z",
|
||||
"uri": "https://bongo.social/notes/9a8928b6-2526-4979-aab1-ef2f88cd5700",
|
||||
"uri": "https://bongo.social/objects/9a8928b6-2526-4979-aab1-ef2f88cd5700",
|
||||
"author": "https://bongo.social/users/63a00ab3-39b1-49eb-b88e-ed65d2361f3e",
|
||||
"object": "https://bongo.social/notes/54059ce2-9332-46fa-bf6a-598b5493b81b",
|
||||
}
|
||||
```
|
||||
```
|
||||
|
||||
```jsonc {{ 'title': 'With Extensions' }}
|
||||
{
|
||||
"id": "f0aacf0b-df7a-4ee5-a2ba-6c4acafd8642",
|
||||
"type": "Extension",
|
||||
"extension_type": "org.space:ZlorbEntity",
|
||||
"extension_type": "org.space:Zlorbs/Zlorb",
|
||||
"created_at": "2023-04-13T08:00:00Z",
|
||||
"uri": "https://space.org/zlorbs/f0aacf0b-df7a-4ee5-a2ba-6c4acafd8642",
|
||||
"extensions": { // [!code focus:100]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue