OpenProject is the leading open source project management software.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
openproject/docs/api/apiv3/components/schemas/query_column_model.yml

22 lines
375 B

# Schema: Query_ColumnModel
---
type: object
required:
- id
- name
properties:
id:
type: string
description: Query column id
readOnly: true
name:
type: string
description: Query column name
example:
_type: QueryColumn::Property
id: priority
name: Priority
_links:
self:
href: "/api/v3/queries/columns/priority"
title: Priority