Add support for inactive vertices in VertexBuildResponse
This commit is contained in:
parent
96f1cc1e59
commit
958dad8c8f
1 changed files with 1 additions and 0 deletions
|
|
@ -235,6 +235,7 @@ class ResultData(BaseModel):
|
|||
|
||||
class VertexBuildResponse(BaseModel):
|
||||
id: Optional[str] = None
|
||||
inactive_vertices: Optional[List[str]] = None
|
||||
valid: bool
|
||||
params: Optional[str]
|
||||
"""JSON string of the params."""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue