refactor: 👽 Update all entity example to conform to new reference format

This commit is contained in:
Jesse Wierzbinski 2025-04-21 18:17:45 +02:00
parent 89a8b1836f
commit 975d1c9baa
No known key found for this signature in database
23 changed files with 56 additions and 127 deletions

View file

@ -74,12 +74,7 @@ This extension adds the following metadata to instances:
]
},
"host": "jane.org",
"created_at": "2021-07-01T00:00:00Z",
"extensions": { // [!code focus:5]
"pub.versia:instance_messaging": {
"endpoint": "https://jane.org/api/reports",
},
}
"created_at": "2021-07-01T00:00:00Z"
}
```