Skip to content

Commit

Permalink
style: prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfy1339 committed Jan 8, 2025
1 parent 2b41d70 commit b272584
Showing 1 changed file with 11 additions and 14 deletions.
25 changes: 11 additions & 14 deletions scripts/overrides/list-organization-fine-grained-permissions.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,21 +20,18 @@
"schema": {
"type": "array",
"items": {
"title": "Organization Fine-Grained Permission",
"description": "A fine-grained permission that protects organization resources.",
"type": "object",
"properties": {
"name": {
"type": "string"
},
"description": {
"type": "string"
}
"title": "Organization Fine-Grained Permission",
"description": "A fine-grained permission that protects organization resources.",
"type": "object",
"properties": {
"name": {
"type": "string"
},
"required": [
"name",
"description"
]
"description": {
"type": "string"
}
},
"required": ["name", "description"]
}
},
"examples": {
Expand Down

0 comments on commit b272584

Please sign in to comment.