Add generic response string pattern

This commit is contained in:
Marco Realacci 2022-11-24 15:23:56 +01:00
parent d9a8919565
commit b42886beab

View file

@ -943,7 +943,7 @@ components:
example: 3 example: 3
upload_time: upload_time:
type: string type: string
format: RFC3339 format: date-time
description: Upload time and date in RFC3339 format. description: Upload time and date in RFC3339 format.
minLength: 25 minLength: 25
maxLength: 25 maxLength: 25
@ -1075,6 +1075,7 @@ components:
properties: properties:
status: status:
type: string type: string
pattern: ".*"
description: The status of the request. description: The status of the request.
example: "Success" example: "Success"