From b2d42503b9d0fa6c27b0f9b5b69e0b4ceaa7abf6 Mon Sep 17 00:00:00 2001 From: Quinn Tracy <142489060+quinntracy@users.noreply.github.com> Date: Tue, 21 Jul 2026 15:52:34 +0200 Subject: [PATCH 1/2] Add JSON structure support --- .../en/docs/refguide/mendix-ai-assistance/maia-make/_index.md | 1 + 1 file changed, 1 insertion(+) diff --git a/content/en/docs/refguide/mendix-ai-assistance/maia-make/_index.md b/content/en/docs/refguide/mendix-ai-assistance/maia-make/_index.md index 801fb947fd2..fc05fc30eb2 100644 --- a/content/en/docs/refguide/mendix-ai-assistance/maia-make/_index.md +++ b/content/en/docs/refguide/mendix-ai-assistance/maia-make/_index.md @@ -73,6 +73,7 @@ The following table lists the general capabilities of Maia Make and the Studio P | Themes and styling | Allows Maia to modify theme variables, create custom styling, and manage design properties. | Studio Pro 11.12 | | | Markdown attachment support | Allows you to provide Markdown documents as input to help Maia better understand your requirements. | Studio Pro 11.12 | | | Explain and solve consistency errors | Allows you to use Maia to explain or solve problems by right-clicking the item in the **Errors** pane. | Studio Pro 11.12.1 | | +| JSON structures | Allows you to use Maia to create or change JSON structure documents. | Studio Pro 11.13 | | ## Using Maia Make Capabilities From 6f020a1eba774330915606d4a2079bce4f5f13d4 Mon Sep 17 00:00:00 2001 From: Quinn Tracy <142489060+quinntracy@users.noreply.github.com> Date: Tue, 21 Jul 2026 15:57:04 +0200 Subject: [PATCH 2/2] Move to Supported Document Types --- .../en/docs/refguide/mendix-ai-assistance/maia-make/_index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/refguide/mendix-ai-assistance/maia-make/_index.md b/content/en/docs/refguide/mendix-ai-assistance/maia-make/_index.md index fc05fc30eb2..6a6c883aba1 100644 --- a/content/en/docs/refguide/mendix-ai-assistance/maia-make/_index.md +++ b/content/en/docs/refguide/mendix-ai-assistance/maia-make/_index.md @@ -41,6 +41,7 @@ Maia Make can generate new documents, modify existing documents, and explain app | Navigation | Studio Pro 11.11 | | | Menu | Studio Pro 11.11 | | | Data Transformers | Studio Pro 11.12 | | +| JSON Structures | Studio Pro 11.13 | | ### Maia Make Standalone Capabilities @@ -73,7 +74,6 @@ The following table lists the general capabilities of Maia Make and the Studio P | Themes and styling | Allows Maia to modify theme variables, create custom styling, and manage design properties. | Studio Pro 11.12 | | | Markdown attachment support | Allows you to provide Markdown documents as input to help Maia better understand your requirements. | Studio Pro 11.12 | | | Explain and solve consistency errors | Allows you to use Maia to explain or solve problems by right-clicking the item in the **Errors** pane. | Studio Pro 11.12.1 | | -| JSON structures | Allows you to use Maia to create or change JSON structure documents. | Studio Pro 11.13 | | ## Using Maia Make Capabilities