{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://nao1215.github.io/jsonize/schemas/lpstat/devices.json",
  "title": "lpstat/devices",
  "description": "lpstat -v device URI of each printer",
  "x-jsonize": {
    "definition": "lpstat/devices",
    "version": 1
  },
  "type": "array",
  "items": {
    "type": "object",
    "properties": {
      "printer": {
        "type": "string"
      },
      "uri": {
        "type": "string"
      }
    },
    "required": [
      "printer",
      "uri"
    ]
  }
}
