$schema: http://json-schema.org/draft-07/schema#
$ref: #/definitions/ImageViewer
definitions
ImageViewer
- Type:
object
- Properties
- assetid
required
- Type:
string
- Type:
- annotations
required
- Type:
boolean
- Type:
- boxes
- executeInfo
required
-
Type:
object
-
Properties
- executeFunc
required
- Type:
string
- Type:
- params
- executeFunc
-
- assetid
default values
{
"executeInfo": {
"executeFunc": "",
"params": {}
},
"assetid": "",
"annotations": false,
"boxes": {}
}