{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/Metadata",
"title": "Metadata",
"type": "object",
"x-internal": true,
"properties": {
"isDeleted": {
"type": "boolean",
"description": "Indicates whether the record has been deleted in the third-party system this record originated from.",
"nullable": true
}
}
}