File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -61,11 +61,11 @@ We recommend that a new namespace should be aligned with top-level API category.
61
61
62
62
7. Microsoft Graph has some predefined constraints for declared namespaces:
63
63
64
- 1. All public namespaces must have a prefix "microsoft.graph"
64
+ - All public namespaces must have a prefix "microsoft.graph"
65
65
66
- 2. Only one level of nesting deeper then "microsoft.graph" is supported
66
+ - Only one level of nesting deeper then "microsoft.graph" is supported
67
67
68
- 3. If a namespace does not begin with "microsoft.graph" prefix, all types
68
+ - If a namespace does not begin with "microsoft.graph" prefix, all types
69
69
in the schema will be coerced into the main "microsoft.graph" namespace.
70
70
71
71
## Examples
You can’t perform that action at this time.
0 commit comments