File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3306333063 "description": "URLs of interest for clients apps.",
3306433064 "type": "object",
3306533065 "properties": {
33066- "streaming": {
33067- "description": "The Websockets URL for connecting to the streaming API.",
33068- "type": "string",
33069- "format": "uri"
33070- },
3307133066 "about": {
3307233067 "description": "The URL of the server's about page.",
3307333068 "type": [
3309233087 ],
3309333088 "format": "uri"
3309433089 },
33090+ "streaming": {
33091+ "description": "The Websockets URL for connecting to the streaming API.",
33092+ "type": [
33093+ "string",
33094+ "null"
33095+ ],
33096+ "format": "uri"
33097+ },
3309533098 "terms_of_service": {
3309633099 "description": "The URL of the server's current terms of service, if any.",
3309733100 "type": [
3310033103 ],
3310133104 "format": "uri"
3310233105 }
33103- },
33104- "required": [
33105- "streaming"
33106- ]
33106+ }
3310733107 },
3310833108 "limited_federation": {
3310933109 "description": "Whether federation is limited to explicitly allowed domains.",
3749537495 },
3749637496 "most_recent_notification_id": {
3749737497 "description": "ID of the most recent notification in the group.",
37498- "type": "string "
37498+ "type": "integer "
3749937499 },
3750037500 "notifications_count": {
3750137501 "description": "Total number of individual notifications that are part of this notification group.",
You can’t perform that action at this time.
0 commit comments