{
  "$schema": "http://json-schema.org/draft-04/schema#",
  "$ref": "#/components/schemas/PkgRCommentTypeCategoryApplicationVM",
  "components": {
    "schemas": {
      "PkgRCommentTypeCategoryApplicationVM": {
        "required": [
          "applicationKey",
          "commentTypeCategoryKey"
        ],
        "type": "object",
        "properties": {
          "applicationKey": {
            "minLength": 1,
            "type": "string"
          },
          "commentTypeCategoryKey": {
            "minLength": 1,
            "type": "string"
          }
        },
        "additionalProperties": false
      }
    }
  }
}