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/custom_object_model.yml

31 lines
587 B

# Schema: Custom_ObjectModel
---
type: object
properties:
id:
type: integer
description: The identifier
readOnly: true
value:
type: string
description: The value defined for this custom object
readOnly: true
_links:
type: object
required:
- self
properties:
self:
allOf:
- "$ref": "./link.yml"
- description: |-
This custom object
**Resource**: CustomObject
readOnly: true
example:
_links:
self:
href: "/api/v3/custom_objects/1"
_type: CustomObject
value: Foo