From 69d61c3acb33ce9db49c9a2818f5db4f17febc12 Mon Sep 17 00:00:00 2001 From: Christopher Watford <83599748+watfordsuzy@users.noreply.github.com> Date: Wed, 5 Feb 2025 11:20:04 -0500 Subject: [PATCH] Update other.md --- docs/en/integrations/data-ingestion/data-formats/json/other.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/integrations/data-ingestion/data-formats/json/other.md b/docs/en/integrations/data-ingestion/data-formats/json/other.md index b850f9388d8..c72a8aa6ec1 100644 --- a/docs/en/integrations/data-ingestion/data-formats/json/other.md +++ b/docs/en/integrations/data-ingestion/data-formats/json/other.md @@ -27,7 +27,7 @@ Below, we provide an example of using the Nested type to model a static object. "status": 200, "size": 3305 } -`` +``` We can declare the `request` key as `Nested`. Similar to `Tuple`, we are required to specify the sub columns.