summaryrefslogtreecommitdiffstats
path: root/browser/components/enterprisepolicies/schemas/configuration.json
blob: 8d3e9e43c25c057f6f0511034ac96a42d6316060 (plain)
1
2
3
4
5
6
7
8
9
10
{
  "$schema": "http://json-schema.org/draft-04/schema#",
  "type": "object",
  "properties": {
    "policies": {
      "$ref": "policies.json"
    }
  },
  "required": ["policies"]
}