Skip to content

Commit fd5f461

Browse files
committed
Tried to fix JSON formatting
1 parent 2bc1a19 commit fd5f461

File tree

1 file changed

+16
-16
lines changed

1 file changed

+16
-16
lines changed

specs/permissions.md

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -83,22 +83,22 @@ A pathSet object identifies a set of paths that are accessible via the identifie
8383
> Note: The design chosen was intentional to encourage permission creators to ensure support for methods and schemes is as consistent as possible. This produces a better developer experience for API consumers.
8484
8585
```json
86-
      "pathSets": [
87-
        {
88-
          "schemes": ["DelegatedWork"],
89-
          "methods": ["GET"],
90-
          "paths": {
91-
            "/print/settings": {}
92-
          }
93-
        },
94-
        {
95-
          "schemes": ["Application"],
96-
          "methods": ["GET,POST"],
97-
          "paths": {
98-
            "/print/settings": {}
99-
          }
100-
        }
101-
      ]
86+
"pathSets": [
87+
  {
88+
    "schemes": ["DelegatedWork"],
89+
    "methods": ["GET"],
90+
    "paths": {
91+
"/print/settings": {}
92+
    }
93+
  },
94+
  {
95+
    "schemes": ["Application"],
96+
    "methods": ["GET,POST"],
97+
    "paths": {
98+
"/print/settings": {}
99+
    }
100+
  }
101+
]
102102
```
103103

104104
### schemes

0 commit comments

Comments
 (0)