diff --git a/www/src/pages/en/modeling/attributes.mdx b/www/src/pages/en/modeling/attributes.mdx index 7990af14..6a8100f6 100644 --- a/www/src/pages/en/modeling/attributes.mdx +++ b/www/src/pages/en/modeling/attributes.mdx @@ -280,13 +280,14 @@ attributes: { }, }, myMapList: { - myMapAttribute: { + type: "list", + items: { type: "map", properties: { - myStringAttribute: { - type: "string" + myStringAttribute: { + type: "string" }, - myNumberAttribute: { + myNumberAttribute: { type: "number" } }