Modules: Platform, Partner, Admin, Application
🧩 Service: Lead​
🔧 Operation: getPlatformTickets​
🔹 Change 1​
- Action:
add - Type:
non-breaking - xGroup:
N/A - Schema Ref:
TicketList --> Ticket --> CreatedOn - Schema Action:
PROPERTY_ADDED - Path:
paths.getPlatformTickets.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.created_on.properties.platform - New Schema:
{
"type": "string"
}
🔹 Change 2​
- Action:
add - Type:
breaking - xGroup:
N/A - Schema Ref:
TicketList --> Ticket --> TicketCategory - Schema Action:
DATA_TYPE_ADDED - Path:
paths.getPlatformTickets.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.category.properties.sub_categories.type - New Schema:
"array"
🔹 Change 3​
- Action:
add - Type:
non-breaking - xGroup:
N/A - Schema Ref:
TicketList --> Ticket --> TicketCategory - Schema Action:
ITEMS_ADDED - Path:
paths.getPlatformTickets.methodTypePlaceHolder.responses.200.content.application/json.schema.properties.items.items.properties.category.properties.sub_categories.items - New Schema:
{
"$ref": "#/components/schemas/TicketCategory"
}