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