Request createContextFieldSchema
name string Required
The name of the context field.
description string Optional
A description of the context field
stickiness boolean Optional
true if this field should be available for use with custom stickiness , otherwise false
sortOrder integer Optional
How this context field should be sorted if no other sort order is selected
legalValues list of objects Optional
A list of allowed values for this context field
project string Optional
The project this context field belongs to (if it is project-specific)
Response The resource was successfully created.
name string
The name of the context field
description string or null
The description of the context field.
stickiness boolean
Does this context field support being used for stickiness calculations
sortOrder integer
Used when sorting a list of context fields. Is also used as a tiebreaker if a list of context fields is sorted alphabetically.
createdAt string or null format: "date-time"
When this context field was created
usedInFeatures integer or null >=0
Number of projects where this context field is used in
usedInProjects integer or null >=0
Number of projects where this context field is used in
legalValues list of objects
Allowed values for this context field schema. Can be used to narrow down accepted input
project string
The project this context field belongs to (if it is project-specific)