Browse Source

fix: remove unused hook table props from json schema

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

41
scripts/sdk/swagger.json

@ -9707,16 +9707,6 @@
"async": {
"type": "boolean"
},
"payload": {},
"url": {
"type": "string"
},
"headers": {
"type": "string"
},
"condition": {
"type": "boolean"
},
"notification": {
"type": "string"
},
@ -9788,37 +9778,6 @@
}
]
},
"payload": {},
"url": {
"oneOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"headers": {
"oneOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"condition": {
"oneOf": [
{
"type": "boolean"
},
{
"type": "null"
}
]
},
"notification": {
"type": "object"
},

Loading…
Cancel
Save