Date
The Date type represents a specific day in the calendar. It is used for scenarios where only the date is relevant, such as birthdays, anniversaries that do not require a specific time of day. The date are represented in ISO 8601 format.
Structure
"yyyy-MM-dd"
Example
{
"types": [
"schema:JobPosting"
],
"content": {
"schema:jobStartDate": "2025-07-29",
...
}
}