{
  "id": "http://edoc-schema.kzn.ru/document/ru/uslugi/definitions/employee",
  "$schema": "http://json-schema.org/draft-06/schema#",
  "description": "Работник",
  "type": "object",
  "properties": {
    "fio": {"$ref": "http://edoc-schema.kzn.ru/person/ru/fio", "title": "ФИО"},
    "phone": {"type": "string"}
  }
}
