{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://nao1215.github.io/jsonize/schemas/mokutil/sbat.json",
  "title": "mokutil/sbat",
  "description": "mokutil --list-sbat, the SBAT revocations the firmware holds",
  "x-jsonize": {
    "definition": "mokutil/sbat",
    "version": 1
  },
  "type": "array",
  "items": {
    "type": "object",
    "properties": {
      "component": {
        "type": "string"
      },
      "generation": {
        "type": "integer"
      },
      "date": {
        "type": "string"
      }
    },
    "required": [
      "component",
      "generation"
    ]
  }
}
