{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://nao1215.github.io/jsonize/schemas/ls/long-no-owner.json",
  "title": "ls/long-no-owner",
  "description": "ls -lg long listing without the owner column",
  "x-jsonize": {
    "definition": "ls/long-no-owner",
    "version": 1
  },
  "type": "array",
  "items": {
    "type": "object",
    "properties": {
      "flags": {
        "type": "string"
      },
      "links": {
        "type": "integer"
      },
      "group": {
        "type": "string"
      },
      "size": {
        "type": "string"
      },
      "date": {
        "type": "string"
      },
      "filename": {
        "type": "string"
      },
      "link_to": {
        "type": "string"
      },
      "major": {
        "type": "integer"
      },
      "minor": {
        "type": "integer"
      }
    },
    "required": [
      "flags",
      "links",
      "group",
      "date",
      "filename"
    ]
  }
}
