{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://nao1215.github.io/jsonize/schemas/ssh/config-dump.json",
  "title": "ssh/config-dump",
  "description": "ssh -G HOST, the resolved client configuration",
  "x-jsonize": {
    "definition": "ssh/config-dump",
    "version": 1
  },
  "type": "array",
  "items": {
    "type": "object",
    "properties": {
      "name": {
        "type": "string"
      },
      "value": {
        "type": "string"
      }
    },
    "required": [
      "name",
      "value"
    ]
  }
}
