Skip to main content

$schema: http://json-schema.org/draft-07/schema#

$ref: #/definitions/Seer

definitions

Seer

  • Type: object
  • Properties
    • fontSize required

      • Type: number
    • fieldType required

      • Type: string
      • The value is restricted to the following:
        1. "code"
        2. "text"
    • execCount required

      • Type: number
    • code required

      • Type: string
    • output required

      • Type: string
    • executeInfo required

      • Type: object
      • Properties
        • executeFunc required
          • Type: string
        • params

default values

{
"fieldType": "code",
"code": "",
"output": "",
"executeInfo": {
"executeFunc": "",
"params": {}
},
"fontSize": 24
}