Competency
Canonical URL: http://schema.org/Competency
Subclass of: schema:Role
A schema definition.
Properties from Competency
| Property | Expected Type | Description |
|---|---|---|
| id | Text | Property definition for id |
| name | Text | Property definition for name |
| description | Text | Property definition for description |
| alignment | Text | Property definition for alignment |
| skills | Text | Property definition for skills |
| orchestration | Text | Property definition for orchestration |
| constraints | Text | Property definition for constraints |
Usage Examples
---
id: sre_engineer
name: Site Reliability Engineer
description: Ensures reliability of production systems.
skills:
- diagnose_network
- restart_service
---
# ORCHESTRATION (Behavior Tree)
type: Selector
children:
- type: Action
skill_ref: diagnose_network
- type: Action
skill_ref: restart_service