{
  "properties": {
    "spec": {
      "additionalProperties": false,
      "properties": {
        "trustBundle": {
          "description": "The trust bundle certificates, which are concatenated with \"\\n\".\n",
          "type": [
            "string",
            "null"
          ]
        }
      },
      "type": "object"
    }
  },
  "required": [
    "spec"
  ],
  "type": "object"
}