xxwhirlpool
·
2026-04-10
product-clipper.json
1{
2 "schemaVersion": "0.1.0",
3 "name": "Product",
4 "behavior": "create",
5 "noteContentFormat": "{{description}}",
6 "properties": [
7 {
8 "name": "categories",
9 "value": "[[Products]]",
10 "type": "multitext"
11 },
12 {
13 "name": "created",
14 "value": "{{date}}",
15 "type": "date"
16 },
17 {
18 "name": "description",
19 "value": "{{description}}",
20 "type": "text"
21 },
22 {
23 "name": "source",
24 "value": "{{url}}",
25 "type": "text"
26 },
27 {
28 "name": "title",
29 "value": "{{schema:@Product:name}}",
30 "type": "text"
31 },
32 {
33 "name": "price",
34 "value": "{{meta:property:product:price:amount}}",
35 "type": "number"
36 },
37 {
38 "name": "image",
39 "value": "{{image}}",
40 "type": "text"
41 }
42 ],
43 "triggers": [
44 "schema:@Product"
45 ],
46 "noteNameFormat": "{{title}}",
47 "path": "clippings/wishlist"
48}