Skip to content

Commit

Permalink
Added example for user
Browse files Browse the repository at this point in the history
  • Loading branch information
WilcoLouwerse committed Mar 28, 2023
1 parent 8250592 commit 10531b1
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 0 deletions.
15 changes: 15 additions & 0 deletions Installation/SecurityGroup/example.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"$id": "https://example.com/securityGroup/example.securityGroup.json",
"$schema": "https://docs.commongateway.nl/schemas/SecurityGroup.schema.json",
"version": "0.1",
"title": "Example SecurityGroup",
"anonymous": false,
"scopes": [
"user",
"group.example",
"example.GET",
"example.POST",
"example.PUT",
"example.DELETE"
]
}
12 changes: 12 additions & 0 deletions Installation/installation.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,18 @@
"schemaPrefix": "https://example.com/schema"
}
],
"users": [
{
"$id": "https://example.com/user/johnDoe.user.json",
"version": "0.0.1",
"description": "test",
"email": "[email protected]",
"locale": "en",
"securityGroups": [
"https://example.com/securityGroup/example.securityGroup.json"
]
}
],
"cards": {
"schemas": [
"https://example.com/example.schema.json"
Expand Down

0 comments on commit 10531b1

Please sign in to comment.