Files
openproject/docs/api/apiv3/components/schemas/custom_field_properties.yml
T
Eric Schubert 887ded5714 [#71358] fixed version read model usage
- improved description of API spec
2026-02-12 13:13:11 +01:00

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