{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/Birthday", "title": "Birth Date", "type": "string", "description": "The date of birth of the person.", "example": "2000-08-12", "format": "date", "nullable": true }