ContainerSerializationStyle
Name |
Description |
Comma separated values: "value1,value2,value3" aliases: "csv", "commaDelimited", "form", "simple" |
|
Space separated values: "value1 value2 value3" aliases: "ssv", "spaceDelimited" |
|
+ Pipe separated values: "value1 |
|
value2 |
value3" aliases: "psv", "pipeDelimited" + |
Dot delimited values: "value1.value2.value3" aliases: "dsv", "dotDelimited", "label" |
|
For internal usage, don't use it |
|
For internal usage, don't use it |
ErrorType
Name |
Description |
You are trying to mount an operation (combination of path and method) not defined in specification |
|
You are trying to mount an operation with operation_id not defined in specification |
|
Specification is not valid |
|
Missing security handler during construction of router |
|
You have provided a wrong directory/path to specification file |
|
You are trying to use two or more path parameters with a combination of parameters/name/styles/explode not supported |
ErrorType
Name |
Description |
The provided value not match with ParameterTypeValidator rules |
|
Parameter not found in request |
|
It was expected a single value, but found in request an array |
|
It was expected an array, but found in request a single value |
|
Expected file not found |
|
Wrong Content-Type header |
|
Parameter found but with empty value |
|
Expected an array size between parameters configured in link |
|
Error during deserializaton with rule provided |
|
Object field declared as required in link not found |
|
Json can't be parsed |
|
Json doesn't match the provided schema |
|
XML doesn't match the provided schema |
ParameterLocation
ParameterType
Name |
Description |
STRING Type accept every string |
|
- |
|
- |
|
It allows true, false, t, f, 1, 0 |
|
INT type does the validation with Integer.parseInt(value) |
|
FLOAT type does the validation with Float.parseFloat(value) |
|
DOUBLE type does the validation with Double.parseDouble(value) |
|
DATE as defined by full-date - RFC3339 |
|
DATETIME as defined by date-time - RFC3339 |
|
TIME as defined by partial-time - RFC3339 |
|
- |
|
- |
|
- |
|
- |