{"$schema":"http://json-schema.org/draft-07/schema","properties":{"Id":{"type":"string"},"Publisher":{"type":"string"},"Name":{"type":"string"},"Version":{"type":"string"},"License":{"type":"string"},"Installers":{"type":"array","items":{"type":"object","properties":{"Arch":{"type":"string"},"URL":{"type":"string"},"Sha256":{"type":"string"},"InstallerType":{"type":"string","enum":["exe","msi","msix","inno","nullsoft"]}}}}}}