# HG changeset patch # User Kim Alvefur # Date 1614698060 -3600 # Node ID 4f41678ba00da12363ef30a4f7c499755aca2d77 # Parent 2c4b65bfac624124f42f4fbab660cf76cef69154 mod_rest/openapi: Fix dataform references Thought I had moved these out into components.schemas? diff -r 2c4b65bfac62 -r 4f41678ba00d mod_rest/openapi.yaml --- 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: