Showing:

Annotations
Diagram
Properties
Constraints
Used By
Source
Definition linkType
definitions_linkType.html#/definitions/linkType/properties/subordinates definitions_linkType.html#/definitions/linkType/properties/manager
Annotations
Title  The 'link' property

Description  Specifies who is the manager and who are the subordinates for this person.
Diagram
Type object
Properties
Name Occurrence
subordinates
manager
optional
optional
Additional Properties false
Used by
Source

 "linkType": {
  "type": "object",
  "additionalProperties": false,
  "title": "The 'link' property",
  "description": "Specifies who is the manager and who are the subordinates for this person.",
  "properties": {
    "subordinates": {
      "type": "array",
      "title": "The 'subordinates' propety",
      "description": "Specifies the ids of the subordinates.",
      "items": {}
    },
    "manager": {"$ref": "#/definitions/idType"}
  }
}


Definition subordinates
definitions_linkType.html#/definitions/linkType/properties/subordinates/items
Annotations
Title  The 'subordinates' propety

Description  Specifies the ids of the subordinates.
Diagram
Type array
Constraints
Unique Items : false

Array Items
Additional Items true
Used by
Schema
linkType
Source

 "subordinates": {
  "type": "array",
  "title": "The 'subordinates' propety",
  "description": "Specifies the ids of the subordinates.",
  "items": {"$ref": "#/definitions/idType"}
}


Definition subordinates/items
definitions_idType.html#/definitions/idType
Diagram
Type reference
Refers idType
Used by
Source

 "items": {"$ref": "#/definitions/idType"}


Definition manager
definitions_idType.html#/definitions/idType
Diagram
Type reference
Refers idType
Used by
Schema
linkType
Source

 "manager": {"$ref": "#/definitions/idType"}