{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/Meta",
"title": "Meta",
"type": "object",
"properties": {
"created": {
"type": "string",
"example": "2022-04-29T13:06:26.831Z",
"description": "The date and time the contact was created."
},
"lastModified": {
"type": "string",
"example": "2022-05-29T13:06:26.831Z",
"description": "The date and time the contact was last changed."
}
}
}