Mercurial > prosody-modules
comparison mod_rest/openapi.yaml @ 4486:4f41678ba00d
mod_rest/openapi: Fix dataform references
Thought I had moved these out into components.schemas?
| author | Kim Alvefur <zash@zash.se> |
|---|---|
| date | Tue, 02 Mar 2021 16:14:20 +0100 |
| parents | 356b5ad521a5 |
| children | f877a4d3770b |
comparison
equal
deleted
inserted
replaced
| 4485:2c4b65bfac62 | 4486:4f41678ba00d |
|---|---|
| 297 oneOf: | 297 oneOf: |
| 298 - type: string | 298 - type: string |
| 299 - type: object | 299 - type: object |
| 300 properties: | 300 properties: |
| 301 data: | 301 data: |
| 302 $ref: '#/components/schemas/stanza/properties/formdata' | 302 $ref: '#/components/schemas/formdata' |
| 303 action: | 303 action: |
| 304 type: string | 304 type: string |
| 305 note: | 305 note: |
| 306 type: object | 306 type: object |
| 307 properties: | 307 properties: |
| 312 enum: | 312 enum: |
| 313 - info | 313 - info |
| 314 - warn | 314 - warn |
| 315 - error | 315 - error |
| 316 form: | 316 form: |
| 317 $ref: '#/components/schemas/stanza/properties/dataform' | 317 $ref: '#/components/schemas/dataform' |
| 318 sessionid: | 318 sessionid: |
| 319 type: string | 319 type: string |
| 320 status: | 320 status: |
| 321 type: string | 321 type: string |
| 322 node: | 322 node: |
