@@ -, +, @@ --- api/v1/swagger/definitions/ticket.yaml | 4 ++++ 1 file changed, 4 insertions(+) --- a/api/v1/swagger/definitions/ticket.yaml +++ a/api/v1/swagger/definitions/ticket.yaml @@ -5,6 +5,10 @@ properties: type: integer description: Internal ticket identifier readOnly: true + source: + type: string + enum: + - catalog reported_date: type: - string --