Skip to content
Snippets Groups Projects
Commit 18b4842e authored by Agustin's avatar Agustin
Browse files

Swagger documentation update

parent fe24b721
No related branches found
Tags REP_v2.0
No related merge requests found
......@@ -255,11 +255,15 @@ components:
- extraData
Parameter:
properties:
parameter:
oneOf:
- $ref: '#/components/schemas/WeightParameter'
- $ref: '#/components/schemas/ExtraDataParameter'
- $ref: '#/components/schemas/EquationConstantParameter'
parameterType:
type: string
parameters:
type: array
items:
oneOf:
- $ref: '#/components/schemas/WeightParameter'
- $ref: '#/components/schemas/ExtraDataParameter'
- $ref: '#/components/schemas/EquationConstantParameter'
WeightParameter:
properties:
parameterType:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment