From 150bef441a9705cd7f0cea49dcb2cf315760f616 Mon Sep 17 00:00:00 2001 From: Matthias Mohr Date: Tue, 15 Nov 2022 18:53:11 +0100 Subject: [PATCH] Clearly describe that you can add additional properties to requests --- openapi.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/openapi.yaml b/openapi.yaml index 7c7ac79d..c352a18b 100644 --- a/openapi.yaml +++ b/openapi.yaml @@ -2208,6 +2208,8 @@ paths: $ref: '#/components/schemas/billing_plan_null_default' log_level: $ref: '#/components/schemas/min_log_level_default' + additionalProperties: + description: You can add additional back-end specific properties here. /process_graphs: get: summary: List all user-defined processes @@ -2664,6 +2666,8 @@ paths: $ref: '#/components/schemas/budget' log_level: $ref: '#/components/schemas/min_log_level_default' + additionalProperties: + description: You can add additional back-end specific properties here. description: The base data for the secondary web service to create '/services/{service_id}': parameters: @@ -2888,6 +2892,8 @@ paths: $ref: '#/components/schemas/budget' log_level: $ref: '#/components/schemas/min_log_level_default' + additionalProperties: + description: You can add additional back-end specific properties here. description: 'Specifies the job details, e.g. the user-defined process and billing details.' '/jobs/{job_id}': parameters: