Skip to content

Commit

Permalink
feat(map): make property optional
Browse files Browse the repository at this point in the history
Signed-off-by: jonathan.casey <[email protected]>
  • Loading branch information
jonathan-casey committed Jun 2, 2023
1 parent b4519ae commit 5ec493e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/concerto-core/test/data/model/concept.cto
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ concept InventorySets {
o String Model
o Integer invCount
o assetStatus invType // used or new?
o Dictionary dictionary
o Dictionary dictionary optional
}

asset MakerInventory identified by makerId {
Expand Down

0 comments on commit 5ec493e

Please sign in to comment.