eslint-plugin-json-schema-validator
Version:
ESLint plugin that validates data using JSON Schema Validator.
1 lines • 428 B
JSON
{"$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"]}}}}}}