Browse Source

refactor: replace `"nullable"` with type

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

12
scripts/sdk/swagger.json

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

Loading…
Cancel
Save