Browse Source

fix(swagger): typo correction in schema property name

Signed-off-by: Pranav C <pranavxc@gmail.com>
2015-doc-improvement
Pranav C 2 years ago
parent
commit
7c4a828b74
  1. 6
      scripts/sdk/swagger.json

6
scripts/sdk/swagger.json

@ -5758,7 +5758,7 @@
"title": {
"type": "string"
},
"table_nameme": {
"table_name": {
"type": "string"
},
"type": {
@ -5806,7 +5806,7 @@
},
"required": [
"title",
"table_nameme"
"table_name"
]
},
"TableReq": {
@ -7958,4 +7958,4 @@
}
}
}
}
}

Loading…
Cancel
Save