Skip to content

Commit 0ff18fd

Browse files
committed
fix(official-text): set publicationDate as nullable false
1 parent 546c8a8 commit 0ff18fd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/openapi/schemas/officialtexts/officialtext-payload.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ properties:
3030
pattern: '^\d{2,4}-\d{1,4}$'
3131
nullable: true
3232
publicationDate:
33+
nullable: false
3334
type: string
3435
pattern: '((^$)|(^\d{4}$)|(^\d{4}-(0[1-9]|1[0-2]))|(^\d{4}-(0[1-9]|1[0-2])-(0[1-9]|[12][0-9]|3[01])$))'
3536
signatureDate:

0 commit comments

Comments
 (0)