Download OpenAPI specification:Download
ex_coretype_various_complex_types
option | integer or null |
list required | Array of integers |
required | object |
{- "option": 42,
- "list": [
- 1,
- 2,
- 3,
- 4
], - "map": {
- "foo": 4,
- "bar": 2
}
}
42
ex_coretype_various_complex_types
option | integer or null |
list required | Array of integers |
required | object |
{- "option": 42,
- "list": [
- 1,
- 2,
- 3,
- 4
], - "map": {
- "foo": 4,
- "bar": 2
}
}
42