title: ISOYear
description: |
  Year represented by YYYY (ISO 8601).
type: string
pattern: ^\d{4}(Z|([+-]\d{2}:\d{2})){0,1}$
example: 2019
