Software /
code /
prosody-modules
Comparison
mod_muc_http_defaults/README.markdown @ 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 |
parent | 4448:5879ca1f7853 |
child | 4453:0508822361eb |
comparison
equal
deleted
inserted
replaced
4451:f1a63271dcfc | 4452:6086fcf20da8 |
---|---|
60 changesubject: boolean | 60 changesubject: boolean |
61 historylength: integer | 61 historylength: integer |
62 moderated: boolean | 62 moderated: boolean |
63 archiving: boolean | 63 archiving: boolean |
64 affiliations: | 64 affiliations: |
65 anyOf: | 65 oneOf: |
66 - type: array | 66 - type: array |
67 items: | 67 items: |
68 type: object | 68 type: object |
69 required: | 69 required: |
70 - jid | 70 - jid |