Skip to content

Commit

Permalink
📝 [open-zaak/open-zaak#1708] fix 'max_length' and 'min_lenth' OAS pro…
Browse files Browse the repository at this point in the history
…perties
  • Loading branch information
annashamray committed Jul 10, 2024
1 parent 24d7b0e commit 5e0d651
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/nrc/utils/oas_extensions/hyperlink_identity.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ def map_serializer_field(self, auto_schema, direction):
"URL-referentie naar dit object. Dit is de unieke "
"identificatie en locatie van dit object."
),
"min_length": 1,
"max_length": 1000,
"minLength": 1,
"maxLength": 1000,
}

0 comments on commit 5e0d651

Please sign in to comment.