From 0e7b2415851c235e3921b9cab2cccb291c77d6a7 Mon Sep 17 00:00:00 2001 From: PNV Date: Fri, 18 Mar 2022 12:15:19 +0300 Subject: [PATCH] linters --- .../IndividualPersonCategories.yaml | 3 +- spec/definitions/RegistrationInfo.yaml | 2 +- spec/definitions/RussianPrivateEntity.yaml | 40 +++++++++---------- 3 files changed, 23 insertions(+), 22 deletions(-) diff --git a/spec/definitions/IndividualPersonCategories.yaml b/spec/definitions/IndividualPersonCategories.yaml index 319db8f..b187ba0 100644 --- a/spec/definitions/IndividualPersonCategories.yaml +++ b/spec/definitions/IndividualPersonCategories.yaml @@ -11,7 +11,8 @@ properties: description: Действует от имени иностранного лица type: boolean worldwideOrgPublicPerson: - description: Является должностным лицом публичной международной организации; лицом замещающим государственные должности + description: Является должностным лицом публичной международной организации; + лицом замещающим государственные должности type: boolean hasRepresentative: description: Имеется представитель клиента diff --git a/spec/definitions/RegistrationInfo.yaml b/spec/definitions/RegistrationInfo.yaml index 1f8607d..12bde53 100644 --- a/spec/definitions/RegistrationInfo.yaml +++ b/spec/definitions/RegistrationInfo.yaml @@ -5,7 +5,7 @@ required: - registrationInfoType properties: registrationInfoType: - type: string + type: string enum: - IndividualRegistrationInfo - LegalRegistrationInfo diff --git a/spec/definitions/RussianPrivateEntity.yaml b/spec/definitions/RussianPrivateEntity.yaml index b77c979..4a4adea 100644 --- a/spec/definitions/RussianPrivateEntity.yaml +++ b/spec/definitions/RussianPrivateEntity.yaml @@ -1,23 +1,23 @@ type: object description: Частное лицо properties: - fio: - description: ФИО - type: string - birthDate: - description: Дата рождения - type: string - birthPlace: - description: Место рождения - type: string - citizenship: - description: Гражданство - type: string - residenceAddress: - description: Адрес места жительства - type: string - actualAddress: - description: Фактический адрес - type: string - contactInfo: - $ref: '#/definitions/ContactInfo' + fio: + description: ФИО + type: string + birthDate: + description: Дата рождения + type: string + birthPlace: + description: Место рождения + type: string + citizenship: + description: Гражданство + type: string + residenceAddress: + description: Адрес места жительства + type: string + actualAddress: + description: Фактический адрес + type: string + contactInfo: + $ref: '#/definitions/ContactInfo'