Format scan.exiftool as text

This commit is contained in:
Wes Lambert
2020-11-02 19:31:14 +00:00
parent 6420ee0310
commit 3113d5fbdb

View File

@@ -379,9 +379,14 @@
} }
} }
}, },
"scan":{ "scan":{
"type":"object", "type":"object",
"dynamic": true "dynamic": true,
"properties":{
"exiftool":{
"type":"text"
}
}
}, },
"server":{ "server":{
"type":"object", "type":"object",