$schema: https://json-schema.org/draft/2020-12/schema
$id: employerTaxId.yaml
type: string
examples:
  - 12-3456789
pattern: ^[0-9]{2}-[0-9]{7}$
description: An Employer Identification Number (EIN) issued by the IRS
