From 1b0ee4a3a403ee0e8c2f373de14ab9a1ced411bb Mon Sep 17 00:00:00 2001 From: himanshu-dixit <6849438+himanshu-dixit@users.noreply.github.com> Date: Mon, 19 Jan 2026 20:11:52 +0000 Subject: [PATCH] docs: OpenAPI spec content updated without version change --- docs/openapi/openapi.json | 104 +++++++++++++++++++------------------- 1 file changed, 52 insertions(+), 52 deletions(-) diff --git a/docs/openapi/openapi.json b/docs/openapi/openapi.json index 8d828690d32f..dc85a73fc028 100644 --- a/docs/openapi/openapi.json +++ b/docs/openapi/openapi.json @@ -11278,7 +11278,7 @@ "default": false }, "properties": { - "$ref": "#/components/schemas/lfx__schema__properties__Properties" + "$ref": "#/components/schemas/langflow__schema__properties__Properties" }, "category": { "type": "string", @@ -11408,7 +11408,7 @@ "properties": { "anyOf": [ { - "$ref": "#/components/schemas/lfx__schema__properties__Properties" + "$ref": "#/components/schemas/langflow__schema__properties__Properties" }, { "type": "null" @@ -11547,7 +11547,7 @@ "properties": { "anyOf": [ { - "$ref": "#/components/schemas/lfx__schema__properties__Properties" + "$ref": "#/components/schemas/langflow__schema__properties__Properties" }, { "type": "null" @@ -11943,7 +11943,7 @@ "properties": { "anyOf": [ { - "$ref": "#/components/schemas/lfx__schema__properties__Properties" + "$ref": "#/components/schemas/langflow__schema__properties__Properties" }, { "type": "null" @@ -13631,53 +13631,7 @@ "additionalProperties": true, "type": "object" }, - "langflow__schema__properties__Source": { - "properties": { - "id": { - "anyOf": [ - { - "type": "string" - }, - { - "type": "null" - } - ], - "title": "Id", - "description": "The id of the source component." - }, - "display_name": { - "anyOf": [ - { - "type": "string" - }, - { - "type": "null" - } - ], - "title": "Display Name", - "description": "The display name of the source component." - }, - "source": { - "anyOf": [ - { - "type": "string" - }, - { - "type": "null" - } - ], - "title": "Source", - "description": "The source of the message. Normally used to display the model name (e.g. 'gpt-4o')" - } - }, - "type": "object", - "title": "Source" - }, - "lfx__schema__content_types__JSONContent": { - "additionalProperties": true, - "type": "object" - }, - "lfx__schema__properties__Properties": { + "langflow__schema__properties__Properties": { "properties": { "text_color": { "anyOf": [ @@ -13707,7 +13661,7 @@ "default": false }, "source": { - "$ref": "#/components/schemas/langflow__schema__properties__Source" + "$ref": "#/components/schemas/lfx__schema__properties__Source" }, "icon": { "anyOf": [ @@ -13755,6 +13709,52 @@ "type": "object", "title": "Properties" }, + "lfx__schema__content_types__JSONContent": { + "additionalProperties": true, + "type": "object" + }, + "lfx__schema__properties__Source": { + "properties": { + "id": { + "anyOf": [ + { + "type": "string" + }, + { + "type": "null" + } + ], + "title": "Id", + "description": "The id of the source component." + }, + "display_name": { + "anyOf": [ + { + "type": "string" + }, + { + "type": "null" + } + ], + "title": "Display Name", + "description": "The display name of the source component." + }, + "source": { + "anyOf": [ + { + "type": "string" + }, + { + "type": "null" + } + ], + "title": "Source", + "description": "The source of the message. Normally used to display the model name (e.g. 'gpt-4o')" + } + }, + "type": "object", + "title": "Source" + }, "lfx__utils__schemas__File": { "properties": { "path": {