Skip to content

Commit 54cc353

Browse files
committed
Update spec
1 parent 3797816 commit 54cc353

File tree

2 files changed

+11
-10
lines changed

2 files changed

+11
-10
lines changed

config.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
"c6b60e2470226fd7bae1fcfebd4a372775f83419",
1313
"cb223aa9f88db46557ee5722f347055a69e0b3df",
1414
"ed347a1958f584f2a891e15521cffe7aff754a62",
15-
"b7a315c559cb457723c726c1b49f07c35f2bd8a9"
15+
"b7a315c559cb457723c726c1b49f07c35f2bd8a9",
16+
"9a38bf8d99187663fbb905e4aba0205735accf32"
1617
]
1718
}

dist/schema.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -34186,11 +34186,6 @@
3418634186
"description": "URLs of interest for clients apps.",
3418734187
"type": "object",
3418834188
"properties": {
34189-
"streaming": {
34190-
"description": "The Websockets URL for connecting to the streaming API.",
34191-
"type": "string",
34192-
"format": "uri"
34193-
},
3419434189
"about": {
3419534190
"description": "The URL of the server's about page.",
3419634191
"type": [
@@ -34215,6 +34210,14 @@
3421534210
],
3421634211
"format": "uri"
3421734212
},
34213+
"streaming": {
34214+
"description": "The Websockets URL for connecting to the streaming API.",
34215+
"type": [
34216+
"string",
34217+
"null"
34218+
],
34219+
"format": "uri"
34220+
},
3421834221
"terms_of_service": {
3421934222
"description": "The URL of the server's current terms of service, if any.",
3422034223
"type": [
@@ -34223,10 +34226,7 @@
3422334226
],
3422434227
"format": "uri"
3422534228
}
34226-
},
34227-
"required": [
34228-
"streaming"
34229-
]
34229+
}
3423034230
},
3423134231
"limited_federation": {
3423234232
"description": "Whether federation is limited to explicitly allowed domains.",

0 commit comments

Comments
 (0)