Skip to content

Commit 2afb620

Browse files
authored
Add Options argument to Resolve
1 parent db892b4 commit 2afb620

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

api/csolution-openapi.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
openapi: 3.1.0
22
info:
33
title: csolution rpc
4-
version: 0.0.9
4+
version: 0.0.10
55
description: Specification of remote procedure call methods for CMSIS csolution integration
66
license:
77
name: Apache 2.0
@@ -1052,8 +1052,11 @@ components:
10521052
properties:
10531053
context:
10541054
type: string
1055+
options:
1056+
$ref: '#/components/schemas/Options'
10551057
required:
10561058
- context
1059+
- options
10571060
ResolveResponse:
10581061
allOf:
10591062
- $ref: '#/x-jsonrpc-envelope-response'

0 commit comments

Comments
 (0)