Rest API - API Documentation
You want to define a schema for a user profile where the
email is required and must be a string, and age is optional but must be an integer if present. Which schema snippet correctly represents this?