mirror of
https://github.com/nocodb/nocodb.git
synced 2026-04-25 04:35:09 +00:00
refactor: replace "nullable" with type
Signed-off-by: Pranav C <pranavxc@gmail.com>
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user