-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathempty_template.json
More file actions
83 lines (83 loc) · 3.27 KB
/
Copy pathempty_template.json
File metadata and controls
83 lines (83 loc) · 3.27 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
{
"tokens": [
{
"token": "%C",
"description": "Country",
"values": [
{ "key": "NL", "value": "Nederland"},
{ "key": "NLD", "value": "Nederland"},
{ "key": "US", "value": "United States of America"},
{ "key": "USA", "value": "United States of America"}
]
},
{
"token": "%P",
"description": "People",
"values": [
{ "key": "JDF", "value": "Jane Doe Flutterhuis"}
]
},
{
"token": "%I",
"description": "Institutions",
"values": [
{ "key": "BDI", "value": "NL::Belastingsdienst"},
{ "key": "SSA", "value": "US::Social Security Administration"},
{ "key": "TAX", "value": "Taxes & Death"},
{ "key": "CAR", "value": "Car/Vehicle"},
{ "key": "BANK", "value": "Banking"},
{ "key": "FINA", "value": "Finance"},
{ "key": "SEGU", "value": "Insurance"},
{ "key": "TRAN", "value": "Transport"}
]
},
{
"token": "%M",
"description": "Medical Specialists",
"values": [
{ "key": "DIAG", "value": "Diagnostic or Reference"},
{ "key": "RX", "value": "Medical Prescription"},
{ "key": "CARD", "value": "Cardiology"},
{ "key": "ENDO", "value": "Endocrinology"},
{ "key": "FERT", "value": "Fertility"},
{ "key": "GENE", "value": "Genetics"},
{ "key": "GYNE", "value": "Gynecology"},
{ "key": "HEMA", "value": "Hematology"},
{ "key": "INMU", "value": "Inmunology"},
{ "key": "QUIM", "value": "Quimica / Chemistry"},
{ "key": "PATO", "value": "Pathology"},
{ "key": "UROL", "value": "Urology"},
{ "key": "OFTA", "value": "Ophtalmology"}
]
},
{
"token": "%A",
"description": "Image File Prefix",
"values": [
{ "key": "IMG", "value": "Camera photos"},
{ "key": "PIC", "value": "Drawings"},
{ "key": "SCN", "value": "Digital Scans"},
{ "key": "DSCF", "value": "Old camera photos"},
{ "key": "IMGX", "value": "AI Generated"}
]
},
{
"token": "%X",
"description": "Image File Extensions",
"values": [
{ "key": "jpg", "value": "JPEG"},
{ "key": "png", "value": "PNG"},
{ "key": "gif", "value": "GIF"},
{ "key": "tiff", "value": "TIFF"},
{ "key": "pdn", "value": "Paint.NET"},
{ "key": "xcf", "value": "Gimp"}
]
}
],
"rules": [
{ "id": 1, "token": "$R1", "title": "DGI Fincas", "regex": "^F\\d{6,8}(?:-\\d{4})?$"},
{ "id": 2, "token": "$R2", "title": "Your Cars", "list": "BMW|RAV4"},
{ "id": 3, "token": "$R3", "title": "Crypto Coins", "list": "BTC|ETH"},
{ "id": 4, "token": "$R4", "title": "Image File Ext.", "list": "jpg|png|gif|tiff|pdn|xcf"}
]
}