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.