mirror of
https://github.com/valitydev/swag-fraudbusters-management.git
synced 2024-11-06 08:15:21 +00:00
Add params
This commit is contained in:
parent
b5eb33496d
commit
24baf4316b
@ -1,5 +1,9 @@
|
||||
type: object
|
||||
properties:
|
||||
id:
|
||||
type: string
|
||||
name:
|
||||
type: string
|
||||
rows:
|
||||
type: array
|
||||
items:
|
||||
|
@ -1,5 +1,7 @@
|
||||
type: object
|
||||
properties:
|
||||
id:
|
||||
type: string
|
||||
payment:
|
||||
$ref: './Payment.yaml'
|
||||
runtimeResult:
|
||||
|
Loading…
Reference in New Issue
Block a user