Title The 'family' or 'given' property
Description The first name or last name of the person.
Min Length : 1
Max Length : 20
Pattern : ^[a-zA-Z ]*$
"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"] }