mirror of
https://github.com/opf/openproject.git
synced 2026-06-14 03:30:14 +00:00
add custom comment schema
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
# Schema: CustomCommentProperties
|
||||
---
|
||||
type: object
|
||||
patternProperties:
|
||||
"^customComment\\d+$":
|
||||
type:
|
||||
- "null"
|
||||
- string
|
||||
description: |-
|
||||
A plain-text comment associated with a project custom field that has comments enabled.
|
||||
|
||||
The property is only present when the corresponding `customField{N}` has `has_comment` set to `true`.
|
||||
@@ -749,6 +749,8 @@ components:
|
||||
"$ref": "./components/schemas/project_configuration_model.yml"
|
||||
CustomActionModel:
|
||||
"$ref": "./components/schemas/custom_action_model.yml"
|
||||
CustomCommentProperties:
|
||||
"$ref": "./components/schemas/custom_comment_properties.yml"
|
||||
CustomFieldLinkedProperties:
|
||||
"$ref": "./components/schemas/custom_field_linked_properties.yml"
|
||||
CustomFieldProperties:
|
||||
|
||||
Reference in New Issue
Block a user