changeset 4452:6086fcf20da8

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.
author Kim Alvefur <zash@zash.se>
date Sat, 20 Feb 2021 20:16:24 +0100
parents f1a63271dcfc
children 0508822361eb
files mod_muc_http_defaults/README.markdown
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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