{
"title": "filesystem.config.ViewerLocalConfig",
"type": "object",
"properties": {
"secret": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"omitempty": true
},
"signature": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"omitempty": true
}
}
}