45 lines
719 B
JSON
45 lines
719 B
JSON
{
|
|
"password": "123",
|
|
"content": {
|
|
"root": {
|
|
"folders": [
|
|
{
|
|
"name": "Folder1",
|
|
"folders": [],
|
|
"entries": [
|
|
{
|
|
"title": "f1-item1",
|
|
"user": "f1-item1",
|
|
"password": "123"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "Folder2",
|
|
"folders": [],
|
|
"entries": [
|
|
{
|
|
"title": "f2-item1",
|
|
"user": "f2-item1",
|
|
"password": "123"
|
|
}
|
|
]
|
|
}
|
|
],
|
|
"entries": [
|
|
{
|
|
"title": "root",
|
|
"user": "root",
|
|
"password": "123"
|
|
},
|
|
{
|
|
"title": "otp1",
|
|
"user": "otp1",
|
|
"password": "123",
|
|
"otp": "otpauth://totp/otp1:otp1?secret=234324AB34%3D%3D%3D%3D%3D%3D&period=30&digits=6&issuer=otp1"
|
|
}
|
|
]
|
|
}
|
|
}
|
|
}
|