try:
    company, property = model.split("/")
  except ValueError:
    return jsonify({
      'message': "Repository model not in the format 'owner/name' or 'organization/name'"