Updated Swagger

This commit is contained in:
2023-10-27 10:26:19 +02:00
parent 1f98e9db1e
commit 0694cda5b0

View File

@@ -895,7 +895,7 @@
"example": "<values><value>2</value><value>8</value></values>", "example": "<values><value>2</value><value>8</value></values>",
"description": "The XML data to be processed" "description": "The XML data to be processed"
}, },
"process": { "processorData": {
"type": "string", "type": "string",
"example": "count(//value)", "example": "count(//value)",
"description": "XPath tranform to be executed" "description": "XPath tranform to be executed"
@@ -925,7 +925,7 @@
"example": "<values><value>2</value><value>8</value></values>", "example": "<values><value>2</value><value>8</value></values>",
"description": "The XML data to be processed" "description": "The XML data to be processed"
}, },
"process": { "processorData": {
"type": "string", "type": "string",
"example": "count(//value)", "example": "count(//value)",
"description": "XSLT tranform to be executed" "description": "XSLT tranform to be executed"
@@ -955,7 +955,7 @@
"example": "<values><value>2</value><value>8</value></values>", "example": "<values><value>2</value><value>8</value></values>",
"description": "The XML data to be processed" "description": "The XML data to be processed"
}, },
"process": { "processorData": {
"type": "string", "type": "string",
"example": "<xs:schema xmlns:xs=\"http://www.w3.org/2001/XMLSchema\" xmlns=\"http://www.tibco.com/schemas/test/Test/Resources/Schema.xsd\" targetNamespace=\"http://www.tibco.com/schemas/test/Test/Resources/Schema.xsd\" elementFormDefault=\"qualified\" attributeFormDefault=\"unqualified\"> <xs:element name=\"values\"><xs:complexType><xs:sequence><xs:element name=\"value\" type=\"xs:string\" minOccurs=\"0\" maxOccurs=\"unbounded\"/></xs:sequence></xs:complexType></xs:element></xs:schema>", "example": "<xs:schema xmlns:xs=\"http://www.w3.org/2001/XMLSchema\" xmlns=\"http://www.tibco.com/schemas/test/Test/Resources/Schema.xsd\" targetNamespace=\"http://www.tibco.com/schemas/test/Test/Resources/Schema.xsd\" elementFormDefault=\"qualified\" attributeFormDefault=\"unqualified\"> <xs:element name=\"values\"><xs:complexType><xs:sequence><xs:element name=\"value\" type=\"xs:string\" minOccurs=\"0\" maxOccurs=\"unbounded\"/></xs:sequence></xs:complexType></xs:element></xs:schema>",
"description": "XSD to perform verification with" "description": "XSD to perform verification with"
@@ -1130,7 +1130,7 @@
"example": "<values><value>2</value><value>8</value></values>", "example": "<values><value>2</value><value>8</value></values>",
"description": "The XML data to be prettified" "description": "The XML data to be prettified"
}, },
"process": { "processorData": {
"type": "string", "type": "string",
"example": "", "example": "",
"description": "Unused here, required only to use same json for whole project" "description": "Unused here, required only to use same json for whole project"
@@ -1157,7 +1157,7 @@
"example": "<values><value>2</value><value>8</value></values>", "example": "<values><value>2</value><value>8</value></values>",
"description": "The XML data to be minimized" "description": "The XML data to be minimized"
}, },
"process": { "processorData": {
"type": "string", "type": "string",
"example": "", "example": "",
"description": "Unused here, required only to use same json for whole project" "description": "Unused here, required only to use same json for whole project"