-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathintentManifest.json
41 lines (41 loc) · 1.17 KB
/
intentManifest.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
{
"site": {
"sampleSize": 0,
"intents": [
{
"id": "vintageCameraAmateurs",
"signals": [
{
"type": "PVI",
"freq": "always",
"scope": "visit",
"str": 25,
"path": {
"cs": false,
"expr": "/uniform/vintage-cameras",
"type": "exact"
}
}
]
},
{
"id": "compactCameraAmateurs",
"signals": [
{
"type": "PVI",
"freq": "always",
"scope": "visit",
"str": 25,
"path": {
"cs": false,
"expr": "/uniform/compact-cameras",
"type": "exact"
}
}
]
}
],
"enrichments": [],
"tests": []
}
}