{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://nao1215.github.io/jsonize/schemas/systemd-analyze/security.json",
  "title": "systemd-analyze/security",
  "description": "systemd-analyze security, the exposure score of each service",
  "x-jsonize": {
    "definition": "systemd-analyze/security",
    "version": 1
  },
  "type": "array",
  "items": {
    "type": "object",
    "properties": {
      "unit": {
        "type": "string"
      },
      "exposure": {
        "type": "number"
      },
      "predicate": {
        "type": "string"
      },
      "happy": {
        "type": "string"
      }
    },
    "required": [
      "unit",
      "exposure",
      "predicate",
      "happy"
    ]
  }
}
