mirror of
https://github.com/opf/openproject.git
synced 2026-06-14 03:30:14 +00:00
887ded5714
- improved description of API spec
16 lines
360 B
YAML
16 lines
360 B
YAML
# Schema: CustomFieldLinkedProperties
|
|
---
|
|
type: object
|
|
patternProperties:
|
|
"^customField\\d+$":
|
|
allOf:
|
|
- $ref: "./link.yml"
|
|
- description: |-
|
|
A custom field value that belongs to a custom field of a reference type:
|
|
|
|
- Hierarchy
|
|
- List
|
|
- User
|
|
- Version
|
|
- Weighted item list
|