title: FirstName
type: string
minLength: 1
maxLength: 128
pattern: >-
  ^(?!\s*$)[\p{L}\p{gc=Mark}\p{digit}\p{gc=Connector_Punctuation}\p{Join_Control}
  .,''-]{1,128}$
description: First name of the Party (Name Type).
example: 'Henrik'
