Skip to content

Instantly share code, notes, and snippets.

{
"type": "object",
"properties": {
"fullName": {
"type": "string",
"description": "The full name of the person."
},
"graduationYear": {
"type": "integer",
"description": "The graduation year of the person, in 4-digit format (e.g., 2025)."