diff --git a/config.json b/config.json index 5fa811d..b6429a8 100644 --- a/config.json +++ b/config.json @@ -12,6 +12,7 @@ "c6b60e2470226fd7bae1fcfebd4a372775f83419", "cb223aa9f88db46557ee5722f347055a69e0b3df", "ed347a1958f584f2a891e15521cffe7aff754a62", - "b7a315c559cb457723c726c1b49f07c35f2bd8a9" + "b7a315c559cb457723c726c1b49f07c35f2bd8a9", + "9a38bf8d99187663fbb905e4aba0205735accf32" ] } diff --git a/dist/schema.json b/dist/schema.json index de4817c..78c4ef5 100644 --- a/dist/schema.json +++ b/dist/schema.json @@ -34186,11 +34186,6 @@ "description": "URLs of interest for clients apps.", "type": "object", "properties": { - "streaming": { - "description": "The Websockets URL for connecting to the streaming API.", - "type": "string", - "format": "uri" - }, "about": { "description": "The URL of the server's about page.", "type": [ @@ -34215,6 +34210,14 @@ ], "format": "uri" }, + "streaming": { + "description": "The Websockets URL for connecting to the streaming API.", + "type": [ + "string", + "null" + ], + "format": "uri" + }, "terms_of_service": { "description": "The URL of the server's current terms of service, if any.", "type": [ @@ -34223,10 +34226,7 @@ ], "format": "uri" } - }, - "required": [ - "streaming" - ] + } }, "limited_federation": { "description": "Whether federation is limited to explicitly allowed domains.",