Gitlab Community Edition Instance

Skip to content
Snippets Groups Projects
Commit 70f7b068 authored by Mathias Goebel's avatar Mathias Goebel
Browse files

seems that there is an odd behaviour of array constructors

parent 726cd418
No related branches found
No related tags found
No related merge requests found
......@@ -112,14 +112,14 @@ as map(*) {
declare %private function openapi:servers-object($config as element(openapi:servers))
as map(*) {
map{
"servers":[
"servers": array {
for $server in $config/openapi:server
return
map{
"url": string($server/@url),
"description": string($server)
}
]
}
}
};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment