Software /
code /
prosody-modules
Comparison
mod_muc_http_defaults/README.markdown @ 4475:017ad6ed96ae
mod_muc_http_defaults: Schema corrections
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Sat, 27 Feb 2021 02:37:01 +0100 |
parent | 4455:89e54247ade6 |
child | 4505:e11abf578df5 |
comparison
equal
deleted
inserted
replaced
4474:949db0714b5f | 4475:017ad6ed96ae |
---|---|
108 properties: | 108 properties: |
109 jid: | 109 jid: |
110 type: string | 110 type: string |
111 pattern: ^[^@/]+@[^/]+$ | 111 pattern: ^[^@/]+@[^/]+$ |
112 affiliation: | 112 affiliation: |
113 ref: '#/definitions/affiliation' | 113 $ref: '#/definitions/affiliation' |
114 nick: string | 114 nick: string |
115 - type: object | 115 - type: object |
116 patternProperties: | 116 additionalProperties: |
117 ^[^@/]+@[^/]+$: '#/definitions/affiliation' | 117 $ref: '#/definitions/affiliation' |
118 definitions: | 118 definitions: |
119 affiliation: | 119 affiliation: |
120 type: string | 120 type: string |
121 enum: | 121 enum: |
122 - owner | 122 - owner |