{
  "id": "http://edoc-schema.kzn.ru/person/ru/fio",
  "$schema": "http://json-schema.org/draft-06/schema#",
  "description": "Фамилия, имя и отчество человека",
  "type": "object",
  "properties": {
    "raw": {"type": "string", "title": "фио"},
    "name": {"type": "string", "title": "Имя"},
    "surname": {"type": "string", "title": "Фамилия"},
    "patronymic": {"type": "string", "title": "Отчество"}
  }
}
