Fix get hebe schema
This commit is contained in:
parent
9f81a7f108
commit
d55da08c4f
1 changed files with 198 additions and 196 deletions
|
@ -27,7 +27,8 @@ router.all("/new", (req, res) => {
|
|||
|
||||
router.all("/hebe", (req, res) => {
|
||||
res.json({
|
||||
"Envelope": {
|
||||
"Envelope": [
|
||||
{
|
||||
"Capabilities": [
|
||||
"REGULAR",
|
||||
"AVG_ENABLED",
|
||||
|
@ -236,7 +237,8 @@ router.all("/hebe", (req, res) => {
|
|||
"Short": "123456",
|
||||
"Symbol": "123456"
|
||||
}
|
||||
},
|
||||
}
|
||||
],
|
||||
"EnvelopeType": "IEnumerable`1",
|
||||
"InResponseTo": null,
|
||||
"RequestId": uuid(),
|
||||
|
|
Loading…
Reference in a new issue