Answers Final Challenge - Deserialization Error

Hi Laura,

I see 2 quick errors:

  1. I think the error is being thrown because the entity type API name is wrong. Since this is a a built-in entity type, it should be “job”. The “c_” is reserved for custom fields and the “ce_” is reserved for custom entity types.

  2. The verticalKey is case sensitive. The instructions ask you to use “jobs” and not “Jobs”. This is not an error that would prevent you from saving but this will be an error when you submit the challenge :slight_smile:

Thanks,
Liz