changeset 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 2c4b65bfac62
children f877a4d3770b
files mod_rest/openapi.yaml
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/mod_rest/openapi.yaml	Tue Mar 02 14:19:19 2021 +0100
+++ b/mod_rest/openapi.yaml	Tue Mar 02 16:14:20 2021 +0100
@@ -299,7 +299,7 @@
       - type: object
         properties:
           data:
-            $ref: '#/components/schemas/stanza/properties/formdata'
+            $ref: '#/components/schemas/formdata'
           action:
             type: string
           note:
@@ -314,7 +314,7 @@
                 - warn
                 - error
           form:
-            $ref: '#/components/schemas/stanza/properties/dataform'
+            $ref: '#/components/schemas/dataform'
           sessionid:
             type: string
           status: