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