$schema: http://json-schema.org/draft-07/schema#
$ref: #/definitions/PDFViewer
definitions
PDFViewer
- Type:
object - Properties
- assetid
required- Type:
string
- Type:
- currentPage
required- Type:
number
- Type:
- numPages
required- Type:
number
- Type:
- displayPages
required- Type:
number
- Type:
- executeInfo
required-
Type:
object -
Properties
- executeFunc
required- Type:
string
- Type:
- params
- executeFunc
-
- analyzed
required- Type:
string
- Type:
- client
required- Type:
string
- Type:
- assetid
default values
{
"assetid": "",
"currentPage": 0,
"numPages": 1,
"displayPages": 1,
"executeInfo": {
"executeFunc": "",
"params": {}
},
"analyzed": "",
"client": ""
}