Update meshcentral-config-schema.json

This commit is contained in:
Smartek 2022-06-26 14:56:21 +10:00 committed by GitHub
parent 2129ce067b
commit ca9af4a5c4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -555,7 +555,7 @@
"legalCopyright": { "type": "string", "description": "Executable legal copyright." },
"originalFilename": { "type": "string", "description": "Executable original file name." },
"productName": { "type": "string", "description": "Executable product name." },
"productCersion": { "type": "string", "description": "Executable product version, generally in the form of 1.2.3.4." }
"productVersion": { "type": "string", "description": "Executable product version, generally in the form of 1.2.3.4." }
}
},
"assistantCustomization": {