{
  "$schema": "http://json-schema.org/schema#", 
  "type": "object", 
  "description": "PodDNSConfigOption defines DNS resolver options of a pod.", 
  "properties": {
    "name": {
      "type": [
        "string", 
        "null"
      ], 
      "description": "Required."
    }, 
    "value": {
      "type": [
        "string", 
        "null"
      ]
    }
  }
}