Check if fields exists in the schema

I have a list of fields and I want to check if these fields exists in the schema or not. and get fields that doesn’t exist.
I am thinking about using reflection __schema__ functions. So what would be the idiomatic way of doing this.

Thanks