Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion api/csolution-openapi.yml
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -1052,8 +1052,11 @@ components:
properties:
context:
type: string
options:
$ref: '#/components/schemas/Options'
required:
- context
- options
Comment thread
edriouk marked this conversation as resolved.
ResolveResponse:
allOf:
- $ref: '#/x-jsonrpc-envelope-response'
Expand Down