From c3763b8f7488cb8a2b4ba30f53c17a24fa6c73af Mon Sep 17 00:00:00 2001 From: Evgueni Driouk Date: Wed, 22 Apr 2026 14:40:20 +0200 Subject: [PATCH] Add Options argument to Resolve --- api/csolution-openapi.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/api/csolution-openapi.yml b/api/csolution-openapi.yml index 3fdfe26..12bb14e 100644 --- a/api/csolution-openapi.yml +++ b/api/csolution-openapi.yml @@ -1,7 +1,7 @@ openapi: 3.1.0 info: title: csolution rpc - version: 0.0.9 + version: 0.0.10 description: Specification of remote procedure call methods for CMSIS csolution integration license: name: Apache 2.0 @@ -1052,8 +1052,11 @@ components: properties: context: type: string + options: + $ref: '#/components/schemas/Options' required: - context + - options ResolveResponse: allOf: - $ref: '#/x-jsonrpc-envelope-response'