{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://nao1215.github.io/jsonize/schemas/loginctl/users.json",
  "title": "loginctl/users",
  "description": "loginctl list-users table",
  "x-jsonize": {
    "definition": "loginctl/users",
    "version": 1
  },
  "type": "array",
  "items": {
    "type": "object",
    "properties": {
      "linger": {
        "type": [
          "boolean",
          "null"
        ]
      },
      "uid": {
        "type": [
          "integer",
          "null"
        ]
      }
    },
    "additionalProperties": {
      "type": [
        "string",
        "null"
      ]
    }
  }
}
