# HG changeset patch # User Kim Alvefur # Date 1613848584 -3600 # Node ID 6086fcf20da8422efa19877302ef98f46cdc48a0 # Parent f1a63271dcfc807eff6d8dd0f13bd5c58e77ce78 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. diff -r f1a63271dcfc -r 6086fcf20da8 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