$schema: https://json-schema.org/draft/2020-12/schema
$id: employerTaxId.yaml
type: string
examples:
  - "123456789"
pattern: ^[0-9]{9}$
description: An Employer Identification Number (EIN) issued by the IRS, normalized to nine digits
