You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: graph/patterns/dictionary.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -45,7 +45,7 @@ The following example demonstrates defining a dictionary that can contain string
45
45
<ComplexTypeName="Dictionary"OpenType="true">
46
46
<AnnotationTerm="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`." />
47
47
</ComplexType>
48
-
<ComplexTypeName="stringDictionary"BaseType="WorkloadNamespace.Dictionary"> //// TODO does this need to be marked as an open type?
0 commit comments