{
  "properties": {
    "spec": {
      "properties": {
        "clusterIP": {
          "type": "string"
        },
        "ports": {
          "items": {
            "properties": {
              "applicationLayer": {
                "type": "string"
              },
              "authenticated": {
                "nullable": true,
                "type": "boolean"
              },
              "port": {
                "type": "integer"
              },
              "presentationLayer": {
                "type": "string"
              },
              "protocol": {
                "type": "string"
              },
              "sessionLayer": {
                "type": "string"
              }
            },
            "type": "object",
            "additionalProperties": false
          },
          "type": "array"
        }
      },
      "type": "object",
      "additionalProperties": false
    }
  },
  "type": "object"
}
