Skip to content

Commit c9b0223

Browse files
Automated build docs: 2026-05-21 17:06:09
1 parent 536e0fd commit c9b0223

3 files changed

Lines changed: 501 additions & 280 deletions

File tree

defs/asana_oas.yaml

Lines changed: 26 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -2997,6 +2997,7 @@ components:
29972997
- number
29982998
- date
29992999
- people
3000+
- reference
30003001
enum_options:
30013002
description: >-
30023003
*Conditional*. Only relevant for custom fields of type `enum` or `multi_enum`.
@@ -3035,22 +3036,29 @@ components:
30353036
- people
30363037
- formula
30373038
- custom_id
3039+
- reference
30383040
id_prefix:
30393041
description: >-
30403042
This field is the unique custom ID string for the custom field.
30413043
type: string
30423044
nullable: true
30433045
example: ID
30443046
input_restrictions:
3045-
description: >-
3046-
*Conditional*. Only relevant for custom fields of type `reference`.
3047-
This array of strings reflects the allowed types of objects that can be
3048-
written
3049-
to a `reference` custom field value.
30503047
type: array
30513048
items:
3049+
description: >-
3050+
*Conditional*. Only relevant for custom fields of type `reference`.
3051+
This array of strings reflects the allowed types of objects that can
3052+
be written
3053+
to a `reference` custom field value.
30523054
type: string
3053-
example: task
3055+
enum:
3056+
- task
3057+
- project
3058+
- portfolio
3059+
- goal
3060+
example:
3061+
- task
30543062
is_formula_field:
30553063
description: >-
30563064
*Conditional*. This flag describes whether a custom field is a formula
@@ -3211,15 +3219,21 @@ components:
32113219
nullable: true
32123220
example: ID
32133221
input_restrictions:
3214-
description: >-
3215-
*Conditional*. Only relevant for custom fields of type `reference`.
3216-
This array of strings reflects the allowed types of objects that can
3217-
be written
3218-
to a `reference` custom field value.
32193222
type: array
32203223
items:
3224+
description: >-
3225+
*Conditional*. Only relevant for custom fields of type `reference`.
3226+
This array of strings reflects the allowed types of objects that
3227+
can be written
3228+
to a `reference` custom field value.
32213229
type: string
3222-
example: task
3230+
enum:
3231+
- task
3232+
- project
3233+
- portfolio
3234+
- goal
3235+
example:
3236+
- task
32233237
is_formula_field:
32243238
description: >-
32253239
*Conditional*. This flag describes whether a custom field is a formula

0 commit comments

Comments
 (0)