zapier-platform-schema 12.2.0 → 12.2.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/exported-schema.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"version": "12.2.
|
|
2
|
+
"version": "12.2.1",
|
|
3
3
|
"schemas": {
|
|
4
4
|
"AppSchema": {
|
|
5
5
|
"id": "/AppSchema",
|
|
@@ -1334,7 +1334,7 @@
|
|
|
1334
1334
|
},
|
|
1335
1335
|
"searchUniqueInputToOutputConstraint": {
|
|
1336
1336
|
"description": "EXPERIMENTAL: A mapping where the key represents an input field for the search action, and the value represents how that field's value will be used to filter down the search output for an exact match.",
|
|
1337
|
-
"
|
|
1337
|
+
"type": "object"
|
|
1338
1338
|
}
|
|
1339
1339
|
},
|
|
1340
1340
|
"additionalProperties": false
|
|
@@ -45,7 +45,7 @@ module.exports = makeSchema(
|
|
|
45
45
|
searchUniqueInputToOutputConstraint: {
|
|
46
46
|
description:
|
|
47
47
|
"EXPERIMENTAL: A mapping where the key represents an input field for the search action, and the value represents how that field's value will be used to filter down the search output for an exact match.",
|
|
48
|
-
|
|
48
|
+
type: 'object',
|
|
49
49
|
},
|
|
50
50
|
},
|
|
51
51
|
additionalProperties: false,
|
package/package.json
CHANGED