{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://nao1215.github.io/jsonize/schemas/pinky/short-iso.json",
  "title": "pinky/short-iso",
  "description": "pinky short listing of logged-in users in a locale other than C, with the year in the login time",
  "x-jsonize": {
    "definition": "pinky/short-iso",
    "version": 1
  },
  "type": "array",
  "items": {
    "type": "object",
    "properties": {
      "login": {
        "type": "string"
      },
      "name": {
        "type": [
          "string",
          "null"
        ]
      },
      "messages": {
        "type": [
          "boolean",
          "null"
        ]
      },
      "tty": {
        "type": [
          "string",
          "null"
        ]
      },
      "idle": {
        "type": [
          "string",
          "null"
        ]
      },
      "when": {
        "type": "string"
      },
      "where": {
        "type": [
          "string",
          "null"
        ]
      }
    },
    "required": [
      "login",
      "name",
      "messages",
      "tty",
      "idle",
      "when",
      "where"
    ]
  }
}
