Skip to content

Commit 8e5f010

Browse files
committed
some adjusts
1 parent 2141862 commit 8e5f010

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

components/what_are_those/actions/grade-sneakers-condition/grade-sneakers-condition.mjs

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,32 +14,32 @@ export default {
1414
frontImage: {
1515
type: "string",
1616
label: "Front Image",
17-
description: "Base64 encoded or multipart form data image of the front.",
17+
description: "The path to the front image image in the `/tmp` directory. [See the documentation on working with files](https://pipedream.com/docs/code/nodejs/working-with-files/#writing-a-file-to-tmp).",
1818
},
1919
leftImage: {
2020
type: "string",
2121
label: "Left Image",
22-
description: "Base64 encoded or multipart form data image of the left side.",
22+
description: "The path to the left image image in the `/tmp` directory. [See the documentation on working with files](https://pipedream.com/docs/code/nodejs/working-with-files/#writing-a-file-to-tmp).",
2323
},
2424
rightImage: {
2525
type: "string",
2626
label: "Right Image",
27-
description: "Base64 encoded or multipart form data image of the right side.",
27+
description: "The path to the right image image in the `/tmp` directory. [See the documentation on working with files](https://pipedream.com/docs/code/nodejs/working-with-files/#writing-a-file-to-tmp).",
2828
},
2929
soleImage: {
3030
type: "string",
3131
label: "Sole Image",
32-
description: "Base64 encoded or multipart form data image of the sole.",
32+
description: "The path to the sole image image in the `/tmp` directory. [See the documentation on working with files](https://pipedream.com/docs/code/nodejs/working-with-files/#writing-a-file-to-tmp).",
3333
},
3434
insoleImage: {
3535
type: "string",
3636
label: "Insole Image",
37-
description: "Base64 encoded or multipart form data image of the insole.",
37+
description: "The path to the insole image image in the `/tmp` directory. [See the documentation on working with files](https://pipedream.com/docs/code/nodejs/working-with-files/#writing-a-file-to-tmp).",
3838
},
3939
sizeTagImage: {
4040
type: "string",
4141
label: "Size Tag Image",
42-
description: "Base64 encoded or multipart form data image of the size tag.",
42+
description: "The path to the sizeTag image image in the `/tmp` directory. [See the documentation on working with files](https://pipedream.com/docs/code/nodejs/working-with-files/#writing-a-file-to-tmp).",
4343
},
4444
type: {
4545
type: "string",

0 commit comments

Comments
 (0)