{
  "id": "http://edoc-schema.kzn.ru/person/ru/natural_person",
  "$schema": "http://json-schema.org/draft-06/schema#",
  "title": "Физическое лицо",
  "type": "object",
  "properties": {
    "passport_number": {"type": "string", "pattern": "^[0-9]{6}$","title": "Номер паспорта", "description": "Последние 6 цифр номера паспорта"},
    "fio": {"$ref": "http://edoc-schema.kzn.ru/person/ru/fio", "title": "ФИО", "description": "Начните вводить ФИО и выберите из подгрузившегося справочника соответствующее"}
  },
  "required": ["fio", "passport_number"]
}
