Add params

This commit is contained in:
k.struzhkin 2021-08-12 11:52:02 +03:00
parent b5eb33496d
commit 24baf4316b
2 changed files with 6 additions and 0 deletions

View File

@ -1,5 +1,9 @@
type: object
properties:
id:
type: string
name:
type: string
rows:
type: array
items:

View File

@ -1,5 +1,7 @@
type: object
properties:
id:
type: string
payment:
$ref: './Payment.yaml'
runtimeResult: