{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/responseCreateSellerLead",
"title": "responseCreateSellerLead",
"type": "object",
"properties": {
"sellerId": {
"type": "string",
"description": "ID of the created seller.",
"example": "7890123456"
},
"createdAt": {
"type": "string",
"description": "Creation date of the seller.",
"example": "2022-01-01T12:34:56Z"
},
"updatedAt": {
"type": "string",
"description": "Date of the last update of the seller.",
"example": "2023-01-01T12:34:56Z"
}
}
}