mirror of
https://github.com/opf/openproject.git
synced 2026-06-14 03:30:14 +00:00
887ded5714
- improved description of API spec
22 lines
384 B
YAML
22 lines
384 B
YAML
# Schema: CustomFieldProperties
|
|
---
|
|
type: object
|
|
patternProperties:
|
|
"^customField\\d+$":
|
|
type:
|
|
- "null"
|
|
- number
|
|
- boolean
|
|
- string
|
|
- object
|
|
description: |-
|
|
A custom field value, that belongs to a custom field of a simple type:
|
|
|
|
- Boolean
|
|
- Date
|
|
- Float
|
|
- Integer
|
|
- Link (URL)
|
|
- Text
|
|
- Long text
|