{
  "id": "http://edoc-schema.kzn.ru/document/ru/uslugi/definitions/person_mobile_optional",
  "$schema": "http://json-schema.org/draft-06/schema#",
  "description": "ФИО и мобильный телефон",
  "type": "object",
  "properties": {
    "fio": {
      "$ref": "http://edoc-schema.kzn.ru/person/ru/fio", "title": "ФИО"
    },
    "mobile": {
      "type": "string", "title": "Мобильный телефон"
    }
  }
}
