{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://nao1215.github.io/jsonize/schemas/systemd-id128/show.json",
  "title": "systemd-id128/show",
  "description": "systemd-id128 show, the well-known identifiers",
  "x-jsonize": {
    "definition": "systemd-id128/show",
    "version": 1
  },
  "type": "array",
  "items": {
    "type": "object",
    "properties": {
      "id": {
        "type": "string"
      },
      "name": {
        "type": "string"
      }
    },
    "additionalProperties": {
      "type": [
        "string",
        "null"
      ]
    }
  }
}
