diff --git a/Swagger/swagger.json b/Swagger/swagger.json index be32787..fa45896 100644 --- a/Swagger/swagger.json +++ b/Swagger/swagger.json @@ -895,7 +895,7 @@ "example": "28", "description": "The XML data to be processed" }, - "process": { + "processorData": { "type": "string", "example": "count(//value)", "description": "XPath tranform to be executed" @@ -925,7 +925,7 @@ "example": "28", "description": "The XML data to be processed" }, - "process": { + "processorData": { "type": "string", "example": "count(//value)", "description": "XSLT tranform to be executed" @@ -955,7 +955,7 @@ "example": "28", "description": "The XML data to be processed" }, - "process": { + "processorData": { "type": "string", "example": " ", "description": "XSD to perform verification with" @@ -1130,7 +1130,7 @@ "example": "28", "description": "The XML data to be prettified" }, - "process": { + "processorData": { "type": "string", "example": "", "description": "Unused here, required only to use same json for whole project" @@ -1157,7 +1157,7 @@ "example": "28", "description": "The XML data to be minimized" }, - "process": { + "processorData": { "type": "string", "example": "", "description": "Unused here, required only to use same json for whole project"