$schema: http://json-schema.org/draft-07/schema#
$ref: #/definitions/Stickie
definitions
Stickie
- Type:
object
- Properties
-
text
required
- Type:
string
- Type:
-
fontSize
required
- Type:
number
- Type:
-
color
required
- Type:
string
- Type:
-
lock
required
- Type:
boolean
- Type:
-
executeInfo
required
- Type:
object
- Properties
- executeFunc
required
- Type:
string
- Type:
- params
- executeFunc
- Type:
-
default values
{
"text": "stickie note",
"fontSize": 42,
"color": "yellow",
"lock": false,
"executeInfo": {
"executeFunc": "",
"params": {}
}
}