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_operator_model.yml

22 lines
359 B

# Schema: Query_OperatorModel
---
type: object
required:
- id
- name
properties:
id:
type: string
description: Query operator id
readOnly: true
name:
type: string
description: Query operator name
example:
_type: QueryOperator
id: "!"
name: is not
_links:
self:
href: "/api/v3/queries/operators/!"
title: is not