Files
Stalwart/crates/dav-proto/resources/requests/propfind-001.json
2025-05-25 13:04:19 +02:00

33 lines
659 B
JSON

{
"type": "Prop",
"data": [
{
"type": "DeadProperty",
"data": {
"name": "bigbox",
"attrs": "xmlns=\"http://ns.example.com/boxschema/\""
}
},
{
"type": "DeadProperty",
"data": {
"name": "author",
"attrs": "xmlns=\"http://ns.example.com/boxschema/\""
}
},
{
"type": "DeadProperty",
"data": {
"name": "DingALing",
"attrs": "xmlns=\"http://ns.example.com/boxschema/\""
}
},
{
"type": "DeadProperty",
"data": {
"name": "Random",
"attrs": "xmlns=\"http://ns.example.com/boxschema/\""
}
}
]
}