{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"title": "PermanentAddress",
"type": "object",
"properties": {
"permanentAddressFrom": {
"type": "string",
"description": "Date since when the referenced address is defined as the permanent address. <br/> Format - It is expressed in ISO 8601 - `YYYY-MM-DD`"
}
}
}