action adobe_post_query { label: "postQuery" provider: adobe method: POST path: "/bin/querybuilder.json" encoding: json input: { type: "object" properties: { "1_property": { type: "string" } "1_property.value": { type: "string" } "p.limit": { type: "number" } path: { type: "string" } } required: ["1_property", "1_property.value", "p.limit", "path"] additionalProperties: false } output: { type: "object" additionalProperties: true } }