Skip to content

Commit

Permalink
Update attributes.mdx
Browse files Browse the repository at this point in the history
Fix example
  • Loading branch information
zirkelc authored Aug 20, 2024
1 parent 5196d25 commit ed5afe4
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions www/src/pages/en/modeling/attributes.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -280,13 +280,14 @@ attributes: {
},
},
myMapList: {
myMapAttribute: {
type: "list",
items: {
type: "map",
properties: {
myStringAttribute: {
type: "string"
myStringAttribute: {
type: "string"
},
myNumberAttribute: {
myNumberAttribute: {
type: "number"
}
}
Expand Down

0 comments on commit ed5afe4

Please sign in to comment.