From 76fb802dd9d578698d3d7369f866d1ba83e17250 Mon Sep 17 00:00:00 2001 From: Christoph Kappestein Date: Fri, 29 Nov 2024 22:05:44 +0100 Subject: [PATCH] fix type --- www/resources/examples/map.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/resources/examples/map.json b/www/resources/examples/map.json index d5b7d64..dd35cad 100644 --- a/www/resources/examples/map.json +++ b/www/resources/examples/map.json @@ -19,7 +19,7 @@ } }, "Student_Properties": { - "type": "struct", + "type": "map", "schema": { "type": "string" }