{
  "id": "http://edoc-schema.kzn.ru/person/fio_phone",
  "$schema": "http://json-schema.org/draft-06/schema#",
  "description": "Фамилия, имя, отчество и телефон человека",
  "type": "object",
  "properties": {
    "fio": {"$ref": "http://edoc-schema.kzn.ru/person/ru/fio"},
    "phone": {"$ref": "http://edoc-schema.kzn.ru/generic/phone_number"}
  }
}
