person.familyName

Emits random family (last) names. Values are not guaranteed to be unique.

Implementation

This is a convenience stream that is implemented similar to:

type: schema.enum
enum:
  - Smith
  - Johnson
  - Gutierrez
  - Patel
  - Nguyen