Skip to content

Commit a0614a9

Browse files
committed
revert change
1 parent de3f26c commit a0614a9

1 file changed

Lines changed: 10 additions & 10 deletions

File tree

dist/schema.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -33063,11 +33063,6 @@
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": [
@@ -33092,6 +33087,14 @@
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": [
@@ -33100,10 +33103,7 @@
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.",
@@ -37495,7 +37495,7 @@
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.",

0 commit comments

Comments
 (0)