Browse Source

refactor: replace `"nullable"` with type

Signed-off-by: Pranav C <pranavxc@gmail.com>
pull/5174/head
Pranav C 1 year ago
parent
commit
1918d339b8
  1. 12
      scripts/sdk/swagger.json

12
scripts/sdk/swagger.json

@ -10430,9 +10430,11 @@
},
{
"type": "integer"
},
{
"type": "null"
}
],
"nullable": true
]
},
"Meta": {
"oneOf": [
@ -10441,9 +10443,11 @@
},
{
"type": "string"
},
{
"type": "null"
}
],
"nullable": true
]
},
"CommentReq": {
"type": "object",

Loading…
Cancel
Save