github.com/khulnasoft-lab/defsec@v1.0.5-0.20230827010352-5e9f46893d95/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  }