chore: add docs url for integration nodes

This commit is contained in:
Abhishek Kumar 2026-07-15 18:54:07 +05:30
parent c650ccc5dd
commit a422241517
13 changed files with 95 additions and 13 deletions

View file

@ -1,6 +1,6 @@
# generated by datamodel-codegen:
# filename: dograh-openapi-XXXXXX.json.uTKtHKJw6v
# timestamp: 2026-07-15T11:25:06+00:00
# filename: dograh-openapi-XXXXXX.json.di0tn7Gw6b
# timestamp: 2026-07-15T13:20:43+00:00
from __future__ import annotations
@ -947,6 +947,10 @@ class NodeSpec(BaseModel):
"""
LLM-only guidance; omitted from the UI.
"""
docs_url: Annotated[str | None, Field(title='Docs Url')] = None
"""
Documentation URL shown in the node editor.
"""
category: NodeCategory
icon: Annotated[str, Field(title='Icon')]
version: Annotated[str | None, Field(title='Version')] = '1.0.0'