The last name of the person.
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/LastName", "title": "Last name", "type": "string", "description": "The last name of the person.", "example": "Musk", "nullable": true }