Skip to content

Commit 22a90f9

Browse files
authored
Update dictionary.md
1 parent 5579a9d commit 22a90f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

graph/patterns/dictionary.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ The following example demonstrates defining a dictionary that can contain string
4545
<ComplexType Name="Dictionary" OpenType="true">
4646
<Annotation Term="Core.Description" String="A dictionary of name-value pairs. Names must be valid property names, values may be restricted to a list of types via an annotation with term `Validation.OpenPropertyTypeConstraint`." />
4747
</ComplexType>
48-
<ComplexType Name="stringDictionary" BaseType="WorkloadNamespace.Dictionary"> //// TODO does this need to be marked as an open type?
48+
<ComplexType Name="stringDictionary" OpenType="true" BaseType="WorkloadNamespace.Dictionary">
4949
<Annotation Term="Org.OData.Validation.V1.OpenPropertyTypeConstraint">
5050
<Collection>
5151
<String>Edm.String</String>

0 commit comments

Comments
 (0)