We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db892b4 commit 2afb620Copy full SHA for 2afb620
1 file changed
api/csolution-openapi.yml
@@ -1,7 +1,7 @@
1
openapi: 3.1.0
2
info:
3
title: csolution rpc
4
- version: 0.0.9
+ version: 0.0.10
5
description: Specification of remote procedure call methods for CMSIS csolution integration
6
license:
7
name: Apache 2.0
@@ -1052,8 +1052,11 @@ components:
1052
properties:
1053
context:
1054
type: string
1055
+ options:
1056
+ $ref: '#/components/schemas/Options'
1057
required:
1058
- context
1059
+ - options
1060
ResolveResponse:
1061
allOf:
1062
- $ref: '#/x-jsonrpc-envelope-response'
0 commit comments