mod_muc_http_defaults: Minor schema tweak
authorKim Alvefur <zash@zash.se>
Sat, 20 Feb 2021 20:16:24 +0100
changeset 4456 6086fcf20da8
parent 4455 f1a63271dcfc
child 4457 0508822361eb
mod_muc_http_defaults: Minor schema tweak I think this makes more sense, after reading more about JSON Schema. Single field can't more than one of these two anyways.
mod_muc_http_defaults/README.markdown
--- a/mod_muc_http_defaults/README.markdown	Fri Feb 19 23:42:12 2021 +0100
+++ b/mod_muc_http_defaults/README.markdown	Sat Feb 20 20:16:24 2021 +0100
@@ -62,7 +62,7 @@
       moderated: boolean
       archiving: boolean
   affiliations:
-    anyOf:
+    oneOf:
     - type: array
       items:
         type: object