Files
paperless-mobile/test/fixtures/correspondents/correspondents.json
Anton Stubenbord cb797df7d2 Initial commit
2022-10-30 14:15:37 +01:00

28 lines
678 B
JSON

[{
"id": 1,
"slug": "correspondent1",
"name": "Correspondent 1",
"match": "correspondent1",
"matching_algorithm": 1,
"is_insensitive": true,
"document_count": 3
},
{
"id": 2,
"slug": "correspondent2",
"name": "Correspondent 2",
"match": "correspondent2",
"matching_algorithm": 1,
"is_insensitive": true,
"document_count": 3
},
{
"id": 3,
"slug": "correspondent3",
"name": "Correspondent 3",
"match": "correspondent3",
"matching_algorithm": 1,
"is_insensitive": true,
"document_count": 3
}
]