$schema: http://json-schema.org/draft-07/schema#
$ref: #/definitions/Seer
definitions
Seer
- Type:
object
- Properties
-
fontSize
required
- Type:
number
- Type:
-
fieldType
required
- Type:
string
- The value is restricted to the following:
- "code"
- "text"
- Type:
-
execCount
required
- Type:
number
- Type:
-
code
required
- Type:
string
- Type:
-
output
required
- Type:
string
- Type:
-
executeInfo
required
- Type:
object
- Properties
- executeFunc
required
- Type:
string
- Type:
- params
- executeFunc
- Type:
-
default values
{
"fieldType": "code",
"code": "",
"output": "",
"executeInfo": {
"executeFunc": "",
"params": {}
},
"fontSize": 24
}