Test YAML Schema
Type: object
This schema serves no functional purpose and is only meant to show how menagerie can load YAML schemas
Type: string
Name of the person
Type: number
Age of the person
Type: enum (of string)
Gender of the person
Must be one of:
- "Male"
- "Female"
- "Other"
- "Prefer not to Say"