{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://nao1215.github.io/jsonize/schemas/tune2fs/superblock.json",
  "title": "tune2fs/superblock",
  "description": "tune2fs -l, the superblock of an ext2, ext3 or ext4 file system",
  "x-jsonize": {
    "definition": "tune2fs/superblock",
    "version": 1
  },
  "type": "object",
  "properties": {},
  "additionalProperties": {
    "type": "string"
  }
}
