|
12 | 12 | "category": {"type": "string"}, |
13 | 13 | "style": {"type": "string"}, |
14 | 14 | "description": {"type": "string"}, |
15 | | - "aliases": {"type": "null"}, |
| 15 | + "aliases": {"type": ["array", "null"]}, |
16 | 16 | "price": {"type": "number"}, |
17 | 17 | "image": {"type": "string"}, |
18 | 18 | "current_stock": {"type": "number"} |
|
30 | 30 | "category": {"type": "string"}, |
31 | 31 | "style": {"type": "string"}, |
32 | 32 | "description": {"type": "string"}, |
33 | | - "aliases": {"type": "null"}, |
| 33 | + "aliases": {"type": ["array", "null"]}, |
34 | 34 | "price": {"type": "number"}, |
35 | 35 | "image": {"type": "string"}, |
36 | 36 | "featured": {"type": "string"}, |
|
50 | 50 | "category": {"type": "string"}, |
51 | 51 | "style": {"type": "string"}, |
52 | 52 | "description": {"type": "string"}, |
53 | | - "aliases": {"type": "null"}, |
| 53 | + "aliases": {"type": ["array", "null"]}, |
54 | 54 | "price": {"type": "number"}, |
55 | 55 | "image": {"type": "string"}, |
56 | 56 | "featured": {"type": "string"}, |
|
72 | 72 | "category": {"type": "string"}, |
73 | 73 | "style": {"type": "string"}, |
74 | 74 | "description": {"type": "string"}, |
75 | | - "aliases": {"type": "null"}, |
| 75 | + "aliases": {"type": ["array", "null"]}, |
76 | 76 | "price": {"type": "number"}, |
77 | 77 | "image": {"type": "string"}, |
78 | 78 | "current_stock": {"type": "number"} |
|
115 | 115 | "category": {"type": "string"}, |
116 | 116 | "style": {"type": "string"}, |
117 | 117 | "description": {"type": "string"}, |
118 | | - "aliases": {"type": "null"}, |
| 118 | + "aliases": {"type": ["array", "null"]}, |
119 | 119 | "price": {"type": "number"}, |
120 | 120 | "image": {"type": "string"}, |
121 | 121 | "featured": {"type": "string"}, |
|
0 commit comments