{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://nao1215.github.io/jsonize/schemas/blkid/export.json",
  "title": "blkid/export",
  "description": "blkid -o export, one block of attributes per device",
  "x-jsonize": {
    "definition": "blkid/export",
    "version": 1
  },
  "type": "array",
  "items": {
    "type": "object",
    "properties": {
      "attributes": {
        "type": "object",
        "properties": {},
        "additionalProperties": {
          "type": "string"
        }
      }
    },
    "required": [
      "attributes"
    ]
  }
}
