fixed defaultValue json schema
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
5fccea7513
commit
82a185a887
@ -191,7 +191,11 @@
|
||||
"defaultValue": {
|
||||
"description": "default value or code to get the value",
|
||||
"oneOf": [
|
||||
{ "type": "array" },
|
||||
{ "type": "string" },
|
||||
{ "type": "null" },
|
||||
{ "type": "boolean" },
|
||||
{ "type": "number" },
|
||||
{
|
||||
"type": "object",
|
||||
"properties": {
|
||||
|
Loading…
Reference in New Issue
Block a user