Warm tip: This article is reproduced from stackoverflow.com, please click
azure azure-logic-apps

azure logic apps schema validation enable/disable option

发布于 2020-04-19 09:30:21

I am using HTTP control triggger with recurrence set on it and when I do settings on it, I cant seem to find schema validation enable or disable option on it. enter image description here

Problem is my JSON validation fails almost after every 5 calls because one or the other required field is missing from the http response.

I need to be able to disable schema validation and I just don't see it in the HTTP trigger I put together.

What am I missing here folks. I have another HTTP action and in that too I cant find schema validation enable/disable option.

I am using Azure Portal to create the logic app. I was looking at this post and shows that schema validation should be present on HTTP action or trigger. https://www.danrigby.com/2018/08/27/enable-schema-validation-and-required-fields-in-logicapps/

enter image description here

Questioner
Sarah
Viewed
41
Hury Shen 2020-02-05 10:55

As far as I know, the trigger you created is "HTTP Trigger", it doesn't have "schema validation" setting. The document you provided refers to "When a HTTP request is received" trigger which has "schema validation" setting, they are two different triggers.