Commit 849af846 authored by Trishna Saeharaseelan's avatar Trishna Saeharaseelan
Browse files

fix: js test - define property type for raw data

......@@ -33,6 +33,7 @@ emergency_schema = {
"example": 10.0,
},
"additional_data": {
"type": "object",
"description": "Any addition fields/data to be added here",
"example": {},
},
......
......@@ -443,6 +443,7 @@
"emergency":{
"properties":{
"additional_data":{
"type": "object",
"description":"Any addition fields/data to be added here",
"example":{
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment