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
+31-21Lines changed: 31 additions & 21 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -41,11 +41,13 @@ For more information, see the [OData reference](https://github.com/oasis-tcs/oda
41
41
The following example demonstrates defining a dictionary that can contain string values.
42
42
43
43
```xml
44
-
<SchemaNamespace="WorkloadNamespace">
44
+
<SchemaNamespace="microsoft.graph">
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`." />
@@ -117,25 +119,33 @@ Dictionaries can also contain complex types whose values may be constrained to a
117
119
The following example defines a complex type **roleSettings**, an **assignedRoleGroupDictionary** that contains **roleSettings**, and an **assignedRoles** property that uses the dictionary..
<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`." />
0 commit comments