eslint-plugin-json-schema-validator
Version:
ESLint plugin that validates data using JSON Schema Validator.
1 lines • 663 B
JSON
{"title":"JSON schema for Azure Functions local.settings.json files","$schema":"http://json-schema.org/draft-04/schema#","type":"object","properties":{"IsEncrypted":{"type":"boolean"},"Values":{"type":"object","properties":{"FUNCTIONS_WORKER_RUNTIME":{"type":"string","enum":["custom","dotnet","dotnet-isolated","node","java","powershell","python"]},"AzureWebJobsStorage":{"type":"string"},"AzureWebJobsDashboard":{"type":"string"},"FUNCTIONS_WORKER_RUNTIME_VERSION":{"type":"string"}}},"Host":{"type":"object","properties":{"LocalHttpPort":{"type":"integer"},"CORS":{"type":"string"},"CORSCredentials":{"type":"boolean"}}},"ConnectionStrings":{"type":"object"}}}