Skip to content

Commit 35d1c1d

Browse files
authored
fixing bullets
1 parent 1e98d65 commit 35d1c1d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

graph/patterns/namespace.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,11 +61,11 @@ We recommend that a new namespace should be aligned with top-level API category.
6161

6262
7. Microsoft Graph has some predefined constraints for declared namespaces:
6363

64-
1. All public namespaces must have a prefix "microsoft.graph"
64+
- All public namespaces must have a prefix "microsoft.graph"
6565

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
6767

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
6969
in the schema will be coerced into the main "microsoft.graph" namespace.
7070

7171
## Examples

0 commit comments

Comments
 (0)