Merge pull request #2022 from whalehub/patch-1

meshcentral-config-schema.json: Fix schema URL
This commit is contained in:
Ylian Saint-Hilaire 2020-11-29 09:39:15 -08:00 committed by GitHub
commit 870aaefc7b

View File

@ -1,5 +1,5 @@
{
"id": "http://info.meshcentral.com/download/meshcentral-config-schema.json",
"id": "https://info.meshcentral.com/downloads/meshcentral-config-schema.json",
"$schema": "http://json-schema.org/draft-04/schema#",
"description": "MeshCentral configuration file schema",
"type": "object",