-
Notifications
You must be signed in to change notification settings - Fork 60
Closed
Description
Description
https://swagger.io/docs/specification/data-models/enums/
{
"name": "target",
"in": "query",
"description": "Service to search. Leave blank or specify 'undefined' to search globally, specify any other target to search just that section of data.",
"required": false,
"type": "string",
"enum": [ "Undefined", "CustomerName", "CustomerAddress", "CustomerEmail", "OrderNumber", "CustomerPaymentProviderReference", "CustomerPaymentInternalReference", "FlightProductCheckinAddress", "Pnr", "TicketNumber", "CustomerCompany", "InsurancePolicyNumber", "SupplierReference" ]
}and SwaggerProvider generated type instead is int, wheras should be string (or eventually an Enum with valid values, before it was string with the old "LTS" package
This causes new generate types not to be compatible with "old" ones.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels

