fix openapi mismatch

This commit is contained in:
Reinier van der Leer
2026-02-06 01:59:25 +01:00
parent 5f9b03e692
commit fe754da644
2 changed files with 2 additions and 2 deletions

View File

@@ -868,7 +868,7 @@ class GraphModel(Graph):
class GraphMeta(BaseModel):
"""
Graph metadata without nodes/links used for list endpoints.
Graph metadata without nodes/links, used for list endpoints.
This is a flat, lightweight model (not inheriting from Graph) to avoid recomputing
expensive computed fields. Values are copied from GraphModel.

View File

@@ -7854,7 +7854,7 @@
"trigger_setup_info"
],
"title": "GraphMeta",
"description": "Graph metadata without nodes/links \u2014 used for list endpoints.\n\nThis is a flat, lightweight model (not inheriting from Graph) to avoid recomputing\nexpensive computed fields. Values are copied from GraphModel."
"description": "Graph metadata without nodes/links, used for list endpoints.\n\nThis is a flat, lightweight model (not inheriting from Graph) to avoid recomputing\nexpensive computed fields. Values are copied from GraphModel."
},
"GraphModel": {
"properties": {