Skip to content

Commit ae3d613

Browse files
committed
📝 [open-archiefbeheer#864] Update OAS
1 parent b2c6e7f commit ae3d613

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

src/objecttypes/api/v2/openapi.yaml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -604,6 +604,11 @@ components:
604604
additionalProperties:
605605
type: string
606606
description: Key-value pairs of keywords related for the object type
607+
linkable_to_zaken:
608+
type: boolean
609+
description: |-
610+
Objects of this type can have a link to 1 or more Zaken.
611+
True indicates the lifetime of the object is linked to the lifetime of linked zaken, i.e., when all linked Zaken to an object are archived/destroyed, the object will also be archived/destroyed.
607612
createdAt:
608613
type: string
609614
format: date
@@ -815,6 +820,11 @@ components:
815820
additionalProperties:
816821
type: string
817822
description: Key-value pairs of keywords related for the object type
823+
linkable_to_zaken:
824+
type: boolean
825+
description: |-
826+
Objects of this type can have a link to 1 or more Zaken.
827+
True indicates the lifetime of the object is linked to the lifetime of linked zaken, i.e., when all linked Zaken to an object are archived/destroyed, the object will also be archived/destroyed.
818828
createdAt:
819829
type: string
820830
format: date

0 commit comments

Comments
 (0)