for prop in props:
        if "." in prop:
            name = prop.split(".")[-1]
        else:
            name = prop