1
Answer

json schema validation

I have have json schema file stored in blob storage. All I have to do is get the request from client match this request with json schema which stored in azure blob storage. If it is valid than save into blob storage. Send message service bus.

Answers (1)