OpenProject is the leading open source project management software.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
openproject/docs/api/apiv3/components/schemas/attachments_model.yml

32 lines
772 B

# Schema: Attachments
---
allOf:
- "$ref": "./collection_model.yml"
- type: object
required:
- _links
- _embedded
properties:
_links:
type: object
required:
- self
properties:
self:
allOf:
- "$ref": "./link.yml"
- description: |-
The attachments collection
**Resource**: AttachmentsCollection
readOnly: true
_embedded:
type: object
properties:
elements:
type: array
readOnly: true
items:
allOf:
- "$ref": "./attachment_model.yml"
- description: Collection of Attachments