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_option_model.yml

31 lines
588 B

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