{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://nao1215.github.io/jsonize/schemas/busctl/list.json",
  "title": "busctl/list",
  "description": "busctl list, peers on the bus and the names they own",
  "x-jsonize": {
    "definition": "busctl/list",
    "version": 1
  },
  "type": "array",
  "items": {
    "type": "object",
    "properties": {
      "connection": {
        "type": [
          "string",
          "null"
        ]
      },
      "description": {
        "type": [
          "string",
          "null"
        ]
      },
      "name": {
        "type": "string"
      },
      "pid": {
        "type": [
          "integer",
          "null"
        ]
      },
      "process": {
        "type": [
          "string",
          "null"
        ]
      },
      "session": {
        "type": [
          "string",
          "null"
        ]
      },
      "unit": {
        "type": [
          "string",
          "null"
        ]
      },
      "user": {
        "type": [
          "string",
          "null"
        ]
      }
    },
    "additionalProperties": {
      "type": [
        "string",
        "null"
      ]
    }
  }
}
