OpenAPI: Plots can potentially contain NaN values

This commit is contained in:
2025-11-22 20:29:18 +01:00
parent 33f53570eb
commit 48b8f27e63
5 changed files with 9 additions and 7 deletions

View File

@@ -8,8 +8,8 @@ Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**title** | **str** | | [default to '']
**x** | **List[float]** | |
**y** | **List[float]** | |
**z** | **List[float]** | | [optional]
**y** | **List[Optional[float]]** | |
**z** | **List[Optional[float]]** | | [optional]
## Example