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

20 lines
414 B

# Schema: SchemaModel
---
type: object
properties:
_dependencies:
type: array
description: A list of dependencies between one property's value and another property
items:
type: string
_links:
type: object
properties:
self:
allOf:
- "$ref": "./link.yml"
- description: |-
This schema
**Resource**: Schema
readOnly: true