File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
layer/nrlf/producer/fhir/r4 Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11# generated by datamodel-codegen:
22# filename: swagger.yaml
3- # timestamp: 2024-10-28T10:30:43 +00:00
3+ # timestamp: 2024-11-04T11:43:12 +00:00
44
55from __future__ import annotations
66
@@ -582,7 +582,7 @@ class DocumentReference(BaseModel):
582582 pattern = "([0-9]([0-9]([0-9][1-9]|[1-9]0)|[1-9]00)|[1-9]000)-(0[1-9]|1[0-2])-(0[1-9]|[1-2][0-9]|3[0-1])T([01][0-9]|2[0-3]):[0-5][0-9]:([0-5][0-9]|60)(\\ .[0-9]+)?(Z|(\\ +|-)((0[0-9]|1[0-3]):[0-5][0-9]|14:00))" ,
583583 ),
584584 ] = None
585- author : Optional [ List [Reference ]] = None
585+ author : List [Reference ]
586586 authenticator : Annotated [
587587 Optional [Reference ],
588588 Field (
Original file line number Diff line number Diff line change 11# generated by datamodel-codegen:
22# filename: swagger.yaml
3- # timestamp: 2024-10-28T10:30:45 +00:00
3+ # timestamp: 2024-11-04T11:43:14 +00:00
44
55from __future__ import annotations
66
@@ -505,7 +505,7 @@ class DocumentReference(BaseModel):
505505 Optional [StrictStr ],
506506 Field (description = "When the document reference was created." ),
507507 ] = None
508- author : Optional [ List [Reference ]] = None
508+ author : List [Reference ]
509509 authenticator : Annotated [
510510 Optional [Reference ],
511511 Field (
You can’t perform that action at this time.
0 commit comments