mod_muc_http_defaults/README.markdown
changeset 4479 017ad6ed96ae
parent 4459 89e54247ade6
child 4509 e11abf578df5
equal deleted inserted replaced
4478:949db0714b5f 4479: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