i tried uploading json format data on integration account but it throws an error "Integration account The content of schema 'sd' of type 'Xml' must be a valid XML." but on azure logic app i am able to upload json schemas not on azure integration account If azure integration doesn't support.Kindly help me with the official link
i tried uploading the json file.it not worked
As mentioned in document, schemas in integration account expects files to be in xsd format and maps to be xslt format.
If you want to upload json file, you need to use liquid template. Here is reference link to generate liquid templates.
Basically Integration Account uses maps to transform XML data between formats. A map is an XML document that defines the data in a document that should be transformed into another format.
Reference link