Skip to content

Commit

Permalink
Merge pull request #6 from trivago/WEB-60285
Browse files Browse the repository at this point in the history
WEB-60285 remove validation for 1000 char in room description
  • Loading branch information
MariaSunny authored May 4, 2022
2 parents ac349e7 + e89895a commit 77d10ca
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions schemas/room-type.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,7 @@
},
"description": {
"description": "Longer room description. Will be displayed to users, and should be in the language indicated by the 'lang' parameter (max length of 1000 characters).",
"type": "string",
"maxLength": 1000
"type": "string"
},
"rooms_available": {
"description": "The number of rooms remaining/available.",
Expand Down

0 comments on commit 77d10ca

Please sign in to comment.