{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://nao1215.github.io/jsonize/schemas/eza/long-group.json",
  "title": "eza/long-group",
  "description": "eza -lg long listing with the group column",
  "x-jsonize": {
    "definition": "eza/long-group",
    "version": 1
  },
  "type": "array",
  "items": {
    "type": "object",
    "properties": {
      "permissions": {
        "type": "string"
      },
      "size": {
        "type": [
          "string",
          "null"
        ]
      },
      "major": {
        "type": "integer"
      },
      "minor": {
        "type": "integer"
      },
      "user": {
        "type": "string"
      },
      "group": {
        "type": "string"
      },
      "date": {
        "type": "string"
      },
      "name": {
        "type": "string"
      },
      "link_to": {
        "type": "string"
      }
    },
    "required": [
      "permissions",
      "size",
      "user",
      "group",
      "date",
      "name"
    ]
  }
}
