Showing:

Annotations
Diagram
Constraints
Used By
Source
Definition nameValueType
Annotations
Title  The 'family' or 'given' property

Description  The first name or last name of the person.
Diagram
Type string
Constraints
Min Length : 1

Max Length : 20
Pattern : ^[a-zA-Z ]*$

Examples John
Used by
Source

 "nameValueType": {
  "type": "string",
  "minLength": 1,
  "maxLength": 20,
  "pattern": "^[a-zA-Z ]*$",
  "title": "The 'family' or 'given' property",
  "description": "The first name or last name of the person.",
  "examples": ["John"]
}