refactor: replace "nullable" with type

Signed-off-by: Pranav C <pranavxc@gmail.com>
This commit is contained in:
Pranav C
2023-02-26 11:39:02 +05:30
parent 4e084ed8ea
commit 1918d339b8

View File

@@ -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",