Skip to content

Commit

Permalink
feat: Added sample json
Browse files Browse the repository at this point in the history
  • Loading branch information
miguel-merlin committed Feb 15, 2024
1 parent f1c5537 commit 8c616dd
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions sample_data.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"Users": {
"user1": {
"Disabled": false,
"Displayname": "Blueprint User 1",
"Password": "existingpassword",
"Email": "[email protected]",
"Groups": [
"admin",
"dev"
]
},
"user2": {
"Disabled": true,
"Displayname": "Blueprint User 2",
"Password": "existingpassword",
"Email": "[email protected]",
"Groups": [
"admin"
]
}
}
}

0 comments on commit 8c616dd

Please sign in to comment.