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/relation_schema_model.yml

36 lines
610 B

# Schema: Relation_schemaModel
---
type: object
example:
_type: Schema
_links:
self:
href: "/api/v3/relations/schema"
id:
name: ID
type: Integer
writable: false
type:
name: Type
type: String
writable: true
reverseType:
name: Reverse Type
type: String
writable: false
description:
name: Description
type: String
writable: true
from:
name: From work package
type: WorkPackage
writable: false
to:
name: To work package
type: WorkPackage
writable: false
delay:
name: Delay
type: Integer
writable: true