Froze Release11.2 (#177)
Co-authored-by: Adam Bem <adam.bem@zoho.eu> Co-authored-by: Dariusz Augustyniak <augustyd@noreply.example.com> Co-authored-by: Mikolaj Widla <widlam@noreply.example.com> Reviewed-on: #177
This commit is contained in:
@@ -540,7 +540,7 @@
|
||||
"schema": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"$ref": "#/definitions/Response"
|
||||
"$ref": "#/definitions/XPathResponse"
|
||||
}
|
||||
}
|
||||
},
|
||||
@@ -1006,6 +1006,39 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"XPathResponse": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"result": {
|
||||
"type": "string",
|
||||
"example": "4",
|
||||
"description": "Result of performing transformation on provided XML"
|
||||
},
|
||||
"time": {
|
||||
"type": "string",
|
||||
"example": "320",
|
||||
"description": "Computation time in milliseconds"
|
||||
},
|
||||
"processor": {
|
||||
"type": "string",
|
||||
"enum": [
|
||||
"Saxon 10.3 2.0 over s9api",
|
||||
"Xalan Java 2.7.2",
|
||||
"libXml over lxml"
|
||||
]
|
||||
},
|
||||
"status": {
|
||||
"type": "string",
|
||||
"enum": [
|
||||
"OK"
|
||||
]
|
||||
},
|
||||
"type": {
|
||||
"type": "string",
|
||||
"description": "Optional. Specifies type of data returned by Xalan or libXML."
|
||||
}
|
||||
}
|
||||
},
|
||||
"ResponseError": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
|
||||
Reference in New Issue
Block a user