Postman:How to resolve Variable not defined error

Fairly new to automating API tests in postman: I am trying to fetch a environment variable for my assertion- And I keep getting this error “Validating the output | ReferenceError: PartC is not defined”

From different posts , I am thinking there is a data type mismatch but how do I find the data type of my JSON response and fix it? any help.