[#40228] readded required properties

pull/10202/head
Eric Schubert 3 years ago
parent 42e3e48700
commit 5702d5f505
No known key found for this signature in database
GPG Key ID: 1D346C019BD4BAA2
  1. 8
      docs/api/apiv3/components/schemas/file_link_model.yml

@ -2,6 +2,8 @@
---
type: object
required:
- id
- _type
- originData
- _links
properties:
@ -40,6 +42,12 @@ properties:
- $ref: './work_package_model.yml'
_links:
type: object
required:
- self
- container
- creator
- originOpen
- staticOriginOpen
properties:
self:
allOf:

Loading…
Cancel
Save