github.com/aquasecurity/trivy-iac@v0.8.1-0.20240127024015-3d8e412cf0ab/pkg/scanners/azure/arm/parser/testdata/example.json (about) 1 { 2 // wow this is a comment 3 "$schema": "https://schema.management.azure.com/schemas/2019-04-01/deploymentTemplate.json#", // another one 4 // this version is great 5 "contentVersion": "1.0.0.0", 6 "parameters": { 7 "storagePrefix": { 8 "type": "string", 9 "defaultValue": "x", 10 "maxLength": 11, 11 "minLength": 3 12 } 13 }, 14 "resources": [] 15 }