-
Notifications
You must be signed in to change notification settings - Fork 6
/
core.xml.json
47 lines (47 loc) · 1.08 KB
/
core.xml.json
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
[
{
"name": "created",
"path": ["cp:coreProperties","dcterms:created", 0, "_"],
"type": "string"
},
{
"name": "createdBy",
"path": ["cp:coreProperties", "dc:creator"],
"type": "string"
},
{
"name": "comments",
"path": ["cp:coreProperties", "dc:description"],
"type": "string"
},
{
"name": "keywords",
"path": ["cp:coreProperties", "cp:keywords"],
"type": "string"
},
{
"name": "modified",
"path": ["cp:coreProperties","dcterms:modified", 0, "_"],
"type": "string"
},
{
"name": "modifiedBy",
"path": ["cp:coreProperties", "cp:lastModifiedBy"],
"type": "string"
},
{
"name": "revision",
"path": ["cp:coreProperties", "cp:revision"],
"type": "number"
},
{
"name": "subject",
"path": ["cp:coreProperties", "dc:subject"],
"type": "string"
},
{
"name": "title",
"path": ["cp:coreProperties", "dc:title"],
"type": "string"
}
]