Merge branch 'dev'

This commit is contained in:
Marco Realacci 2022-12-06 22:35:01 +01:00
commit 4a3e653e2b
1246 changed files with 1087426 additions and 3 deletions

View file

@ -1064,8 +1064,8 @@ components:
$ref: "#/components/schemas/comment"
comment:
minLength: 5
maxLength: 100 #todo think about it
pattern: ".*" #everything except newlines
maxLength: 255
pattern: ".*" #everything except newlines ^[*]{5, 255}$
type: string
example: "What a lovely picture! 😊"
description: The comment's text