> ## Documentation Index
> Fetch the complete documentation index at: https://docs.fin-observe.com/llms.txt
> Use this file to discover all available pages before exploring further.

# CheckLists GET

> Returns the result from CheckLists registers



## OpenAPI

````yaml /api-reference/en/openapi.json get /api
openapi: 3.1.0
info:
  title: OpenAPI FinAP
  description: >-
    A sample API that uses a plant store as an example to demonstrate features
    in the OpenAPI specification
  license:
    name: MIT
  version: 1.0.0
servers:
  - url: https://checklists.fin-observe.com
    description: Basic
  - url: https://res1-checklists.fin-observe.com
    description: Reserve
  - url: https://res2-checklists.fin-observe.com
    description: Reserve
security: []
paths:
  /api:
    get:
      summary: CheckLists GET
      description: Returns the result from CheckLists registers
      parameters:
        - name: listdata
          in: query
          description: >-
            A number, each bit of which, when converted to binary format,
            determines the list of bases (lists) in which the search should be
            carried out (or the sum of numbers that correspond to the search
            lists)
          schema:
            type: number
            default: -1
        - name: name
          in: query
          description: Surname, first name, patronymic or name
          schema:
            type: string
        - name: namelat
          in: query
          description: >-
            Surname, first name, patronymic or Latin name. By default, it is
            generated from the name field based on the results of the
            transliteration algorithm
          schema:
            type: string
        - name: ipn
          in: query
          description: >-
            Individual tax number of a resident natural person (most registers
            do not contain data on RNOCPP), or EDRPOU of a resident legal entity
          schema:
            type: string
        - name: date
          in: query
          description: Date of birth of a natural person in the format "YYYY-MM-DD"
          schema:
            type: date
        - name: doc
          in: query
          description: >-
            Details of the document of the natural person (national passport, ID
            card or passport for traveling abroad) in the format of series and
            number, or simply number (if ID card). The presence or absence of a
            space between the series and the number does not matter.
          schema:
            type: string
        - name: doctype
          in: query
          description: >-
            Document type. It can take the value 1 (PASSPORT OF A CITIZEN OF
            UKRAINE, including an ID card), 2 (PASSPORT OF A CITIZEN OF UKRAINE
            FOR GOING ABROAD), 0 – both options
          schema:
            type: number
            default: 0
        - name: search
          in: query
          description: >-
            The method of searching for matches by registers (1 — full-text
            (default), 2 — with error correction)
          schema:
            type: number
            default: 1
        - name: lowranklimit
          in: query
          description: >-
            A number that defines the lower limit of name or surname matches in
            percentage
          schema:
            type: number
            default: 0
      responses:
        '200':
          description: Successful response
          content:
            application/json:
              schema:
                type: array
                items:
                  $ref: '#/components/schemas/Success'
        4XX:
          description: Error
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/Error'
      security:
        - tokken: []
          IDsubjectFM: []
components:
  schemas:
    Success:
      $schema: http://json-schema.org/draft-07/schema#
      $id: https://check.finap.com.ua/apiinfo/schema/v1/RequestSchema.json
      type: object
      title: CheckLists Response
      description: Scheme of response to a request to the CheckLists service
      properties:
        idinternal:
          $id: '#/properties/idinternal'
          type: string
          title: The internal unique ID of the request
          description: >-
            The internal unique ID of the request, which is generated by means
            of the internal software of the FM subject
        idsubjectFM:
          $id: '#/properties/idsubjectFM'
          type: string
          title: Identification of the object of financial monitoring
          description: >-
            ID of the FM entity (provided when registering the FM entity in the
            PC 'FinAP CheckLists')
        iduserPC:
          $id: '#/properties/iduserPC'
          type: string
          title: Workplace identifier of the object of financial monitoring
          description: >-
            ID of the workplace of the FM subject (provided on the side of the
            FM subject)
        idrequest:
          $id: '#/properties/idrequest'
          type: string
          title: Request ID in PC system 'FinAP CheckLists'
          description: >-
            Request identifier in the PC system 'FinAP CheckLists' (generated by
            the Request Processing Service)
        dateResponse:
          $id: '#/properties/dateResponse'
          type: string
          title: Date and time of formation of the answer
          description: >-
            Date and time of the response (generated by the Request Processing
            Service) in the format 'YYYY-MM-DD hh:mm:ss'
        listdata:
          $id: '#/properties/listdata'
          type: string
          title: listdata
          description: >-
            A number that, when converted to binary format, shows which data
            lists were searched for matches
        search:
          $id: '#/properties/search'
          type: string
          title: Search method
          description: Search method (1 — full-text, 2 — contextual...)
        responsetype:
          $id: '#/properties/responsetype'
          type: string
          title: Response type
          description: >-
            Type of response (request result): 1 — response-permission
            (true|false); 2 – generalized; 3 — shortened; 5 — full;
        textformat:
          $id: '#/properties/textformat'
          type: string
          title: Text field format for full response type
          description: >-
            The text field format for the full response type (responsetype=5),
            can take the values ​​'JSON' (or ' ', by default), 'xml', 'html' and
            'text'
        result:
          $id: '#/properties/result'
          type: object
          title: Response block from registers
          description: Block of results of processing a request to CheckLists registers
          properties:
            peps:
              $id: '#peps'
              description: >-
                Array of registry response data 'Public persons'. In the event
                of an error accessing the registry, the error text is returned
                instead of the array. If the request is not sent to this
                registry, this block will be missing.
              title: Public figures
              type:
                - array
                - string
              items:
                $ref: '#/components/schemas/peps'
            psanctions:
              $id: '#psanctions'
              description: >-
                An array of registry response data 'Sanctions and Warnings'. In
                case of an error accessing the registry, the error text is
                returned instead of the array. If the request is not sent to
                this registry, this block will be missing.
              title: Sanctions and warnings
              type:
                - array
                - string
              items:
                $ref: '#/components/schemas/psanctions'
            lostdocs:
              $id: '#lostdocs'
              description: >-
                Array of registry response data 'Lost documents'. In case of an
                error accessing the registry, the error text is returned instead
                of the array. If the request is not sent to this registry, this
                block will be missing.
              title: Lost/invalid documents
              type:
                - array
                - string
              items:
                $ref: '#/components/schemas/lostdocs'
            edr:
              $id: '#edr'
              description: >-
                An array of data from the "Communication with a legal entity"
                registry. In case of an error in accessing the registry, the
                error text is returned instead of the array. If the request is
                not sent to this registry, this block will be missing.
              title: Contact with a legal entity
              type:
                - array
                - string
              items:
                $ref: '#/components/schemas/edr'
            krs_link:
              $id: '#krs_link'
              description: >-
                Array of data from the registry "Contact with a Polish legal
                entity". In the event of an error when accessing the registry,
                the error text is returned instead of the array. If the request
                is not sent to this registry, this block will be missing.
              title: Contact with a Polish legal entity
              type:
                - array
                - string
              items:
                $ref: '#/components/schemas/krs_link'
            krs:
              $id: '#krs'
              description: >-
                Array of data from the registry 'KRS'. In case of an error
                accessing the registry, the error text is returned instead of
                the array. If the request is not sent to this registry, this
                block will be missing.
              title: KRS
              type:
                - array
                - string
              items:
                $ref: '#/components/schemas/krs'
            jdg:
              $id: '#jdg'
              description: >-
                An array of response data from the 'jdg' registry. In case of an
                error accessing the registry, the error text is returned instead
                of the array. If the request is not sent to this registry, this
                block will be missing.
              title: jdg
              type:
                - array
                - string
              items:
                $ref: '#/components/schemas/jdg'
            edrfullinfo:
              $id: '#edrfullinfo'
              description: >-
                An array of data on a legal entity or FOP from the "Information
                about YO and FOP" register. In case of an error when accessing
                the register, the error text is returned instead of the array.
                If the request is not sent to this registry, this block will be
                missing.
              title: Information about YU and FOP
              type:
                - array
                - string
              items:
                $ref: '#/components/schemas/edrfullinfo'
            edrchanges:
              $id: '#edrchanges'
              description: >-
                Array of data on changes in the legal entity from the "YEDR JuO
                and FOP" register. In case of an error when accessing the
                register, the error text is returned instead of the array. If
                the request is not sent to this registry, this block will be
                missing.
              title: Changes in the legal entity
              type:
                - array
                - string
              items:
                $ref: '#/components/schemas/edrchanges'
            justice:
              $id: '#justice'
              description: >-
                An array of response data from the "Court Decisions" registry.
                In case of an error when accessing the registry, the error text
                is returned instead of the array. If the request is not sent to
                this registry, this block will be missing.
              title: Court decisions
              type:
                - array
                - string
              items:
                $ref: '#/components/schemas/justice'
            licenses:
              $id: '#licenses'
              description: >-
                An array of response data from the 'License' registry. In case
                of an error accessing the registry, the error text is returned
                instead of the array. If the request is not sent to this
                registry, this block will be missing.
              title: Licenses
              type:
                - array
                - string
              items:
                $ref: '#/components/schemas/licenses'
            executive:
              $id: '#executive'
              description: >-
                An array of response data from the "Executive Proceedings"
                registry. In the event of an error when accessing the registry,
                the error text is returned instead of the array. If the request
                is not sent to this registry, this block will be missing.
              title: Executive proceedings
              type:
                - array
                - string
              items:
                $ref: '#/components/schemas/executive'
            taxdebtor:
              $id: '#taxdebtor'
              description: >-
                An array of response data from the "Tax debtors" registry. In
                case of an error when contacting the registry, the error text is
                returned instead of the array. If the request is not sent to
                this registry, this block will be missing.
              title: Tax debtors
              type:
                - array
                - string
              items:
                $ref: '#/components/schemas/taxdebtor'
            debtor:
              $id: '#debtor'
              description: >-
                An array of response data from the "Debtors" registry. In case
                of an error when accessing the registry, the error text is
                returned instead of the array. If the request is not sent to
                this registry, this block will be missing.
              title: Debtors
              type:
                - array
                - string
              items:
                $ref: '#/components/schemas/debtor'
            okupant:
              $id: '#okupant'
              description: >-
                An array of response data from the "Occupant" registry. In case
                of an error accessing the registry, the error text is returned
                instead of the array. If the request is not sent to this
                registry, this block will be missing.
              title: Occupant
              type:
                - array
                - string
              items:
                $ref: '#/components/schemas/okupant'
            zrada:
              $id: '#zrada'
              description: >-
                An array of response data from the "Traitors" registry. In the
                event of an error accessing the registry, the error text is
                returned instead of the array. If the request is not sent to
                this registry, this block will be missing.
              title: Traitors
              type:
                - array
                - string
              items:
                $ref: '#/components/schemas/zrada'
            nonrezedent:
              $id: '#nonrezedent'
              description: >-
                An array of response data from the "Non-Residents" registry. In
                the event of an error accessing the registry, the error text is
                returned instead of the array. If the request is not sent to
                this registry, this block will be missing.
              title: Non-residents
              type:
                - array
                - string
              items:
                $ref: '#/components/schemas/nonrezedent'
            notarius:
              $id: '#notarius'
              description: >-
                An array of response data from the "Notaries" registry. In case
                of an error when contacting the registry, the error text is
                returned instead of the array. If the request is not sent to
                this registry, this block will be missing.
              title: Notaries
              type:
                - array
                - string
              items:
                $ref: '#/components/schemas/notarius'
            bankrupt:
              $id: '#bankrupt'
              description: >-
                An array of response data from the 'Bankrupt' registry. In case
                of an error when accessing the registry, the error text is
                returned instead of the array. If the request is not sent to
                this registry, this block will be missing.
              title: Bankrupts
              type:
                - array
                - string
              items:
                $ref: '#/components/schemas/bankrupt'
            wanted:
              $id: '#wanted'
              description: >-
                An array of response data from the "Search" registry. In case of
                an error when accessing the registry, the error text is returned
                instead of the array. If the request is not sent to this
                registry, this block will be missing.
              title: Search
              type:
                - array
                - string
              items:
                $ref: '#/components/schemas/wanted'
            corrupt:
              $id: '#corrupt'
              description: >-
                An array of response data from the "Corruption Offenses"
                registry. In the event of an error accessing the registry, the
                error text is returned instead of the array. If the request is
                not sent to this registry, this block will be missing.
              title: Corruption offences
              type:
                - array
                - string
              items:
                $ref: '#/components/schemas/corrupt'
    Error:
      required:
        - error
        - message
      type: object
      properties:
        error:
          type: integer
          format: int32
        message:
          type: string
    peps:
      $id: '#items/anyOf/0'
      type: object
      properties:
        list:
          $id: '#items/anyOf/0/properties/list'
          type: string
          title: Search registry name ('pep')
          description: Search registry name ('pep')
        idpep:
          $id: '#items/anyOf/0/properties/idpep'
          type: number
          title: Identifier of a public person (relative, related) in the register
          description: Identifier of a public person (relative, related) in the register
        active:
          $id: '#items/anyOf/0/properties/active'
          type: boolean
          description: Activity indicator of a person's status
        name:
          $id: '#items/anyOf/0/properties/name'
          type: string
          title: Full name (name) of a public person (relative, related)
          description: Full name (name) of a public person (relative, related)
        aka:
          $id: '#items/anyOf/0/properties/aka'
          type: string
          title: >-
            Alternative full names (names) of a public person (relative,
            related)
          description: Alternative full name (name) of a public person (relative, related)
        type:
          $id: '#items/anyOf/0/properties/type'
          type: number
          title: Type of person
          description: Type of person (0 - physical, 1 - legal)
        dateb:
          $id: '#items/anyOf/0/properties/dateb'
          type: string
          title: Date of birth
          description: Date of birth of a public figure (relative, related)
        yearb:
          $id: '#items/anyOf/0/properties/yearb'
          type: string
          title: Year of birth
          description: >-
            Year of birth of a public person (relative, related) in the absence
            of information on the date of birth
        dateendpep:
          $id: '#items/anyOf/0/properties/dateendpep'
          type: string
          title: Termination date
          description: Termination date for a person with "Public" status
        pependcomment:
          $id: '#items/anyOf/0/properties/pependcomment'
          type: string
          title: Comment
          description: Comment on termination of a person's "Public" status
        job:
          $id: '#items/anyOf/0/properties/job'
          type: string
          title: Position
          description: Position of a public figure (relative, related)
        region:
          $id: '#items/anyOf/0/properties/region'
          type: string
          title: Region of activity
          description: Region of activity of a public person (close, related)
        country:
          $ref: '#/components/schemas/country'
          title: Block of information about the country's riskiness
          description: Information about the country's riskiness
        ipn:
          $id: '#items/anyOf/0/properties/ipn'
          type: string
          title: EDRPOU of the related person
          description: EDRPOU of the related person
        photo:
          $id: '#items/anyOf/0/properties/photo'
          type: string
          title: Photo
          description: Link to a photo of a public figure (relative, related)
        categoryPEP:
          $id: '#items/anyOf/0/properties/categoryPEP'
          type: string
          title: Categories of publicity
          description: >-
            Categories to which a public person belongs (relative, related)
            according to the NBU directory K019
        typePEP:
          $id: '#items/anyOf/0/properties/typePEP'
          type: number
          title: >-
            Digital value of the general category of a public figure (relative,
            related)
          description: >-
            Digital value of the general category of a public person (close,
            related) (0 - public figures - natural persons who performed
            significant public functions, 1 - CLOSE PERSON, 2 - RELATED PERSON,
            3 - public figures - natural persons who performed significant
            public functions)
        descriptiontypePEP:
          $id: '#items/anyOf/0/properties/descriptiontypePEP'
          type: string
          title: >-
            Digital values ​​of the categories to which a public person belongs
            (close, related) according to the NBU K019 guide
          description: >-
            Digital values ​​of the categories to which a public person belongs
            (close, related) according to the NBU K019 guide
        foreign_relation:
          $id: '#items/anyOf/0/properties/foreign_relation'
          type: boolean
          description: Communication with foreign PEPs
        percent:
          $id: '#items/anyOf/0/properties/percent'
          type: number
          title: The percentage of coincidence
          description: Percentage of coincidence by full name
        level:
          $id: '#items/anyOf/0/properties/level'
          type: string
          title: Registry match level
          description: >-
            The level field can take two values: "Low" and "High". A high level
            of matching is possible only if two conditions are met: For legal
            entities: the value of the input parameter ipn (EDRPOU) matches the
            value of the output parameter ipn. For natural persons: The value of
            the input parameter name (the client's full name) or namelat (the
            transliteration of the client's full name according to Ukrainian
            legislation) completely matches the client's full name (name field
            of the answer) or is present in the list of alternative names (the
            aka field) in full, and the input request must contain an additional
            parameter (date of birth (input parameter date) and the value of
            this parameter corresponds to the value of the dateb answer field.
            All other answer options will have "Low" match rate.
        sources:
          $id: '#items/anyOf/0/properties/sources'
          type: array
          title: Data array on sources of information by person
          description: Data by source of information by person
          items:
            $id: '#items/anyOf/0/properties/sources/items/anyOf/0'
            type: object
            properties:
              site:
                $id: >-
                  #items/anyOf/0/properties/sources/items/anyOf/0/properties/site
                type: string
                title: Link to the official source
                description: Link to the official source
              pdf:
                $id: '#items/anyOf/0/properties/sources/items/anyOf/0/properties/pdf'
                type: string
                title: Link to the pdf file on the FinAP website
                description: >-
                  Link to the pdf file on the FinAP website. In case of
                  unavailability of the source by link, this file can serve as a
                  confirmation
              brief:
                $id: >-
                  #items/anyOf/0/properties/sources/items/anyOf/0/properties/brief
                type: string
                title: Description of the link
                description: Description of the link
        declarations:
          $id: '#items/anyOf/0/properties/declarations'
          type: array
          title: Declaration data array
          description: Data on declarations
          items:
            $id: '#items/anyOf/0/properties/declarations/items/anyOf/0'
            type: object
            properties:
              d_name:
                $id: >-
                  #items/anyOf/0/properties/declarations/items/anyOf/0/properties/d_name
                type: string
                title: Declaration type
                description: Declaration type
              d_year:
                $id: >-
                  #items/anyOf/0/properties/declarations/items/anyOf/0/properties/d_year
                type: string
                title: Year of declaration
                description: Year of declaration
              d_link:
                $id: >-
                  #items/anyOf/0/properties/declarations/items/anyOf/0/properties/d_link
                type: string
                title: Link to the declaration on the NAZK website
                description: Link to the declaration on the NAZK website
              d_pdf:
                $id: >-
                  #items/anyOf/0/properties/declarations/items/anyOf/0/properties/d_pdf
                type: string
                title: Link to the declaration in PDF format on the FinAP website
                description: >-
                  Link to the declaration in PDF format on the FinAP website. In
                  case of unavailability of the source by link, this file can
                  serve as a confirmation
        jobdetails:
          $id: '#items/anyOf/0/properties/jobdetails'
          type: array
          title: An array of job information data
          description: An array of job information data
          items:
            $id: '#items/anyOf/0/properties/jobdetails/items/anyOf/0'
            type: object
            properties:
              jobplace:
                $id: >-
                  #items/anyOf/0/properties/jobdetails/items/anyOf/0/properties/jobplace
                type: string
                title: The name of the place of work
                description: The name of the place of work
              jobbegin:
                $id: >-
                  #items/anyOf/0/properties/jobdetails/items/anyOf/0/properties/jobbegin
                type: string
                title: Date of commencement of employment
                description: Date of commencement of employment
              jobend:
                $id: >-
                  #items/anyOf/0/properties/jobdetails/items/anyOf/0/properties/jobend
                type: string
                title: Date of termination of employment
                description: Date of termination of employment
              jobpost:
                $id: >-
                  #items/anyOf/0/properties/jobdetails/items/anyOf/0/properties/jobpost
                type: string
                title: Job title
                description: Job title
              jobedrpou:
                $id: >-
                  #items/anyOf/0/properties/jobdetails/items/anyOf/0/properties/jobedrpou
                type: string
                title: EDRPOU code of the place of work
                description: EDRPOU code of the place of work
              jobcountry:
                $ref: '#/components/schemas/country'
                title: Block of information about the country's riskiness
                description: Information about the country's riskiness
              links:
                $id: >-
                  #items/anyOf/0/properties/jobdetails/items/anyOf/0/properties/links
                type: array
                title: Data array Links to job information sources
                description: Data array Links to job information sources
                items:
                  $id: >-
                    #items/anyOf/0/properties/jobdetails/items/anyOf/0/properties/links/items/anyOf/0
                  type: object
                  properties:
                    site:
                      $id: >-
                        #items/anyOf/0/properties/jobdetails/items/anyOf/0/properties/links/items/anyOf/0/properties/site
                      type: string
                      title: Link to the official source
                      description: Link to the official source
                    pdf:
                      $id: >-
                        #items/anyOf/0/properties/jobdetails/items/anyOf/0/properties/links/items/anyOf/0/properties/pdf
                      type: string
                      title: Link to the pdf file on the FinAP website
                      description: >-
                        Link to the pdf file on the FinAP website. In case of
                        unavailability of the source by link, this file can
                        serve as a confirmation
                    brief:
                      $id: >-
                        #items/anyOf/0/properties/jobdetails/items/anyOf/0/properties/links/items/anyOf/0/properties/brief
                      type: string
                      title: Description of the link
                      description: Description of the link
        relatedPersons:
          $id: '#items/anyOf/0/properties/relatedPersons'
          type: array
          title: Data array Related persons
          description: Data array Related persons to this public person
          items:
            $id: '#items/anyOf/0/properties/relatedPersons/items/anyOf/0'
            type: object
            properties:
              relateid:
                $id: >-
                  #items/anyOf/0/properties/relatedPersons/items/anyOf/0/properties/relateid
                type: number
                title: Unique identifier of a person in the register
                description: Unique identifier of a person in the register
              active:
                $id: >-
                  #items/anyOf/0/properties/relatedPersons/items/anyOf/0/properties/active
                type: boolean
                title: Activity indicator of a person's status
              relatepib:
                $id: >-
                  #items/anyOf/0/properties/relatedPersons/items/anyOf/0/properties/relatepib
                type: string
                title: Name/surname of the related person
                description: Name/surname of the related person
              relateaka:
                $id: >-
                  #items/anyOf/0/properties/relatedPersons/items/anyOf/0/properties/relateaka
                type: string
                title: List of alternative names/surnames of related persons
                description: List of alternative related person
              relatetype:
                $id: >-
                  #items/anyOf/0/properties/relatedPersons/items/anyOf/0/properties/relatetype
                type: number
                description: Type of person
              country:
                $ref: '#/components/schemas/country'
                title: Block of information about the country's riskiness
                description: Information about the country's riskiness
              relatedatebith:
                $id: >-
                  #items/anyOf/0/properties/relatedPersons/items/anyOf/0/properties/relatedatebith
                type: string
                description: Person's date of birth
              relatebrief:
                $id: >-
                  #items/anyOf/0/properties/relatedPersons/items/anyOf/0/properties/relatebrief
                type: string
                title: Link type
                description: Link type
              relatebrief_id:
                $id: >-
                  #items/anyOf/0/properties/relatedPersons/items/anyOf/0/properties/relatebrief_id
                type: number
                description: Link type identifier
              relatelink:
                $id: >-
                  #items/anyOf/0/properties/relatedPersons/items/anyOf/0/properties/relatelink
                type: number
                title: Digital communication code according to the NBU directory K019
                description: Digital communication code according to the NBU directory K019
              relatecod:
                $id: >-
                  #items/anyOf/0/properties/relatedPersons/items/anyOf/0/properties/relatecod
                type: string
                title: EDRPOU code of the related person
                description: EDRPOU code of the related person
              relateorg:
                $id: >-
                  #items/anyOf/0/properties/relatedPersons/items/anyOf/0/properties/relateorg
                type: string
                title: >-
                  The list of EDRPOU organizations (through which the connection
                  on the KBV is built in the case of indirect communication)
                description: >-
                  The list of EDRPOU organizations (through which the connection
                  on the KBV is built in the case of indirect communication)
              archivelink:
                $id: >-
                  #items/anyOf/0/properties/relatedPersons/items/anyOf/0/properties/archivelink
                type: boolean
                description: Communication archive indicator
        relatedPeps:
          $id: '#items/anyOf/0/properties/relatedPeps'
          type: array
          title: Data array Connection with PEPs
          description: An array of public figures associated with this person
          items:
            $id: '#items/anyOf/0/properties/relatedPeps/items/anyOf/0'
            type: object
            properties:
              idpep:
                $id: >-
                  #items/anyOf/0/properties/relatedPeps/items/anyOf/0/properties/idpep
                type: number
                title: Unique identifier of a person in the register
                description: Unique identifier of a person in the register
              active:
                $id: >-
                  #items/anyOf/0/properties/relatedPeps/items/anyOf/0/properties/active
                type: boolean
                description: Activity indicator of a person's status
              namerpep:
                $id: >-
                  #items/anyOf/0/properties/relatedPeps/items/anyOf/0/properties/namerpep
                type: string
                title: Full name
                description: Full name of a public person
              akarpep:
                $id: >-
                  #items/anyOf/0/properties/relatedPeps/items/anyOf/0/properties/akarpep
                type: string
                title: List of alternative names of public persons
                description: List of alternative names of public persons
              type:
                $id: >-
                  #items/anyOf/0/properties/relatedPeps/items/anyOf/0/properties/relatetype
                type: number
                description: Type of person
              country:
                $ref: '#/components/schemas/country'
                title: Block of information about the country's riskiness
                description: Information about the country's riskiness
              datebirthpep:
                $id: >-
                  #items/anyOf/0/properties/relatedPeps/items/anyOf/0/properties/datebirthpep
                type: string
                description: Date of birth of PEP
              categoryrpep:
                $id: >-
                  #items/anyOf/0/properties/relatedPeps/items/anyOf/0/properties/categoryrpep
                type: string
                title: Publicity category
                description: Category of public person
              descriptiontyperpep:
                $id: >-
                  #items/anyOf/0/properties/relatedPeps/items/anyOf/0/properties/descriptiontyperpep
                type: string
                description: >-
                  The numeric value of the publicity category of the associated
                  public figure
              briefrpep:
                $id: >-
                  #items/anyOf/0/properties/relatedPeps/items/anyOf/0/properties/briefrpep
                type: string
                title: Type of relation
                description: >-
                  Relationship to a Public Person (for example: daughter, wife,
                  mother, beneficiary, etc.)
              linkrpep:
                $id: >-
                  #items/anyOf/0/properties/relatedPeps/items/anyOf/0/properties/linkrpep
                type: number
                title: Digital communication code according to the NBU directory K019
                description: Digital communication code according to the NBU directory K019
              photorpep:
                $id: >-
                  #items/anyOf/0/properties/relatedPeps/items/anyOf/0/properties/photorpep
                type: string
                title: Photo
                description: Link to a photo of a public figure
              jobrpep:
                $id: >-
                  #items/anyOf/0/properties/relatedPeps/items/anyOf/0/properties/jobrpep
                type: string
                title: Position
                description: The position of a public figure
              relateorg:
                $id: >-
                  #items/anyOf/0/properties/relatedPeps/items/anyOf/0/properties/relateorg
                type: string
                title: >-
                  The list of EDRPOU organizations (through which the connection
                  on the KBV is built in the case of indirect communication)
                description: >-
                  The list of EDRPOU organizations (through which the connection
                  on the KBV is built in the case of indirect communication)
              archivelink:
                $id: >-
                  #items/anyOf/0/properties/relatedPeps/items/anyOf/0/properties/archivelink
                type: boolean
                description: Communication archive indicator
              links:
                $id: >-
                  #items/anyOf/0/properties/relatedPeps/items/anyOf/0/properties/links
                type: array
                title: Data array Links to sources related to PEPs
                description: Data array Links to sources related to PEPs
                items:
                  $id: >-
                    #items/anyOf/0/properties/relatedPeps/items/anyOf/0/properties/links/items/anyOf/0
                  type: object
                  properties:
                    site:
                      $id: >-
                        #items/anyOf/0/properties/relatedPeps/items/anyOf/0/properties/links/items/anyOf/0/properties/site
                      type: string
                      title: Link to the official source
                      description: Link to the official source
                    pdf:
                      $id: >-
                        #items/anyOf/0/properties/relatedPeps/items/anyOf/0/properties/links/items/anyOf/0/properties/pdf
                      type: string
                      title: Link to the pdf file on the FinAP website
                      description: >-
                        Link to the pdf file on the FinAP website. In case of
                        unavailability of the source by link, this file can
                        serve as a confirmation
                    brief:
                      $id: >-
                        #items/anyOf/0/properties/relatedPeps/items/anyOf/0/properties/links/items/anyOf/0/properties/brief
                      type: string
                      title: Description of the link
                      description: Description of the link
    psanctions:
      $id: '#items/anyOf/0'
      type: object
      properties:
        pid:
          $id: '#items/anyOf/0/properties/pid'
          type: string
          title: Identifier in the register
          description: The identifier of the sanctioned person in the register
        active:
          $id: '#items/anyOf/0/properties/active'
          type: boolean
          title: Active sanctions
          description: >-
            The identifier of the presence in the questionnaire of the person of
            active sanctions among the selected array of sanctions lists, which
            were searched
        p_active:
          $id: '#items/anyOf/0/properties/p_active'
          type: string
          title: Actual sanctions
          description: >-
            Availability of current sanctions in the sanctioned person's
            questionnaire
        s_type:
          $id: '#items/anyOf/0/properties/s_type'
          type: number
          title: The type of connection to the sanction
          description: >-
            Type of connection to the sanction (1 - sanctioned person, 2 -
            controlled person, 3 - person with reservations)
        p_fullname:
          $id: '#items/anyOf/0/properties/p_fullname'
          type: string
          description: Full name/Name of the person
        p_akas:
          $id: '#items/anyOf/0/properties/p_akas'
          type: array
          items:
            type: string
          title: Alternative names/surnames
          description: Array of alternate names/names
        p_type:
          $id: '#items/anyOf/0/properties/p_type'
          type: number
          title: Type of person
          description: Type of person (0 - physical, 1 - legal)
        p_birthdate:
          $id: '#items/anyOf/0/properties/p_birthdate'
          type: string
          description: Date of birth
        p_birthdates:
          $id: '#items/anyOf/0/properties/p_birthdates'
          type: array
          items:
            type: string
          title: Alternative dates of birth
          description: Array of alternate birthdates (possibly partial)
        p_birthplaces:
          $id: '#items/anyOf/0/properties/p_birthplaces'
          type: array
          items:
            type: string
          title: Place of birth
          description: Array of places of birth
        p_address:
          $id: '#items/anyOf/0/properties/p_address'
          type: array
          items:
            type: string
          title: Addresses
          description: Array of addresses
        p_photo:
          $id: '#items/anyOf/0/properties/p_photo'
          type: string
          description: Link to photo
        p_comment:
          $id: '#items/anyOf/0/properties/p_comment'
          type: string
          description: Comment
        p_country:
          $id: '#items/anyOf/0/properties/p_country'
          type: number
          description: Identifier of the country of citizenship
        country:
          $ref: '#/components/schemas/country'
          title: Block of information about the country's riskiness
          description: Information about the country's riskiness
        p_countries:
          $id: '#items/anyOf/0/properties/p_countries'
          type: array
          items:
            type: string
          description: Other countries are associated with the person
        p_idcode:
          $id: '#items/anyOf/0/properties/p_idcode'
          type: array
          items:
            type: string
          description: An array of identity codes
        p_docs:
          $id: '#items/anyOf/0/properties/p_docs'
          type: array
          items:
            type: string
          description: An array of documents
        p_lists:
          $id: '#items/anyOf/0/properties/p_lists'
          type: string
          description: List of sanctions lists where the person is present
        p_listdata:
          $id: '#items/anyOf/0/properties/p_listdata'
          type: number
          description: >-
            A list of sanctions lists in numerical format where the person is
            present
        sanction:
          $id: '#items/anyOf/0/properties/sanction'
          type: array
          title: An array of information about active sanctions
          description: Information about active sanctions
          items:
            $ref: '#/components/schemas/sanction_record'
        sanction_lost:
          $id: '#items/anyOf/0/properties/sanction_lost'
          type: array
          title: An array of information about withdrawn/lost sanctions
          description: Information about withdrawn/lost sanctions
          items:
            $ref: '#/components/schemas/sanction_record'
        caution:
          $id: '#items/anyOf/0/properties/caution'
          type: array
          title: An array of information about active caveats
          description: Information about active warnings
          items:
            $ref: '#/components/schemas/sanction_record'
        caution_lost:
          $id: '#items/anyOf/0/properties/caution_lost'
          type: array
          title: Array of information about withdrawn/lost clauses
          description: Information about withdrawn/lost reservations
          items:
            $ref: '#/components/schemas/sanction_record'
    lostdocs:
      $id: '#items/anyOf/0'
      type: object
      properties:
        ovd:
          $id: '#items/anyOf/0/properties/ovd'
          type: string
          title: Unit
          description: >-
            The unit that entered the information into the register of
            lost/stolen documents
        d_SERIES:
          $id: '#items/anyOf/0/properties/d_SERIES'
          type: string
          title: Series
          description: Document series
        d_NUMBER:
          $id: '#items/anyOf/0/properties/d_NUMBER'
          type: string
          title: Number
          description: Document number.
        d_TYPE:
          $id: '#items/anyOf/0/properties/d_TYPE'
          type: string
          title: Type
          description: >-
            Type of document, possible values: PASSPORT OF A CITIZEN OF UKRAINE,
            PASSPORT OF A CITIZEN OF UKRAINE FOR DEPARTURE ABROAD, CREW MEMBER'S
            LICENSE
        d_STATUS:
          $id: '#items/anyOf/0/properties/d_STATUS'
          type: string
          title: Status
          description: >-
            Status of the document, possible values: CONSIDERED INVALID, STOLEN,
            LOST, THE PASSPORT OF THE DECEASED WAS NOT SUBMITTED TO THE DMS,
            REMOVED WITH SIGNS OF FORGERY, THE OWNER OF THE DOCUMENT IS WANTED,
            CALLED, NOT RECOVERED FROM THE ARRESTED PERSON
        theft_DATA:
          $id: '#items/anyOf/0/properties/theft_DATA'
          type: string
          title: The date of the message
          description: Date of loss/stolen report
        insert_DATE:
          $id: '#items/anyOf/0/properties/insert_DATE'
          type: string
          title: Date of entry into the register
          description: The date of entry into the register of lost documents
        id:
          $id: '#items/anyOf/0/properties/id'
          type: string
          title: Record ID
          description: Identifier of the lost document record
    edr:
      $id: '#items/anyOf/0'
      type: object
      properties:
        idrec:
          $id: '#items/anyOf/0/properties/idrec'
          type: number
          title: Identifier
          description: The identifier was recorded in the registry
        edrpou:
          $id: '#items/anyOf/0/properties/edrpou'
          type: string
          title: EDRPOU
          description: EDRPOU code of a legal entity
        name:
          $id: '#items/anyOf/0/properties/name'
          type: string
          title: Full name
          description: Full name of the legal entity
        shortname:
          $id: '#items/anyOf/0/properties/shortname'
          type: string
          title: Short name
          description: Short name of the legal entity
        address:
          $id: '#items/anyOf/0/properties/address'
          type: string
          title: Address
          description: Address of registration of a legal entity
        manager:
          $id: '#items/anyOf/0/properties/manager'
          type: string
          title: Head
          description: Head of the legal entity
        kved:
          $id: '#items/anyOf/0/properties/kved'
          type: string
          title: The main KVED
          description: The main KVED of a legal entity
        state:
          $id: '#items/anyOf/0/properties/state'
          type: string
          title: Status
          description: >-
            Legal entity status. Possible values: REGISTERED, REGISTERED,
            CERTIFICATE OF STATE REGISTRATION INVALID, BANKRUPTCY CASE DISRUPTED
            (RESERVATION), BANKRUPTCY CASE VIOLATED, SUSPENDED, SUSPENDED,
            CANCELLED
        txtf:
          $id: '#items/anyOf/0/properties/txtf'
          type: string
          title: Information about KBV/founder/participant
          description: >-
            The complete original (unstructured) text of the FOUNDER field
            (information about the CBV/founder/participant) from the UDR
        kbv:
          $id: '#items/anyOf/0/properties/kbv'
          type: string
          title: Involvement at the level of KBV
          description: Whether the person is a KBV in the UO (0 or 1)
        mng:
          $id: '#items/anyOf/0/properties/mng'
          type: string
          title: Involvement in the manager
          description: Is the person a manager in the SOE (0 or 1)
        own:
          $id: '#items/anyOf/0/properties/own'
          type: string
          title: Involvement at the member level
          description: Is the person a member of the Youth Organization (0 or 1)
        isbilorussian:
          $id: '#items/anyOf/0/properties/isbilorussian'
          type: boolean
          title: >-
            A citizen of Belarus is present among the owners (including
            beneficiaries). This parameter can take the value true or be absent
            at all if such persons are not detected
          description: >-
            A citizen of Belarus is present among the owners (including
            beneficiaries). This parameter can take the value true or be absent
            at all if such persons are not detected
        isrussian:
          $id: '#items/anyOf/0/properties/isrussian'
          type: boolean
          title: >-
            A citizen of Russia is present among the owners (including
            beneficiaries). This parameter can take the value true or be absent
            at all if such persons are not detected
          description: >-
            A citizen of Russia is present among the owners (including
            beneficiaries). This parameter can take the value true or be absent
            at all if such persons are not detected
        isriskbonds:
          $id: '#items/anyOf/0/properties/isriskbonds'
          type: boolean
          description: Risk bonds
        isnoprofit:
          $id: '#items/anyOf/0/properties/isnoprofit'
          type: boolean
          description: A sign of a non-profit organization
        ispep:
          $id: '#items/anyOf/0/properties/ispep'
          type: boolean
          title: >-
            There is a match on the register "Public persons" among owners,
            beneficiaries and managers. This parameter can take the value true
            or be absent at all if such persons are not detected
          description: >-
            There is a match on the register "Public persons" among owners,
            beneficiaries and managers. This parameter can take the value true
            or be absent at all if such persons are not detected
        isactualpep:
          $id: '#items/anyOf/0/properties/isactualpep'
          type: boolean
          title: >-
            Confirmation of the match in the "Public persons" register among
            owners, beneficiaries and managers. This parameter can take the
            value true or be absent at all if confirmation is not detected
          description: >-
            Confirmation of the match in the "Public persons" register among
            owners, beneficiaries and managers. This parameter can take the
            value true or be absent at all if confirmation is not detected
        issan:
          $id: '#items/anyOf/0/properties/issan'
          type: boolean
          title: >-
            There is a match on the register of "Sanctioned persons" among
            owners, beneficiaries and managers. This parameter can take the
            value true or be absent at all if such persons are not detected
          description: >-
            There is a match on the register of "Sanctioned persons" among
            owners, beneficiaries and managers. This parameter can take the
            value true or be absent at all if such persons are not detected
        isactualsan:
          $id: '#items/anyOf/0/properties/isactualsan'
          type: boolean
          title: >-
            Confirmation of the coincidence of the "Sanctions" register among
            owners, beneficiaries and managers. This parameter can take the
            value true or be absent at all if confirmation is not detected
          description: >-
            Confirmation of the coincidence of the "Sanctions" register among
            owners, beneficiaries and managers. This parameter can take the
            value true or be absent at all if confirmation is not detected
        indicators:
          $id: '#items/anyOf/0/properties/indicators'
          type: number
          title: Bit mask of indicators in numerical form
          description: Bit mask of indicators in numerical form
        indicators_str:
          $id: '#items/anyOf/0/properties/indicators_str'
          type: string
          title: Bit mask of indicators
          description: Bit mask of indicators
        indicators_note:
          $id: '#items/anyOf/0/properties/indicators_note'
          type: string
          description: Text description of indicators
        indicators_level:
          $id: '#items/anyOf/0/properties/indicators_level'
          type: number
          description: The level of indicators
        level:
          $id: '#items/anyOf/0/properties/level'
          type: string
          title: Match level
          description: >-
            Рівень співпадіння по причетності до ЮО у реєстрі 'ЄДР ЮО і ФОП'.
            The level field can take two values: "Low" and "High". A high level
            of coincidence is possible only if two conditions are met: For legal
            entities: the value of the input parameter ipn (EDRPOU) coincides
            with the value of the EDRPOU of the owner of another UU. For natural
            persons: the value of the input parameter name (the client's full
            name) or namelat (the transliteration of the client's full name
            according to Ukrainian legislation) completely coincides with the
            owner's full name or KBV, and an additional parameter (date of birth
            (input parameter date)) must be present in the input request, and
            the value of this parameter, together with the full name, must be
            contained in the "Public Persons" register with a connection to this
            SO. Всі решта варіанти відповіді будуть мати «Низький» рівень
            співпадіння.
    krs_link:
      $id: '#items/anyOf/0'
      type: object
      properties:
        krs:
          $id: '#items/anyOf/0/properties/krs'
          type: string
          description: KRS number
        name:
          $id: '#items/anyOf/0/properties/name'
          type: string
          description: Name of the legal entity
        address:
          $id: '#items/anyOf/0/properties/address'
          type: string
          title: Address
          description: Address of registration of a legal entity
        status:
          $id: '#items/anyOf/0/properties/status'
          type: string
          description: Legal entity status
        rubrics:
          $id: '#items/anyOf/0/properties/rubrics'
          type: string
          description: List of types of contact with a legal entity
        kbv:
          $id: '#items/anyOf/0/properties/kbv'
          type: number
          description: The connection with the Polish SAO through the role of the KBV
        founder:
          $id: '#items/anyOf/0/properties/founder'
          type: number
          description: >-
            Contact with the Polish Youth Association through the role of
            participant
        head:
          $id: '#items/anyOf/0/properties/head'
          type: number
          description: Contact with the Polish SOE through the role of manager
        jedynego_akcjonariusza:
          $id: '#items/anyOf/0/properties/jedynego_akcjonariusza'
          type: number
          description: >-
            Connection with the Polish JuO through the role of the sole
            shareholder
        komplementariuszy:
          $id: '#items/anyOf/0/properties/komplementariuszy'
          type: number
          description: Liaison with the Polish SOE through the role of general partner
        partnerów:
          $id: '#items/anyOf/0/properties/partnerów'
          type: number
          description: Connection with the Polish SE through the role of a partner
        założycielski:
          $id: '#items/anyOf/0/properties/założycielski'
          type: number
          description: Connection with the Polish JuO through the role of the founder
        likwidacja:
          $id: '#items/anyOf/0/properties/likwidacja'
          type: number
          description: Connection with the Polish JuO through the role of liquidator
        prokurenci:
          $id: '#items/anyOf/0/properties/prokurenci'
          type: number
          description: Connection with the Polish JuO through the role of procurator
        others:
          $id: '#items/anyOf/0/properties/others'
          type: number
          description: Liaison with the Polish JuO through other roles
        level:
          $id: '#items/anyOf/0/properties/level'
          type: string
          title: Match level
          description: >-
            The level of coincidence in the involvement of the Polish SAO in the
            registry 'KRS'. The level field can take two values: "Low" and
            "High". A high level of coincidence is possible only if two
            conditions are met: For legal entities: the value of the input
            parameter ipn (EDRPOU) coincides with the value of the EDRPOU of the
            owner of another UU. For natural persons: the value of the input
            parameter name (the client's full name) or namelat (the
            transliteration of the client's full name according to Ukrainian
            legislation) completely coincides with the owner's full name or KBV,
            and an additional parameter (date of birth (input parameter date))
            must be present in the input request, and the value of this
            parameter, together with the full name, must be contained in the
            "Public Persons" register with a connection to this SO. All other
            answer options will have a "Low" match level.
    krs:
      $id: '#items/anyOf/0'
      type: object
      properties:
        krs:
          $id: '#items/anyOf/0/properties/krs'
          type: string
          description: KRS number
        status:
          $id: '#items/anyOf/0/properties/status'
          type: string
          description: The status of YUO
        rejestr:
          $id: '#items/anyOf/0/properties/rejestr'
          type: string
          description: >-
            The sign of the register to which the RU is entered (RejS or RejP).
            RejP (Rejestr Przedsiębiorstw - register of enterprises) - contains
            members, RejS (Rejestr Stowarzyszeń - register of
            Societies/Associations) - is managed by a body (board of directors,
            etc.)
        stanpozycji:
          $id: '#items/anyOf/0/properties/stanpozycji'
          type: string
          description: Legal entity status
        stanzdnia:
          $id: '#items/anyOf/0/properties/stanzdnia'
          type: string
          description: Updated
        level:
          $id: '#items/anyOf/0/properties/level'
          type: string
          title: Match level
          description: >-
            Match level in registry 'KRS'. The level field can take two values:
            "Low" and "High". A high level is possible only if it matches the
            value of the code in the registry. All other answer options will
            have a "Low" match level.
        adres:
          $id: '#items/anyOf/0/properties/adres'
          type: array
          description: Address information
          items:
            $id: '#items/anyOf/0/properties/adres/items/anyOf/0'
            type: object
            properties:
              adreskraj:
                $id: >-
                  #items/anyOf/0/properties/adres/items/anyOf/0/properties/adreskraj
                type: string
                description: Country
              adresmiejscowosc:
                $id: >-
                  #items/anyOf/0/properties/adres/items/anyOf/0/properties/adresmiejscowosc
                type: string
                description: Locality
              kodpocztowy:
                $id: >-
                  #items/anyOf/0/properties/adres/items/anyOf/0/properties/kodpocztowy
                type: string
                description: Zip code
              poczta:
                $id: >-
                  #items/anyOf/0/properties/adres/items/anyOf/0/properties/poczta
                type: string
                description: Mail
              ulica:
                $id: '#items/anyOf/0/properties/adres/items/anyOf/0/properties/ulica'
                type: string
                description: Street
              nrdomu:
                $id: >-
                  #items/anyOf/0/properties/adres/items/anyOf/0/properties/nrdomu
                type: string
                description: House number
              nrlokalu:
                $id: >-
                  #items/anyOf/0/properties/adres/items/anyOf/0/properties/nrlokalu
                type: string
                description: Apartment number
              nrwpisuwprow:
                $id: >-
                  #items/anyOf/0/properties/adres/items/anyOf/0/properties/nrwpisuwprow
                type: string
                description: Record number
              nrwpisuwykr:
                $id: >-
                  #items/anyOf/0/properties/adres/items/anyOf/0/properties/nrwpisuwykr
                type: string
                description: Discharge number
        adrespocztyelektronicznej:
          $id: '#items/anyOf/0/properties/adrespocztyelektronicznej'
          type: array
          description: Email address data
          items:
            $id: '#items/anyOf/0/properties/adrespocztyelektronicznej/items/anyOf/0'
            type: object
            properties:
              adrespocztyelektronicznej:
                $id: >-
                  #items/anyOf/0/properties/adrespocztyelektronicznej/items/anyOf/0/properties/adrespocztyelektronicznej
                type: string
                description: E-mail address
              nrwpisuwprow:
                $id: >-
                  #items/anyOf/0/properties/adrespocztyelektronicznej/items/anyOf/0/properties/nrwpisuwprow
                type: string
                description: Record number
              nrwpisuwykr:
                $id: >-
                  #items/anyOf/0/properties/adrespocztyelektronicznej/items/anyOf/0/properties/nrwpisuwykr
                type: string
                description: Discharge number
        adresstronyinternetowej:
          $id: '#items/anyOf/0/properties/adresstronyinternetowej'
          type: array
          description: Website data
          items:
            $id: '#items/anyOf/0/properties/adresstronyinternetowej/items/anyOf/0'
            type: object
            properties:
              adresstronyinternetowej:
                $id: >-
                  #items/anyOf/0/properties/adresstronyinternetowej/items/anyOf/0/properties/adresstronyinternetowej
                type: string
                description: Website address
              nrwpisuwprow:
                $id: >-
                  #items/anyOf/0/properties/adresstronyinternetowej/items/anyOf/0/properties/nrwpisuwprow
                type: string
                description: Record number
              nrwpisuwykr:
                $id: >-
                  #items/anyOf/0/properties/adresstronyinternetowej/items/anyOf/0/properties/nrwpisuwykr
                type: string
                description: Discharge number
        czyposiadastatusopp:
          $id: '#items/anyOf/0/properties/czyposiadastatusopp'
          type: array
          description: >-
            Information about the status of OPP (Organizacje Pożytku
            Publicznego) is a non-profit/non-governmental organization that acts
            in the public interest, carrying out activities in social,
            educational, cultural, environmental and other areas aimed at
            improving public welfare.
          items:
            $id: '#items/anyOf/0/properties/czyposiadastatusopp/items/anyOf/0'
            type: object
            properties:
              czyposiadastatusopp:
                $id: >-
                  #items/anyOf/0/properties/czyposiadastatusopp/items/anyOf/0/properties/czyposiadastatusopp
                type: string
                description: OPP status
              nrwpisuwprow:
                $id: >-
                  #items/anyOf/0/properties/czyposiadastatusopp/items/anyOf/0/properties/nrwpisuwprow
                type: string
                description: Record number
              nrwpisuwykr:
                $id: >-
                  #items/anyOf/0/properties/czyposiadastatusopp/items/anyOf/0/properties/nrwpisuwykr
                type: string
                description: Discharge number
        czyprowadzidzialalnosczinnymipodmiotami:
          $id: '#items/anyOf/0/properties/czyprowadzidzialalnosczinnymipodmiotami'
          type: array
          description: Data on whether it conducts activities with other entities
          items:
            $id: >-
              #items/anyOf/0/properties/czyprowadzidzialalnosczinnymipodmiotami/items/anyOf/0
            type: object
            properties:
              czyprowadzidzialalnosczinnymipodmiotami:
                $id: >-
                  #items/anyOf/0/properties/czyprowadzidzialalnosczinnymipodmiotami/items/anyOf/0/properties/czyprowadzidzialalnosczinnymipodmiotami
                type: string
                description: Activities with other subjects
              nrwpisuwprow:
                $id: >-
                  #items/anyOf/0/properties/czyprowadzidzialalnosczinnymipodmiotami/items/anyOf/0/properties/nrwpisuwprow
                type: string
                description: Record number
              nrwpisuwykr:
                $id: >-
                  #items/anyOf/0/properties/czyprowadzidzialalnosczinnymipodmiotami/items/anyOf/0/properties/nrwpisuwykr
                type: string
                description: Discharge number
        daneowczesniejszejrejestracji:
          $id: '#items/anyOf/0/properties/daneowczesniejszejrejestracji'
          type: array
          description: Pre-registration data
          items:
            $id: >-
              #items/anyOf/0/properties/daneowczesniejszejrejestracji/items/anyOf/0
            type: object
            properties:
              nazwapoprzedniegorejestru:
                $id: >-
                  #items/anyOf/0/properties/daneowczesniejszejrejestracji/items/anyOf/0/properties/nazwapoprzedniegorejestru
                type: string
                description: >-
                  The name of the previous register in which the company was
                  registered
              numerwpoprzednimrejestrze:
                $id: >-
                  #items/anyOf/0/properties/daneowczesniejszejrejestracji/items/anyOf/0/properties/numerwpoprzednimrejestrze
                type: string
                description: Number in the previous register
              sadprowadzacyrejestr:
                $id: >-
                  #items/anyOf/0/properties/daneowczesniejszejrejestracji/items/anyOf/0/properties/sadprowadzacyrejestr
                type: string
                description: The name of the body storing the previous registration case
              nrwpisuwprow:
                $id: >-
                  #items/anyOf/0/properties/daneowczesniejszejrejestracji/items/anyOf/0/properties/nrwpisuwprow
                type: string
                description: Record number
              nrwpisuwykr:
                $id: >-
                  #items/anyOf/0/properties/daneowczesniejszejrejestracji/items/anyOf/0/properties/nrwpisuwykr
                type: string
                description: Discharge number
        formaprawna:
          $id: '#items/anyOf/0/properties/formaprawna'
          type: array
          description: Data on legal form
          items:
            $id: '#items/anyOf/0/properties/formaprawna/items/anyOf/0'
            type: object
            properties:
              formaprawna:
                $id: >-
                  #items/anyOf/0/properties/formaprawna/items/anyOf/0/properties/formaprawna
                type: string
                description: Organizational and legal form
              nrwpisuwprow:
                $id: >-
                  #items/anyOf/0/properties/formaprawna/items/anyOf/0/properties/nrwpisuwprow
                type: string
                description: Record number
              nrwpisuwykr:
                $id: >-
                  #items/anyOf/0/properties/formaprawna/items/anyOf/0/properties/nrwpisuwykr
                type: string
                description: Discharge number
        identyfikator:
          $id: '#items/anyOf/0/properties/identyfikator'
          type: array
          description: Data on identifiers
          items:
            $id: '#items/anyOf/0/properties/identyfikator/items/anyOf/0'
            type: object
            properties:
              datadecyzji:
                $id: >-
                  #items/anyOf/0/properties/identyfikator/items/anyOf/0/properties/datadecyzji
                type: string
                description: Date of decision
              nip:
                $id: >-
                  #items/anyOf/0/properties/identyfikator/items/anyOf/0/properties/nip
                type: string
                description: NIP number
              regon:
                $id: >-
                  #items/anyOf/0/properties/identyfikator/items/anyOf/0/properties/regon
                type: string
                description: REGON number
              statusnip:
                $id: >-
                  #items/anyOf/0/properties/identyfikator/items/anyOf/0/properties/statusnip
                type: string
                description: NIP status
              nrwpisuwprow:
                $id: >-
                  #items/anyOf/0/properties/identyfikator/items/anyOf/0/properties/nrwpisuwprow
                type: string
                description: Record number
              nrwpisuwykr:
                $id: >-
                  #items/anyOf/0/properties/identyfikator/items/anyOf/0/properties/nrwpisuwykr
                type: string
                description: Discharge number
        informacjaoczasienajakizostalutworzonypodmiot:
          $id: >-
            #items/anyOf/0/properties/informacjaoczasienajakizostalutworzonypodmiot
          type: array
          description: Data on the term for which the entity was created
          items:
            $id: >-
              #items/anyOf/0/properties/informacjaoczasienajakizostalutworzonypodmiot/items/anyOf/0
            type: object
            properties:
              czasnajakiutworzonyzostalpodmiot:
                $id: >-
                  #items/anyOf/0/properties/informacjaoczasienajakizostalutworzonypodmiot/items/anyOf/0/properties/czasnajakiutworzonyzostalpodmiot
                type: string
                description: The term for which the organization was created
              nrwpisuwprow:
                $id: >-
                  #items/anyOf/0/properties/informacjaoczasienajakizostalutworzonypodmiot/items/anyOf/0/properties/nrwpisuwprow
                type: string
                description: Record number
              nrwpisuwykr:
                $id: >-
                  #items/anyOf/0/properties/informacjaoczasienajakizostalutworzonypodmiot/items/anyOf/0/properties/nrwpisuwykr
                type: string
                description: Discharge number
        informacjaoliczbieudzialow:
          $id: '#items/anyOf/0/properties/informacjaoliczbieudzialow'
          type: array
          description: Data on the number of shares (shares)
          items:
            $id: '#items/anyOf/0/properties/informacjaoliczbieudzialow/items/anyOf/0'
            type: object
            properties:
              informacjaoliczbieudzialow:
                $id: >-
                  #items/anyOf/0/properties/informacjaoliczbieudzialow/items/anyOf/0/properties/informacjaoliczbieudzialow
                type: string
                description: Information on the number of shares (shares)
              nrwpisuwprow:
                $id: >-
                  #items/anyOf/0/properties/informacjaoliczbieudzialow/items/anyOf/0/properties/nrwpisuwprow
                type: string
                description: Record number
              nrwpisuwykr:
                $id: >-
                  #items/anyOf/0/properties/informacjaoliczbieudzialow/items/anyOf/0/properties/nrwpisuwykr
                type: string
                description: Discharge number
        nazwa:
          $id: '#items/anyOf/0/properties/nazwa'
          type: array
          description: Data on names
          items:
            $id: '#items/anyOf/0/properties/nazwa/items/anyOf/0'
            type: object
            properties:
              nazwa:
                $id: '#items/anyOf/0/properties/nazwa/items/anyOf/0/properties/nazwa'
                type: string
                description: The name of YuO
              nrwpisuwprow:
                $id: >-
                  #items/anyOf/0/properties/nazwa/items/anyOf/0/properties/nrwpisuwprow
                type: string
                description: Record number
              nrwpisuwykr:
                $id: >-
                  #items/anyOf/0/properties/nazwa/items/anyOf/0/properties/nrwpisuwykr
                type: string
                description: Discharge number
        siedziba:
          $id: '#items/anyOf/0/properties/siedziba'
          type: array
          description: Registration address data
          items:
            $id: '#items/anyOf/0/properties/siedziba/items/anyOf/0'
            type: object
            properties:
              gmina:
                $id: >-
                  #items/anyOf/0/properties/siedziba/items/anyOf/0/properties/gmina
                type: string
                description: Commune
              powiat:
                $id: >-
                  #items/anyOf/0/properties/siedziba/items/anyOf/0/properties/powiat
                type: string
                description: County
              siedzibakraj:
                $id: >-
                  #items/anyOf/0/properties/siedziba/items/anyOf/0/properties/siedzibakraj
                type: string
                description: Country of location
              siedzibamiejscowosc:
                $id: >-
                  #items/anyOf/0/properties/siedziba/items/anyOf/0/properties/siedzibamiejscowosc
                type: string
                description: Location area
              wojewodztwo:
                $id: >-
                  #items/anyOf/0/properties/siedziba/items/anyOf/0/properties/wojewodztwo
                type: string
                description: Voivodeship
              nrwpisuwprow:
                $id: >-
                  #items/anyOf/0/properties/siedziba/items/anyOf/0/properties/nrwpisuwprow
                type: string
                description: Record number
              nrwpisuwykr:
                $id: >-
                  #items/anyOf/0/properties/siedziba/items/anyOf/0/properties/nrwpisuwykr
                type: string
                description: Discharge number
        krsapipelny_wpis:
          $id: '#items/anyOf/0/properties/krsapipelny_wpis'
          type: array
          description: Record data (history)
          items:
            $id: '#items/anyOf/0/properties/krsapipelny_wpis/items/anyOf/0'
            type: object
            properties:
              datauprawomocnienia:
                $id: >-
                  #items/anyOf/0/properties/krsapipelny_wpis/items/anyOf/0/properties/datauprawomocnienia
                type: string
                description: Effective date
              datawpisu:
                $id: >-
                  #items/anyOf/0/properties/krsapipelny_wpis/items/anyOf/0/properties/datawpisu
                type: string
                description: Record date
              nieprawomocny:
                $id: >-
                  #items/anyOf/0/properties/krsapipelny_wpis/items/anyOf/0/properties/nieprawomocny
                type: string
                description: Not entered into force
              opis:
                $id: >-
                  #items/anyOf/0/properties/krsapipelny_wpis/items/anyOf/0/properties/opis
                type: string
                description: Description
              oznaczeniesadudokonujacegowpisu:
                $id: >-
                  #items/anyOf/0/properties/krsapipelny_wpis/items/anyOf/0/properties/oznaczeniesadudokonujacegowpisu
                type: string
                description: The name of the body keeping the registration case
              nrwpisuwprow:
                $id: >-
                  #items/anyOf/0/properties/krsapipelny_wpis/items/anyOf/0/properties/nrwpisuwprow
                type: string
                description: Record number
              nrwpisuwykr:
                $id: >-
                  #items/anyOf/0/properties/krsapipelny_wpis/items/anyOf/0/properties/nrwpisuwykr
                type: string
                description: Discharge number
        przewazajacej_dzialalnosci:
          $id: '#przewazajacej_dzialalnosci'
          type: array
          description: Data on the predominant activity
          items:
            $ref: '#/components/schemas/dzialalnosci'
        pozostalej_dzialalnosci:
          $id: '#pozostalej_dzialalnosci'
          type: array
          description: Data on other activities
          items:
            $ref: '#/components/schemas/dzialalnosci'
        informacja_o_zawarciu_zmianie_umowy_statutu:
          $id: >-
            #items/anyOf/0/properties/informacja_o_zawarciu_zmianie_umowy_statutu
          type: array
          description: Data on the conclusion, changes to the agreement or statute
          items:
            $ref: '#/components/schemas/dzialalnosci'
        informacja_o_celu_dzialania_organizacji:
          $id: '#items/anyOf/0/properties/informacja_o_celu_dzialania_organizacji'
          type: array
          description: Data on the purpose of the activity of the UO
          items:
            $id: >-
              #items/anyOf/0/properties/informacja_o_celu_dzialania_organizacji/items/anyOf/0
            type: object
            properties:
              celDzialania:
                $id: >-
                  #items/anyOf/0/properties/informacja_o_celu_dzialania_organizacji/items/anyOf/0/properties/celDzialania
                type: string
                description: Purpose of activity
              nrwpisuwprow:
                $id: >-
                  #items/anyOf/0/properties/informacja_o_celu_dzialania_organizacji/items/anyOf/0/properties/nrwpisuwprow
                type: string
                description: Record number
              nrwpisuwykr:
                $id: >-
                  #items/anyOf/0/properties/informacja_o_celu_dzialania_organizacji/items/anyOf/0/properties/nrwpisuwykr
                type: string
                description: Discharge number
        sposob_reprezentacji_podmiotu:
          $id: '#items/anyOf/0/properties/sposob_reprezentacji_podmiotu'
          type: array
          description: Data on the method of representation of the subject
          items:
            $id: >-
              #items/anyOf/0/properties/sposob_reprezentacji_podmiotu/items/anyOf/0
            type: object
            properties:
              sposob_reprezentacji_likwidatorow:
                $id: >-
                  #items/anyOf/0/properties/sposob_reprezentacji_podmiotu/items/anyOf/0/properties/sposob_reprezentacji_likwidatorow
                type: string
                description: The method of representation of the subject by liquidators
              nrwpisuwprow:
                $id: >-
                  #items/anyOf/0/properties/sposob_reprezentacji_podmiotu/items/anyOf/0/properties/nrwpisuwprow
                type: string
                description: Record number
              nrwpisuwykr:
                $id: >-
                  #items/anyOf/0/properties/sposob_reprezentacji_podmiotu/items/anyOf/0/properties/nrwpisuwykr
                type: string
                description: Discharge number
        rozwiazanieuniewaznienie_informacjaorozwiazaniuuniewaznieniu:
          $id: >-
            #items/anyOf/0/properties/rozwiazanieuniewaznienie_informacjaorozwiazaniuuniewaznieniu
          type: array
          description: Decision/Invalidity Data
          items:
            $id: >-
              #items/anyOf/0/properties/rozwiazanieuniewaznienie_informacjaorozwiazaniuuniewaznieniu/items/anyOf/0
            type: object
            properties:
              informacjaorozwiazaniuuniewaznieniu:
                $id: >-
                  #items/anyOf/0/properties/rozwiazanieuniewaznienie_informacjaorozwiazaniuuniewaznieniu/items/anyOf/0/properties/informacjaorozwiazaniuuniewaznieniu
                type: string
                description: Decision/invalidation information
              nrwpisuwprow:
                $id: >-
                  #items/anyOf/0/properties/rozwiazanieuniewaznienie_informacjaorozwiazaniuuniewaznieniu/items/anyOf/0/properties/nrwpisuwprow
                type: string
                description: Record number
              nrwpisuwykr:
                $id: >-
                  #items/anyOf/0/properties/rozwiazanieuniewaznienie_informacjaorozwiazaniuuniewaznieniu/items/anyOf/0/properties/nrwpisuwykr
                type: string
                description: Discharge number
        rozwiazanieuniewaznienie_okreslenieokolicznosci:
          $id: >-
            #items/anyOf/0/properties/rozwiazanieuniewaznienie_okreslenieokolicznosci
          type: array
          description: Data on decision/invalidity, determination of circumstances
          items:
            $id: >-
              #items/anyOf/0/properties/rozwiazanieuniewaznienie_okreslenieokolicznosci/items/anyOf/0
            type: object
            properties:
              okreslenieokolicznosci:
                $id: >-
                  #items/anyOf/0/properties/rozwiazanieuniewaznienie_okreslenieokolicznosci/items/anyOf/0/properties/okreslenieokolicznosci
                type: string
                description: Determination of circumstances
              nrwpisuwprow:
                $id: >-
                  #items/anyOf/0/properties/rozwiazanieuniewaznienie_okreslenieokolicznosci/items/anyOf/0/properties/nrwpisuwprow
                type: string
                description: Record number
              nrwpisuwykr:
                $id: >-
                  #items/anyOf/0/properties/rozwiazanieuniewaznienie_okreslenieokolicznosci/items/anyOf/0/properties/nrwpisuwykr
                type: string
                description: Discharge number
        wysokosckapitaluzakladowego:
          $id: '#items/anyOf/0/properties/wysokosckapitaluzakladowego'
          type: array
          description: Data on the size of the authorized capital
          items:
            $id: >-
              #items/anyOf/0/properties/wysokosckapitaluzakladowego/items/anyOf/0
            type: object
            properties:
              suma:
                $id: >-
                  #items/anyOf/0/properties/wysokosckapitaluzakladowego/items/anyOf/0/properties/suma
                type: string
                description: Sum
              waluta:
                $id: >-
                  #items/anyOf/0/properties/wysokosckapitaluzakladowego/items/anyOf/0/properties/waluta
                type: string
                description: Currency
              nrwpisuwprow:
                $id: >-
                  #items/anyOf/0/properties/wysokosckapitaluzakladowego/items/anyOf/0/properties/nrwpisuwprow
                type: string
                description: Record number
              nrwpisuwykr:
                $id: >-
                  #items/anyOf/0/properties/wysokosckapitaluzakladowego/items/anyOf/0/properties/nrwpisuwykr
                type: string
                description: Discharge number
        sposobreprezentacji:
          $id: '#items/anyOf/0/properties/sposobreprezentacji'
          type: array
          description: Data on the method of management of SE
          items:
            $id: '#items/anyOf/0/properties/sposobreprezentacji/items/anyOf/0'
            type: object
            properties:
              sposob:
                $id: >-
                  #items/anyOf/0/properties/sposobreprezentacji/items/anyOf/0/properties/sposob
                type: string
                description: The method of management of UO
              nrwpisuwprow:
                $id: >-
                  #items/anyOf/0/properties/sposobreprezentacji/items/anyOf/0/properties/nrwpisuwprow
                type: string
                description: Record number
              nrwpisuwykr:
                $id: >-
                  #items/anyOf/0/properties/sposobreprezentacji/items/anyOf/0/properties/nrwpisuwykr
                type: string
                description: Discharge number
        nazwaorganu:
          $id: '#items/anyOf/0/properties/nazwaorganu'
          type: array
          description: Data on the governing body
          items:
            $id: '#items/anyOf/0/properties/nazwaorganu/items/anyOf/0'
            type: object
            properties:
              nazwaorganu:
                $id: >-
                  #items/anyOf/0/properties/nazwaorganu/items/anyOf/0/properties/nazwaorganu
                type: string
                description: Name of the governing body of the legal entity
              nrwpisuwprow:
                $id: >-
                  #items/anyOf/0/properties/nazwaorganu/items/anyOf/0/properties/nrwpisuwprow
                type: string
                description: Record number
              nrwpisuwykr:
                $id: >-
                  #items/anyOf/0/properties/nazwaorganu/items/anyOf/0/properties/nrwpisuwykr
                type: string
                description: Discharge number
        beneficjent:
          $id: '#items/anyOf/0/properties/beneficjent'
          type: array
          description: Beneficiary data
          items:
            $id: '#items/anyOf/0/properties/beneficjent/items/anyOf/0'
            type: object
            properties:
              id:
                $id: >-
                  #items/anyOf/0/properties/beneficjent/items/anyOf/0/properties/id
                type: number
                description: Record identifier for the beneficiary
              related_type:
                $id: >-
                  #items/anyOf/0/properties/beneficjent/items/anyOf/0/properties/related_type
                type: string
                description: Type of connection
              imieinazwisko:
                $id: >-
                  #items/anyOf/0/properties/beneficjent/items/anyOf/0/properties/imieinazwisko
                type: string
                description: Surname and first name of the beneficiary
              rezydencja_code:
                $id: >-
                  #items/anyOf/0/properties/beneficjent/items/anyOf/0/properties/rezydencja_code
                type: string
                description: Character code of the country of residence
              rezydencja:
                $id: >-
                  #items/anyOf/0/properties/beneficjent/items/anyOf/0/properties/rezydencja
                type: string
                description: Country of residence
              obywatelstwo_code:
                $id: >-
                  #items/anyOf/0/properties/beneficjent/items/anyOf/0/properties/obywatelstwo_code
                type: string
                description: Character code of the country of citizenship
              obywatelstwo:
                $id: >-
                  #items/anyOf/0/properties/beneficjent/items/anyOf/0/properties/obywatelstwo
                type: string
                description: Country of citizenship
              udzial:
                $id: >-
                  #items/anyOf/0/properties/beneficjent/items/anyOf/0/properties/udzial
                type: string
                description: Fraction
              bezpośrednie_uprawnienia:
                $id: >-
                  #items/anyOf/0/properties/beneficjent/items/anyOf/0/properties/bezpośrednie_uprawnienia
                type: string
                description: Direct authority
              rodzaj_uprzywilejowania:
                $id: >-
                  #items/anyOf/0/properties/beneficjent/items/anyOf/0/properties/rodzaj_uprzywilejowania
                type: string
                description: Type of privileges
              opis_uprzywilejowania:
                $id: >-
                  #items/anyOf/0/properties/beneficjent/items/anyOf/0/properties/opis_uprzywilejowania
                type: string
                description: Description of privileges
              pośrednie_uprawnienia:
                $id: >-
                  #items/anyOf/0/properties/beneficjent/items/anyOf/0/properties/pośrednie_uprawnienia
                type: string
                description: Indirect authority
              inne_uprawnienia:
                $id: >-
                  #items/anyOf/0/properties/beneficjent/items/anyOf/0/properties/inne_uprawnienia
                type: string
                description: Other powers
              opis_uprawnień:
                $id: >-
                  #items/anyOf/0/properties/beneficjent/items/anyOf/0/properties/opis_uprawnień
                type: string
                description: Description of authority
        wspolnicy:
          $id: '#items/anyOf/0/properties/wspolnicy'
          type: array
          description: Participant data
          items:
            $ref: '#/components/schemas/wspolnicy'
        kierownicy:
          $id: '#items/anyOf/0/properties/kierownicy'
          type: array
          description: Data on managers
          items:
            $ref: '#/components/schemas/wspolnicy'
        inni:
          $id: '#items/anyOf/0/properties/inni'
          type: array
          description: Data on other related persons
          items:
            $ref: '#/components/schemas/wspolnicy'
        sposobpowstaniapodmiotu:
          $id: '#items/anyOf/0/properties/sposobpowstaniapodmiotu'
          type: object
          description: Data on the methods of formation of UA
          properties:
            okolicznosciPowstania:
              $id: >-
                #items/anyOf/0/properties/sposobpowstaniapodmiotu/okolicznosciPowstania
              type: array
              description: Data on the circumstances of the establishment of the JU
              items:
                $id: >-
                  #items/anyOf/0/properties/sposobpowstaniapodmiotu/okolicznosciPowstania/anyOf/0
                type: object
                properties:
                  okolicznosciPowstania:
                    $id: >-
                      #items/anyOf/0/properties/sposobpowstaniapodmiotu/okolicznosciPowstania/anyOf/0/okolicznosciPowstania
                    type: string
                    description: Circumstances of creation of YUO
                  nrwpisuwprow:
                    $id: >-
                      #items/anyOf/0/properties/sposobpowstaniapodmiotu/okolicznosciPowstania/anyOf/0/nrwpisuwprow
                    type: string
                    description: Record number
                  nrwpisuwykr:
                    $id: >-
                      #items/anyOf/0/properties/sposobpowstaniapodmiotu/okolicznosciPowstania/anyOf/0/nrwpisuwykr
                    type: string
                    description: Discharge number
            opisSposobuPowstaniaInformacjaOUchwale:
              $id: >-
                #items/anyOf/0/properties/sposobpowstaniapodmiotu/opisSposobuPowstaniaInformacjaOUchwale
              type: array
              description: >-
                Data on the description of the method of creation of the entity,
                information on the resolution
              items:
                $id: >-
                  #items/anyOf/0/properties/sposobpowstaniapodmiotu/opisSposobuPowstaniaInformacjaOUchwale/anyOf/0
                type: object
                properties:
                  opisSposobuPowstaniaInformacjaOUchwale:
                    $id: >-
                      #items/anyOf/0/properties/sposobpowstaniapodmiotu/opisSposobuPowstaniaInformacjaOUchwale/anyOf/0/opisSposobuPowstaniaInformacjaOUchwale
                    type: string
                    description: >-
                      Description of the method of creation of the subject,
                      information about the decision
                  nrwpisuwprow:
                    $id: >-
                      #items/anyOf/0/properties/sposobpowstaniapodmiotu/opisSposobuPowstaniaInformacjaOUchwale/anyOf/0/nrwpisuwprow
                    type: string
                    description: Record number
                  nrwpisuwykr:
                    $id: >-
                      #items/anyOf/0/properties/sposobpowstaniapodmiotu/opisSposobuPowstaniaInformacjaOUchwale/anyOf/0/nrwpisuwykr
                    type: string
                    description: Discharge number
            podmioty:
              $id: '#items/anyOf/0/properties/sposobpowstaniapodmiotu/podmioty'
              type: array
              description: >-
                Data on the description of the method of creation of the entity,
                information on the resolution
              items:
                $ref: '#/components/schemas/podmioty'
        jednostkaterenowaoddzial:
          $id: '#items/anyOf/0/properties/jednostkaterenowaoddzial'
          type: array
          description: Data on separate units
          items:
            $id: '#items/anyOf/0/properties/jednostkaterenowaoddzial/items/anyOf/0'
            type: object
            properties:
              nazwa:
                $id: '#items/anyOf/0/properties/jednostkaterenowaoddzial/nazwa'
                type: array
                description: Data on the names of the separated subdivisions
                items:
                  $id: >-
                    #items/anyOf/0/properties/jednostkaterenowaoddzial/nazwa/anyOf/0
                  type: object
                  properties:
                    nazwa:
                      $id: >-
                        #items/anyOf/0/properties/jednostkaterenowaoddzial/nazwa/anyOf/0/nazwa
                      type: string
                      description: Information on the names of the separate subdivisions
                    nrwpisuwprow:
                      $id: >-
                        #items/anyOf/0/properties/jednostkaterenowaoddzial/nazwa/anyOf/0/nrwpisuwprow
                      type: string
                      description: Record number
                    nrwpisuwykr:
                      $id: >-
                        #items/anyOf/0/properties/jednostkaterenowaoddzial/nazwa/anyOf/0/nrwpisuwykr
                      type: string
                      description: Discharge number
              adres_fizyczny:
                $id: >-
                  #items/anyOf/0/properties/jednostkaterenowaoddzial/adres_fizyczny
                type: array
                description: Data on the physical address of the separated unit
                items:
                  $ref: '#/components/schemas/pl_address'
              adres_prawny:
                $id: >-
                  #items/anyOf/0/properties/jednostkaterenowaoddzial/adres_prawny
                type: array
                description: Data on the legal address of the separate unit
                items:
                  $ref: '#/components/schemas/pl_address'
        zaleglosci:
          $id: '#items/anyOf/0/properties/zaleglosci'
          type: array
          description: Debt data
          items:
            $id: '#items/anyOf/0/properties/zaleglosci/items/anyOf/0'
            type: object
            properties:
              charakterZaleglosci:
                $id: '#items/anyOf/0/properties/zaleglosci/charakterZaleglosci'
                type: array
                description: Data on the nature of the debt
                items:
                  $id: >-
                    #items/anyOf/0/properties/zaleglosci/charakterZaleglosci/anyOf/0
                  type: object
                  properties:
                    charakterZaleglosci:
                      $id: >-
                        #items/anyOf/0/properties/zaleglosci/charakterZaleglosci/anyOf/0/charakterZaleglosci
                      type: string
                      description: The nature of the debt (type or reason for the debt).
                    nrwpisuwprow:
                      $id: >-
                        #items/anyOf/0/properties/zaleglosci/charakterZaleglosci/anyOf/0/nrwpisuwprow
                      type: string
                      description: Record number
                    nrwpisuwykr:
                      $id: >-
                        #items/anyOf/0/properties/zaleglosci/charakterZaleglosci/anyOf/0/nrwpisuwykr
                      type: string
                      description: Discharge number
              wszczecia:
                $id: '#items/anyOf/0/properties/zaleglosci/wszczecia'
                type: array
                description: Data on executive proceedings
                items:
                  $id: '#items/anyOf/0/properties/zaleglosci/wszczecia/anyOf/0'
                  type: object
                  properties:
                    organWydajacyTytulWykonawczy:
                      $id: >-
                        #items/anyOf/0/properties/zaleglosci/wszczecia/anyOf/0/organWydajacyTytulWykonawczy
                      type: string
                      description: >-
                        The body that issued the executive document (for
                        example, a court or tax inspectorate).
                    numerTytuluWykonawczego:
                      $id: >-
                        #items/anyOf/0/properties/zaleglosci/wszczecia/anyOf/0/numerTytuluWykonawczego
                      type: string
                      description: Executive document number
                    dataWszczeciaEgzekucji:
                      $id: >-
                        #items/anyOf/0/properties/zaleglosci/wszczecia/anyOf/0/dataWszczeciaEgzekucji
                      type: string
                      description: Date of commencement of executive proceedings
                    nrwpisuwprow:
                      $id: >-
                        #items/anyOf/0/properties/zaleglosci/wszczecia/anyOf/0/nrwpisuwprow
                      type: string
                      description: Record number
                    nrwpisuwykr:
                      $id: >-
                        #items/anyOf/0/properties/zaleglosci/wszczecia/anyOf/0/nrwpisuwykr
                      type: string
                      description: Discharge number
              dług:
                $id: '#items/anyOf/0/properties/zaleglosci/dług'
                type: array
                description: Debt data
                items:
                  $id: '#items/anyOf/0/properties/zaleglosci/dług/anyOf/0'
                  type: object
                  properties:
                    wartosc:
                      $id: >-
                        #items/anyOf/0/properties/zaleglosci/dług/anyOf/0/wartosc
                      type: string
                      description: Amount of debt (value of obligation)
                    waluta:
                      $id: '#items/anyOf/0/properties/zaleglosci/dług/anyOf/0/waluta'
                      type: string
                      description: Debt currency
                    nrwpisuwprow:
                      $id: >-
                        #items/anyOf/0/properties/zaleglosci/dług/anyOf/0/nrwpisuwprow
                      type: string
                      description: Record number
                    nrwpisuwykr:
                      $id: >-
                        #items/anyOf/0/properties/zaleglosci/dług/anyOf/0/nrwpisuwykr
                      type: string
                      description: Discharge number
              zakonczeniaEgzekucji:
                $id: '#items/anyOf/0/properties/zaleglosci/zakonczeniaEgzekucji'
                type: array
                description: Data on the completion of executive proceedings
                items:
                  $id: >-
                    #items/anyOf/0/properties/zaleglosci/zakonczeniaEgzekucji/anyOf/0
                  type: object
                  properties:
                    sposobZakonczeniaEgzekucji:
                      $id: >-
                        #items/anyOf/0/properties/zaleglosci/zakonczeniaEgzekucji/anyOf/0/sposobZakonczeniaEgzekucji
                      type: string
                      description: >-
                        The method of completion of enforcement proceedings (for
                        example, full recovery of the debt, termination of the
                        case, etc.)
                    dataOrzeczenia:
                      $id: >-
                        #items/anyOf/0/properties/zaleglosci/zakonczeniaEgzekucji/anyOf/0/dataOrzeczenia
                      type: string
                      description: >-
                        The date of the decision on the completion of executive
                        proceedings
                    organWydajacyPrawomocneOrzeczenie:
                      $id: >-
                        #items/anyOf/0/properties/zaleglosci/zakonczeniaEgzekucji/anyOf/0/organWydajacyPrawomocneOrzeczenie
                      type: string
                      description: The body that made the final decision in the case
                    nrwpisuwprow:
                      $id: >-
                        #items/anyOf/0/properties/zaleglosci/zakonczeniaEgzekucji/anyOf/0/nrwpisuwprow
                      type: string
                      description: Record number
                    nrwpisuwykr:
                      $id: >-
                        #items/anyOf/0/properties/zaleglosci/zakonczeniaEgzekucji/anyOf/0/nrwpisuwykr
                      type: string
                      description: Discharge number
        postepowanieupadlosciowe:
          $id: '#items/anyOf/0/properties/postepowanieupadlosciowe'
          type: array
          description: Data on bankruptcy proceedings
          items:
            $id: '#items/anyOf/0/properties/postepowanieupadlosciowe/items/anyOf/0'
            type: object
            properties:
              informacjaOOgloszeniuUpadlosci:
                $id: >-
                  #items/anyOf/0/properties/postepowanieupadlosciowe/informacjaOOgloszeniuUpadlosci
                type: array
                description: Data on the nature of the debt
                items:
                  $id: >-
                    #items/anyOf/0/properties/postepowanieupadlosciowe/informacjaOOgloszeniuUpadlosci/anyOf/0
                  type: object
                  properties:
                    organwydajacy:
                      $id: >-
                        #items/anyOf/0/properties/postepowanieupadlosciowe/informacjaOOgloszeniuUpadlosci/anyOf/0/organwydajacy
                      type: string
                      description: Decision issuing authority
                    sygnatura:
                      $id: >-
                        #items/anyOf/0/properties/postepowanieupadlosciowe/informacjaOOgloszeniuUpadlosci/anyOf/0/sygnatura
                      type: string
                      description: Signature
                    data:
                      $id: >-
                        #items/anyOf/0/properties/postepowanieupadlosciowe/informacjaOOgloszeniuUpadlosci/anyOf/0/data
                      type: string
                      description: Date of bankruptcy
                    nrwpisuwprow:
                      $id: >-
                        #items/anyOf/0/properties/postepowanieupadlosciowe/informacjaOOgloszeniuUpadlosci/anyOf/0/nrwpisuwprow
                      type: string
                      description: Record number
                    nrwpisuwykr:
                      $id: >-
                        #items/anyOf/0/properties/postepowanieupadlosciowe/informacjaOOgloszeniuUpadlosci/anyOf/0/nrwpisuwykr
                      type: string
                      description: Discharge number
              opisZakonczeniaProcesuUpadlosci:
                $id: >-
                  #items/anyOf/0/properties/postepowanieupadlosciowe/opisZakonczeniaProcesuUpadlosci
                type: array
                description: Data on the end of the bankruptcy process
                items:
                  $id: >-
                    #items/anyOf/0/properties/postepowanieupadlosciowe/opisZakonczeniaProcesuUpadlosci/anyOf/0
                  type: object
                  properties:
                    opissposobuzakonczeniapostepowania:
                      $id: >-
                        #items/anyOf/0/properties/postepowanieupadlosciowe/opisZakonczeniaProcesuUpadlosci/anyOf/0/opissposobuzakonczeniapostepowania
                      type: string
                      description: >-
                        Description of the method of termination of proceedings
                        in the case
                    datazakonczeniapostepowania:
                      $id: >-
                        #items/anyOf/0/properties/postepowanieupadlosciowe/opisZakonczeniaProcesuUpadlosci/anyOf/0/datazakonczeniapostepowania
                      type: string
                      description: The date of completion of the proceedings
                    nrwpisuwprow:
                      $id: >-
                        #items/anyOf/0/properties/postepowanieupadlosciowe/opisZakonczeniaProcesuUpadlosci/anyOf/0/nrwpisuwprow
                      type: string
                      description: Record number
                    nrwpisuwykr:
                      $id: >-
                        #items/anyOf/0/properties/postepowanieupadlosciowe/opisZakonczeniaProcesuUpadlosci/anyOf/0/nrwpisuwykr
                      type: string
                      description: Discharge number
              sposobProwadzeniaPostepowania:
                $id: >-
                  #items/anyOf/0/properties/postepowanieupadlosciowe/sposobProwadzeniaPostepowania
                type: array
                description: Data on the method of conducting proceedings
                items:
                  $id: >-
                    #items/anyOf/0/properties/postepowanieupadlosciowe/sposobProwadzeniaPostepowania/anyOf/0
                  type: object
                  properties:
                    sposobprowadzeniapostepowania:
                      $id: >-
                        #items/anyOf/0/properties/postepowanieupadlosciowe/sposobProwadzeniaPostepowania/anyOf/0/sposobprowadzeniapostepowania
                      type: string
                      description: Method of conducting proceedings
                    nrwpisuwprow:
                      $id: >-
                        #items/anyOf/0/properties/postepowanieupadlosciowe/sposobProwadzeniaPostepowania/anyOf/0/nrwpisuwprow
                      type: string
                      description: Record number
                    nrwpisuwykr:
                      $id: >-
                        #items/anyOf/0/properties/postepowanieupadlosciowe/sposobProwadzeniaPostepowania/anyOf/0/nrwpisuwykr
                      type: string
                      description: Discharge number
              informacjaOUchyleniuUkladu:
                $id: >-
                  #items/anyOf/0/properties/postepowanieupadlosciowe/informacjaOUchyleniuUkladu
                type: array
                description: Data regarding the termination of the agreement
                items:
                  $id: >-
                    #items/anyOf/0/properties/postepowanieupadlosciowe/informacjaOUchyleniuUkladu/anyOf/0
                  type: object
                  properties:
                    organwydajacy:
                      $id: >-
                        #items/anyOf/0/properties/postepowanieupadlosciowe/informacjaOUchyleniuUkladu/anyOf/0/organwydajacy
                      type: string
                      description: Decision issuing authority
                    sygnatura:
                      $id: >-
                        #items/anyOf/0/properties/postepowanieupadlosciowe/informacjaOUchyleniuUkladu/anyOf/0/sygnatura
                      type: string
                      description: Signature
                    data:
                      $id: >-
                        #items/anyOf/0/properties/postepowanieupadlosciowe/informacjaOUchyleniuUkladu/anyOf/0/data
                      type: string
                      description: Date of decision
                    nrwpisuwprow:
                      $id: >-
                        #items/anyOf/0/properties/postepowanieupadlosciowe/informacjaOUchyleniuUkladu/anyOf/0/nrwpisuwprow
                      type: string
                      description: Record number
                    nrwpisuwykr:
                      $id: >-
                        #items/anyOf/0/properties/postepowanieupadlosciowe/informacjaOUchyleniuUkladu/anyOf/0/nrwpisuwykr
                      type: string
                      description: Discharge number
        polaczeniepodzialprzeksztalcenie:
          $id: '#items/anyOf/0/properties/polaczeniepodzialprzeksztalcenie'
          type: array
          description: Data on mergers and acquisitions of entities
          items:
            $id: '#items/anyOf/0/properties/polaczeniepodzialprzeksztalcenie/items'
            items:
              $id: >-
                #items/anyOf/0/properties/polaczeniepodzialprzeksztalcenie/items/anyOf/0
              type: object
              properties:
                okreslenieOkolicznosci:
                  $id: >-
                    #items/anyOf/0/properties/polaczeniepodzialprzeksztalcenie/okreslenieOkolicznosci
                  type: array
                  description: >-
                    Data on the circumstances of the merger or acquisition of
                    entities
                  items:
                    $id: >-
                      #items/anyOf/0/properties/polaczeniepodzialprzeksztalcenie/okreslenieOkolicznosci/anyOf/0
                    type: object
                    properties:
                      okreslenieokolicznosci:
                        $id: >-
                          #items/anyOf/0/properties/polaczeniepodzialprzeksztalcenie/okreslenieOkolicznosci/anyOf/0/okreslenieokolicznosci
                        type: string
                        description: Circumstances of merger or acquisition of entities
                      nrwpisuwprow:
                        $id: >-
                          #items/anyOf/0/properties/polaczeniepodzialprzeksztalcenie/okreslenieOkolicznosci/anyOf/0/nrwpisuwprow
                        type: string
                        description: Record number
                      nrwpisuwykr:
                        $id: >-
                          #items/anyOf/0/properties/polaczeniepodzialprzeksztalcenie/okreslenieOkolicznosci/anyOf/0/nrwpisuwykr
                        type: string
                        description: Discharge number
                opisPolaczeniaPodzialuPrzeksztalcenia:
                  $id: >-
                    #items/anyOf/0/properties/polaczeniepodzialprzeksztalcenie/opisPolaczeniaPodzialuPrzeksztalcenia
                  type: array
                  description: >-
                    Data regarding the description of the merger or acquisition
                    of entities
                  items:
                    $id: >-
                      #items/anyOf/0/properties/polaczeniepodzialprzeksztalcenie/opisPolaczeniaPodzialuPrzeksztalcenia/anyOf/0
                    type: object
                    properties:
                      opispolaczeniapodzialuprzeksztalcenia:
                        $id: >-
                          #items/anyOf/0/properties/polaczeniepodzialprzeksztalcenie/opisPolaczeniaPodzialuPrzeksztalcenia/anyOf/0/opispolaczeniapodzialuprzeksztalcenia
                        type: string
                        description: Description of the merger or acquisition of entities
                      nrwpisuwprow:
                        $id: >-
                          #items/anyOf/0/properties/polaczeniepodzialprzeksztalcenie/opisPolaczeniaPodzialuPrzeksztalcenia/anyOf/0/nrwpisuwprow
                        type: string
                        description: Record number
                      nrwpisuwykr:
                        $id: >-
                          #items/anyOf/0/properties/polaczeniepodzialprzeksztalcenie/opisPolaczeniaPodzialuPrzeksztalcenia/anyOf/0/nrwpisuwykr
                        type: string
                        description: Discharge number
                podmiotyPrzejmowane:
                  $id: >-
                    #items/anyOf/0/properties/polaczeniepodzialprzeksztalcenie/podmiotyPrzejmowane
                  type: array
                  description: Data on absorbed subjects
                  items:
                    $ref: '#/components/schemas/podmioty'
                podmiotyPowstale:
                  $id: >-
                    #items/anyOf/0/properties/polaczeniepodzialprzeksztalcenie/podmiotyPowstale
                  type: array
                  description: Data on rebel subjects
                  items:
                    $ref: '#/components/schemas/podmioty'
        likwidacja:
          $id: '#items/anyOf/0/properties/likwidacja'
          type: array
          description: Liquidation data
          items:
            $id: '#items/anyOf/0/properties/likwidacja/items/anyOf/0'
            type: object
            properties:
              zakonczenie_likwidacji:
                $id: '#items/anyOf/0/properties/likwidacja/zakonczenie_likwidacji'
                type: array
                description: Data on the end of liquidation
                items:
                  $id: >-
                    #items/anyOf/0/properties/likwidacja/zakonczenie_likwidacji/anyOf/0
                  type: object
                  properties:
                    zakonczenielikwidacji:
                      $id: >-
                        #items/anyOf/0/properties/likwidacja/zakonczenie_likwidacji/anyOf/0/zakonczenielikwidacji
                      type: string
                      description: Description of the end of liquidation
                    nrwpisuwprow:
                      $id: >-
                        #items/anyOf/0/properties/likwidacja/zakonczenie_likwidacji/anyOf/0/nrwpisuwprow
                      type: string
                      description: Record number
                    nrwpisuwykr:
                      $id: >-
                        #items/anyOf/0/properties/likwidacja/zakonczenie_likwidacji/anyOf/0/nrwpisuwykr
                      type: string
                      description: Discharge number
              otwarcieLikwidacji:
                $id: '#items/anyOf/0/properties/likwidacja/otwarcieLikwidacji'
                type: array
                description: Data on the opening of liquidation
                items:
                  $id: >-
                    #items/anyOf/0/properties/likwidacja/otwarcieLikwidacji/anyOf/0
                  type: object
                  properties:
                    otwarcieLikwidacji:
                      $id: >-
                        #items/anyOf/0/properties/likwidacja/otwarcieLikwidacji/anyOf/0/otwarcieLikwidacji
                      type: string
                      description: Description of opening liquidation
                    nrwpisuwprow:
                      $id: >-
                        #items/anyOf/0/properties/likwidacja/otwarcieLikwidacji/anyOf/0/nrwpisuwprow
                      type: string
                      description: Record number
                    nrwpisuwykr:
                      $id: >-
                        #items/anyOf/0/properties/likwidacja/otwarcieLikwidacji/anyOf/0/nrwpisuwykr
                      type: string
                      description: Discharge number
              sposobReprezentacjiPodmiotuPrzezLikwidatorow:
                $id: >-
                  #items/anyOf/0/properties/sposobReprezentacjiPodmiotuPrzezLikwidatorow/sposobReprezentacjiPodmiotuPrzezLikwidatorow
                type: array
                description: >-
                  Data on the procedure for representation of a business entity
                  by liquidators
                items:
                  $id: >-
                    #items/anyOf/0/properties/likwidacja/sposobReprezentacjiPodmiotuPrzezLikwidatorow/anyOf/0
                  type: object
                  properties:
                    sposobReprezentacjiPodmiotuPrzezLikwidatorow:
                      $id: >-
                        #items/anyOf/0/properties/likwidacja/sposobReprezentacjiPodmiotuPrzezLikwidatorow/anyOf/0/sposobReprezentacjiPodmiotuPrzezLikwidatorow
                      type: string
                      description: >-
                        Procedure for representation of a business entity by
                        liquidators
                    nrwpisuwprow:
                      $id: >-
                        #items/anyOf/0/properties/likwidacja/sposobReprezentacjiPodmiotuPrzezLikwidatorow/anyOf/0/nrwpisuwprow
                      type: string
                      description: Record number
                    nrwpisuwykr:
                      $id: >-
                        #items/anyOf/0/properties/likwidacja/sposobReprezentacjiPodmiotuPrzezLikwidatorow/anyOf/0/nrwpisuwykr
                      type: string
                      description: Discharge number
        zawieszenie_wznowienie:
          $id: '#items/anyOf/0/properties/zawieszenie_wznowienie'
          type: array
          description: Suspension/resume data
          items:
            $id: '#items/anyOf/0/properties/zawieszenie_wznowienie/items/anyOf/0'
            type: object
            properties:
              dataZawieszenia:
                $id: >-
                  #items/anyOf/0/properties/zawieszenie_wznowienie/dataZawieszenia
                type: array
                description: Suspension data
                items:
                  $id: >-
                    #items/anyOf/0/properties/zawieszenie_wznowienie/dataZawieszenia/anyOf/0
                  type: object
                  properties:
                    datazawieszenia:
                      $id: >-
                        #items/anyOf/0/properties/zawieszenie_wznowienie/dataZawieszenia/anyOf/0/datazawieszenia
                      type: string
                      description: Date of suspension
                    organwydajacy:
                      $id: >-
                        #items/anyOf/0/properties/zawieszenie_wznowienie/dataZawieszenia/anyOf/0/organwydajacy
                      type: string
                      description: Decision issuing authority
                    sygnatura:
                      $id: >-
                        #items/anyOf/0/properties/zawieszenie_wznowienie/dataZawieszenia/anyOf/0/sygnatura
                      type: string
                      description: Signature
                    nrwpisuwprow:
                      $id: >-
                        #items/anyOf/0/properties/zawieszenie_wznowienie/dataZawieszenia/anyOf/0/nrwpisuwprow
                      type: string
                      description: Record number
                    nrwpisuwykr:
                      $id: >-
                        #items/anyOf/0/properties/zawieszenie_wznowienie/dataZawieszenia/anyOf/0/nrwpisuwykr
                      type: string
                      description: Discharge number
              dataWznowienia:
                $id: >-
                  #items/anyOf/0/properties/zawieszenie_wznowienie/dataWznowienia
                type: array
                description: Recovery data
                items:
                  $id: >-
                    #items/anyOf/0/properties/zawieszenie_wznowienie/dataWznowienia/anyOf/0
                  type: object
                  properties:
                    datawznowienia:
                      $id: >-
                        #items/anyOf/0/properties/zawieszenie_wznowienie/dataWznowienia/anyOf/0/datawznowienia
                      type: string
                      description: Restoration date
                    organwydajacy:
                      $id: >-
                        #items/anyOf/0/properties/zawieszenie_wznowienie/dataWznowienia/anyOf/0/organwydajacy
                      type: string
                      description: Decision issuing authority
                    sygnatura:
                      $id: >-
                        #items/anyOf/0/properties/zawieszenie_wznowienie/dataWznowienia/anyOf/0/sygnatura
                      type: string
                      description: Signature
                    nrwpisuwprow:
                      $id: >-
                        #items/anyOf/0/properties/zawieszenie_wznowienie/dataWznowienia/anyOf/0/nrwpisuwprow
                      type: string
                      description: Record number
                    nrwpisuwykr:
                      $id: >-
                        #items/anyOf/0/properties/zawieszenie_wznowienie/dataWznowienia/anyOf/0/nrwpisuwykr
                      type: string
                      description: Discharge number
        organ_sprawujacy_nadzor:
          $id: '#items/anyOf/0/properties/organ_sprawujacy_nadzor'
          type: array
          description: Data on the supervisory authority
          items:
            $id: '#items/anyOf/0/properties/organ_sprawujacy_nadzor/items/anyOf/0'
            type: object
            properties:
              organ_sprawujacy_nadzor:
                $id: >-
                  #items/anyOf/0/properties/organ_sprawujacy_nadzor/items/anyOf/0/properties/organ_sprawujacy_nadzor
                type: string
                description: Supervisory body
              nrwpisuwprow:
                $id: >-
                  #items/anyOf/0/properties/organ_sprawujacy_nadzor/items/anyOf/0/properties/nrwpisuwprow
                type: string
                description: Record number
              nrwpisuwykr:
                $id: >-
                  #items/anyOf/0/properties/organ_sprawujacy_nadzor/items/anyOf/0/properties/nrwpisuwykr
                type: string
                description: Discharge number
    jdg:
      $id: '#items/anyOf/0'
      type: object
      properties:
        id:
          $id: '#items/anyOf/0/properties/id'
          type: string
          description: The unique identifier of the registry entry
        nazwa:
          $id: '#items/anyOf/0/properties/nazwa'
          type: string
          description: Name of the entrepreneur / activity
        wlasciciel_imie:
          $id: '#items/anyOf/0/properties/wlasciciel_imie'
          type: string
          description: Name of the entrepreneur
        wlasciciel_nazwisko:
          $id: '#items/anyOf/0/properties/wlasciciel_nazwisko'
          type: string
          description: Surname of the entrepreneur
        obywatelstwa:
          $id: '#items/anyOf/0/properties/obywatelstwa'
          type: array
          description: Information about citizenship
          items:
            $id: '#items/anyOf/0/properties/obywatelstwa/items/anyOf/0'
            type: object
            properties:
              kraj:
                $id: >-
                  #items/anyOf/0/properties/obywatelstwa/items/anyOf/0/properties/kraj
                type: string
                description: Citizenship
              symbol:
                $id: >-
                  #items/anyOf/0/properties/obywatelstwa/items/anyOf/0/properties/symbol
                type: string
                description: Identifier of the country of citizenship
        wlasciciel_nip:
          $id: '#items/anyOf/0/properties/wlasciciel_nip'
          type: string
          description: Tax number (NIP)
        nipuchylony:
          $id: '#items/anyOf/0/properties/nipuchylony'
          type: string
          description: Information on the evasion of issuing a NIP tax number
        nipuniewaznienie:
          $id: '#items/anyOf/0/properties/nipuniewaznienie'
          type: string
          description: Information on the invalidation of the NIP tax number
        wlasciciel_regon:
          $id: '#items/anyOf/0/properties/wlasciciel_regon'
          type: string
          description: REGON number
        status:
          $id: '#items/anyOf/0/properties/status'
          type: string
          description: Activity status
        numer_statusu:
          $id: '#items/anyOf/0/properties/numer_statusu'
          type: number
          description: Activity status identifier
        datarozpoczecia:
          $id: '#items/anyOf/0/properties/datarozpoczecia'
          type: date
          description: Date of start of business activity
        datazawieszenia:
          $id: '#items/anyOf/0/properties/datazawieszenia'
          type: date
          description: Date of cessation of activity
        datawznowienia:
          $id: '#items/anyOf/0/properties/datawznowienia'
          type: date
          description: Date of resumption of activity
        datazakonczenia:
          $id: '#items/anyOf/0/properties/datazakonczenia'
          type: date
          description: Date of cessation of activity
        datawykreslenia:
          $id: '#items/anyOf/0/properties/datawykreslenia'
          type: date
          description: Date of exclusion from the CEIDG register
        datazgonu:
          $id: '#items/anyOf/0/properties/datazgonu'
          type: date
          description: Date of death of the entrepreneur
        adres_dzial_adresat:
          $id: '#items/anyOf/0/properties/adres_dzial_adresat'
          type: string
          description: Addressee permanent place of business activity
        adres_dzial_ulica:
          $id: '#items/anyOf/0/properties/adres_dzial_ulica'
          type: string
          description: The street is a permanent place of business activity
        adres_dzial_ulic:
          $id: '#items/anyOf/0/properties/adres_dzial_ulic'
          type: string
          description: Identifier of the street of the permanent place of business activity
        adres_dzial_budynek:
          $id: '#items/anyOf/0/properties/adres_dzial_budynek'
          type: string
          description: House number of the permanent place of business activity
        adres_dzial_lokal:
          $id: '#items/anyOf/0/properties/adres_dzial_lokal'
          type: string
          description: Number of the premises of the permanent place of business activity
        adres_dzial_kod:
          $id: '#items/anyOf/0/properties/adres_dzial_kod'
          type: string
          description: Postal code of permanent place of business activity
        adres_dzial_miasto:
          $id: '#items/anyOf/0/properties/adres_dzial_miasto'
          type: string
          description: City of permanent place of business activity
        adres_dzial_kraj:
          $id: '#items/anyOf/0/properties/adres_dzial_kraj'
          type: string
          description: Country of permanent place of business activity
        adres_dzial_gmina:
          $id: '#items/anyOf/0/properties/adres_dzial_gmina'
          type: string
          description: Commune permanent place of business activity
        adres_dzial_powiat:
          $id: '#items/anyOf/0/properties/adres_dzial_powiat'
          type: string
          description: The county is the permanent place of business activity
        adres_dzial_wojewodztwo:
          $id: '#items/anyOf/0/properties/adres_dzial_wojewodztwo'
          type: string
          description: Voivodeship permanent place of business activity
        adres_dzial_terc:
          $id: '#items/anyOf/0/properties/adres_dzial_terc'
          type: string
          description: TERC code of permanent place of business
        adres_dzial_simc:
          $id: '#items/anyOf/0/properties/adres_dzial_simc'
          type: string
          description: SIMC code of permanent place of business
        adres_dzial_skrytka_pocztowa:
          $id: '#items/anyOf/0/properties/adres_dzial_skrytka_pocztowa'
          type: string
          description: A mailbox is a permanent place of business
        adres_dzial_opis_nietyp:
          $id: '#items/anyOf/0/properties/adres_dzial_opis_nietyp'
          type: string
          description: >-
            Description of the atypical address of the permanent place of
            business activity
        adres_kor_adresat:
          $id: '#items/anyOf/0/properties/adres_kor_adresat'
          type: string
          description: The addressee of the correspondence address
        adres_kor_ulica:
          $id: '#items/anyOf/0/properties/adres_kor_ulica'
          type: string
          description: Correspondence address street
        adres_kor_ulic:
          $id: '#items/anyOf/0/properties/adres_kor_ulic'
          type: string
          description: Street identifier of the correspondence address
        adres_kor_budynek:
          $id: '#items/anyOf/0/properties/adres_kor_budynek'
          type: string
          description: House number of the correspondence address
        adres_kor_lokal:
          $id: '#items/anyOf/0/properties/adres_kor_lokal'
          type: string
          description: Room number of the correspondence address
        adres_kor_kod:
          $id: '#items/anyOf/0/properties/adres_kor_kod'
          type: string
          description: Postal code of the mailing address
        adres_kor_miasto:
          $id: '#items/anyOf/0/properties/adres_kor_miasto'
          type: string
          description: City of mailing address
        adres_kor_kraj:
          $id: '#items/anyOf/0/properties/adres_kor_kraj'
          type: string
          description: Country of mailing address
        adres_kor_gmina:
          $id: '#items/anyOf/0/properties/adres_kor_gmina'
          type: string
          description: Commune of correspondence address
        adres_kor_powiat:
          $id: '#items/anyOf/0/properties/adres_kor_powiat'
          type: string
          description: County of correspondence address
        adres_kor_wojewodztwo:
          $id: '#items/anyOf/0/properties/adres_kor_wojewodztwo'
          type: string
          description: Correspondence address voivodeship
        adres_kor_terc:
          $id: '#items/anyOf/0/properties/adres_kor_terc'
          type: string
          description: TERC code of the mailing address
        adres_kor_simc:
          $id: '#items/anyOf/0/properties/adres_kor_simc'
          type: string
          description: SIMC code of the mailing address
        adres_kor_skrytka_pocztowa:
          $id: '#items/anyOf/0/properties/adres_kor_skrytka_pocztowa'
          type: string
          description: The mailbox of the correspondence address
        adres_kor_opis_nietyp:
          $id: '#items/anyOf/0/properties/adres_kor_opis_nietyp'
          type: string
          description: Description of the atypical address of the correspondence address
        adresdoreczenelektronicznych:
          $id: '#items/anyOf/0/properties/adresdoreczenelektronicznych'
          type: string
          description: Address for electronic delivery
        wspolnoscmajatkowa:
          $id: '#items/anyOf/0/properties/wspolnoscmajatkowa'
          type: number
          description: Joint joint ownership
        wspolnoscmajatkowadataustania:
          $id: '#items/anyOf/0/properties/wspolnoscmajatkowadataustania'
          type: date
          description: The date of termination of community property
        link:
          $id: '#items/anyOf/0/properties/link'
          type: string
          description: ''
        telefon:
          $id: '#items/anyOf/0/properties/telefon'
          type: string
          description: Phone
        email:
          $id: '#items/anyOf/0/properties/email'
          type: string
          description: E-mail address
        www:
          $id: '#items/anyOf/0/properties/www'
          type: string
          description: Website
        innaformakontaktu:
          $id: '#items/anyOf/0/properties/innaformakontaktu'
          type: string
          description: Other means of communication
        pkd_glowny_kod:
          $id: '#items/anyOf/0/properties/pkd_glowny_kod'
          type: string
          description: Type of economic activity code (PKD)
        pkd_glowny_nazwa:
          $id: '#items/anyOf/0/properties/pkd_glowny_nazwa'
          type: string
          description: The name of the type of economic activity
        rok_pkd:
          $id: '#items/anyOf/0/properties/rok_pkd'
          type: string
          description: Year
        pkd:
          $id: '#items/anyOf/0/properties/pkd'
          type: array
          description: Information on the type of activity
          items:
            $id: '#items/anyOf/0/properties/pkd/items/anyOf/0'
            type: object
            properties:
              kod:
                $id: '#items/anyOf/0/properties/pkd/items/anyOf/0/properties/kod'
                type: string
                description: Type of economic activity code (PKD)
              nazwa:
                $id: '#items/anyOf/0/properties/pkd/items/anyOf/0/properties/nazwa'
                type: string
                description: The name of the type of economic activity
              podstawy_wykreslenia:
                $id: >-
                  #items/anyOf/0/properties/pkd/items/anyOf/0/properties/podstawy_wykreslenia
                type: array
                description: The name of the type of economic activity
        spolki:
          $id: '#items/anyOf/0/properties/spolki'
          type: array
          description: Information on civil partnerships, the entrepreneur is a member
          items:
            $id: '#items/anyOf/0/properties/spolki/items/anyOf/0'
            type: object
            properties:
              datazawieszenia:
                $id: >-
                  #items/anyOf/0/properties/spolki/items/anyOf/0/properties/datazawieszenia
                type: string
                description: Date of suspension of activity in the company
              nip:
                $id: '#items/anyOf/0/properties/spolki/items/anyOf/0/properties/nip'
                type: string
                description: Tax number (NIP)
              regon:
                $id: >-
                  #items/anyOf/0/properties/spolki/items/anyOf/0/properties/regon
                type: string
                description: REGON number
        zakazy:
          $id: '#items/anyOf/0/properties/zakazy'
          type: array
          description: Information about bans
          items:
            $id: '#items/anyOf/0/properties/zakazy/items/anyOf/0'
            type: object
            properties:
              datauprawomocnienia:
                $id: >-
                  #items/anyOf/0/properties/zakazy/items/anyOf/0/properties/datauprawomocnienia
                type: string
                description: Effective date
              datawydania:
                $id: >-
                  #items/anyOf/0/properties/zakazy/items/anyOf/0/properties/datawydania
                type: string
                description: Issue date
              okres:
                $id: >-
                  #items/anyOf/0/properties/zakazy/items/anyOf/0/properties/okres
                type: string
                description: Validity period
              opis:
                $id: '#items/anyOf/0/properties/zakazy/items/anyOf/0/properties/opis'
                type: string
                description: Description
              typ:
                $id: '#items/anyOf/0/properties/zakazy/items/anyOf/0/properties/typ'
                type: string
                description: Type
        upadlosci:
          $id: '#items/anyOf/0/properties/upadlosci'
          type: array
          description: Bankruptcy information
          items:
            $id: '#items/anyOf/0/properties/upadlosci/items/anyOf/0'
            type: object
            properties:
              dataorzeczenia:
                $id: >-
                  #items/anyOf/0/properties/upadlosci/items/anyOf/0/properties/dataorzeczenia
                type: string
                description: Date of declaration of bankruptcy
              imie:
                $id: >-
                  #items/anyOf/0/properties/upadlosci/items/anyOf/0/properties/imie
                type: string
                description: Name
              nazwisko:
                $id: >-
                  #items/anyOf/0/properties/upadlosci/items/anyOf/0/properties/nazwisko
                type: string
                description: Name
              nip:
                $id: >-
                  #items/anyOf/0/properties/upadlosci/items/anyOf/0/properties/nip
                type: string
                description: Tax number (NIP)
              rodzajinformacji:
                $id: >-
                  #items/anyOf/0/properties/upadlosci/items/anyOf/0/properties/rodzajinformacji
                type: string
                description: Type of information
        zarzadsukcesyjnydataustanowienia:
          $id: '#items/anyOf/0/properties/zarzadsukcesyjnydataustanowienia'
          type: date
          description: Date of establishment of inheritance management
        zarzadsukcesyjnydatawygasniecia:
          $id: '#items/anyOf/0/properties/zarzadsukcesyjnydatawygasniecia'
          type: date
          description: Date of termination of inheritance management
        zarzadca_data_ustanowienia:
          $id: '#items/anyOf/0/properties/zarzadca_data_ustanowienia'
          type: date
          description: Date of appointment of the hereditary manager
        zarzadca_imie:
          $id: '#items/anyOf/0/properties/zarzadca_imie'
          type: string
          description: Manager's name
        zarzadca_nazwisko:
          $id: '#items/anyOf/0/properties/zarzadca_nazwisko'
          type: string
          description: Manager's last name
        zarzadca_obyw_kraj:
          $id: '#items/anyOf/0/properties/zarzadca_obyw_kraj'
          type: string
          description: Country of citizenship of the manager
        zarzadca_obyw_symbol:
          $id: '#items/anyOf/0/properties/zarzadca_obyw_symbol'
          type: string
          description: Citizenship code of the manager
        zarzadca_nip:
          $id: '#items/anyOf/0/properties/zarzadca_nip'
          type: string
          description: Tax number of the manager (NIP)
        zarzadca_adres_do:
          $id: '#items/anyOf/0/properties/zarzadca_adres_do'
          type: string
          description: Manager's mailing address
        zarzadca_email:
          $id: '#items/anyOf/0/properties/zarzadca_email'
          type: string
          description: Email address of the manager
        zarzadca_telefon:
          $id: '#items/anyOf/0/properties/zarzadca_telefon'
          type: string
          description: Manager's phone number
        zarzadca_www:
          $id: '#items/anyOf/0/properties/zarzadca_www'
          type: string
          description: Manager's website
        zarzadca_inna_forma:
          $id: '#items/anyOf/0/properties/zarzadca_inna_forma'
          type: string
          description: Other means of communication of the manager
        uprawnienia:
          $id: '#items/anyOf/0/properties/uprawnienia'
          type: array
          description: Authorization information
          items:
            $id: '#items/anyOf/0/properties/uprawnienia/items/anyOf/0'
            type: object
            properties:
              dataod:
                $id: >-
                  #items/anyOf/0/properties/uprawnienia/items/anyOf/0/properties/dataod
                type: string
                description: Date of
              datado:
                $id: >-
                  #items/anyOf/0/properties/uprawnienia/items/anyOf/0/properties/datado
                type: string
                description: Date of
              nazwa:
                $id: >-
                  #items/anyOf/0/properties/uprawnienia/items/anyOf/0/properties/nazwa
                type: string
                description: Name
              opis:
                $id: >-
                  #items/anyOf/0/properties/uprawnienia/items/anyOf/0/properties/opis
                type: string
                description: Description
              wprowadzoneprzez:
                $id: >-
                  #items/anyOf/0/properties/uprawnienia/items/anyOf/0/properties/wprowadzoneprzez
                type: string
                description: Posted by
        ograniczenia:
          $id: '#items/anyOf/0/properties/ograniczenia'
          type: array
          description: Restriction information
          items:
            $id: '#items/anyOf/0/properties/ograniczenia/items/anyOf/0'
            type: object
            properties:
              dataod:
                $id: >-
                  #items/anyOf/0/properties/ograniczenia/items/anyOf/0/properties/dataod
                type: string
                description: Date of
              datado:
                $id: >-
                  #items/anyOf/0/properties/ograniczenia/items/anyOf/0/properties/datado
                type: string
                description: Date of
              nazwa:
                $id: >-
                  #items/anyOf/0/properties/ograniczenia/items/anyOf/0/properties/nazwa
                type: string
                description: Name
              opis:
                $id: >-
                  #items/anyOf/0/properties/ograniczenia/items/anyOf/0/properties/opis
                type: string
                description: Description
              wprowadzoneprzez:
                $id: >-
                  #items/anyOf/0/properties/ograniczenia/items/anyOf/0/properties/wprowadzoneprzez
                type: string
                description: Posted by
        ograniczenia_prawne:
          $id: '#items/anyOf/0/properties/ograniczenia_prawne'
          type: array
          description: >-
            Information regarding restriction / loss of legal capacity /
            appointment of a guardian
          items:
            $id: '#items/anyOf/0/properties/ograniczenia_prawne/items/anyOf/0'
            type: object
            properties:
              datarestrykcji:
                $id: >-
                  #items/anyOf/0/properties/ograniczenia_prawne/items/anyOf/0/properties/datarestrykcji
                type: string
                description: Date of introduction of restrictions (restrictions)
              imie:
                $id: >-
                  #items/anyOf/0/properties/ograniczenia_prawne/items/anyOf/0/properties/imie
                type: string
                description: Name
              nazwisko:
                $id: >-
                  #items/anyOf/0/properties/ograniczenia_prawne/items/anyOf/0/properties/nazwisko
                type: string
                description: Name
              nip:
                $id: >-
                  #items/anyOf/0/properties/ograniczenia_prawne/items/anyOf/0/properties/nip
                type: string
                description: Tax number (NIP)
              trybrestrykcji:
                $id: >-
                  #items/anyOf/0/properties/ograniczenia_prawne/items/anyOf/0/properties/trybrestrykcji
                type: string
                description: Restriction mode
              ustanowieniekuratora:
                $id: >-
                  #items/anyOf/0/properties/ograniczenia_prawne/items/anyOf/0/properties/ustanowieniekuratora
                type: string
                description: Appointment of curator
              wprowadzoneprzez:
                $id: >-
                  #items/anyOf/0/properties/ograniczenia_prawne/items/anyOf/0/properties/wprowadzoneprzez
                type: string
                description: Posted by
        kwalifikacje:
          $id: '#items/anyOf/0/properties/kwalifikacje'
          type: array
          description: Information about professional qualifications
          items:
            $id: '#items/anyOf/0/properties/kwalifikacje/items/anyOf/0'
            type: object
            properties:
              dataegzaminu:
                $id: >-
                  #items/anyOf/0/properties/kwalifikacje/items/anyOf/0/properties/dataegzaminu
                type: string
                description: Exam date
              datauniewaznienia:
                $id: >-
                  #items/anyOf/0/properties/kwalifikacje/items/anyOf/0/properties/datauniewaznienia
                type: string
                description: Cancellation date
              rodzajkwalifikacji:
                $id: >-
                  #items/anyOf/0/properties/kwalifikacje/items/anyOf/0/properties/rodzajkwalifikacji
                type: string
                description: Type of qualification
              symbolzawodu:
                $id: >-
                  #items/anyOf/0/properties/kwalifikacje/items/anyOf/0/properties/symbolzawodu
                type: string
                description: Profession code
              wprowadzonyprzez:
                $id: >-
                  #items/anyOf/0/properties/kwalifikacje/items/anyOf/0/properties/wprowadzonyprzez
                type: string
                description: Posted by
              wydanyprzez:
                $id: >-
                  #items/anyOf/0/properties/kwalifikacje/items/anyOf/0/properties/wydanyprzez
                type: string
                description: Issued by whom
              zawod:
                $id: >-
                  #items/anyOf/0/properties/kwalifikacje/items/anyOf/0/properties/zawod
                type: string
                description: Profession
        level:
          $id: '#items/anyOf/0/properties/level'
          type: string
          description: >-
            The level of coincidence in the register of Corruptors. The level
            field can take two values, Low and High. At this point, all answer
            choices will have a Low match rate.
    edrfullinfo:
      $id: '#items/anyOf/0'
      type: object
      properties:
        idrec:
          $id: '#items/anyOf/0/properties/idrec'
          type: number
          title: Identifier
          description: The identifier of the entry in the registry
        type:
          $id: '#items/anyOf/0/properties/type'
          type: number
          title: Type of person
          description: Type of person (0 – FOP, 1 – SE, 2 – Separate unit)
        branchstate:
          $id: '#items/anyOf/0/properties/branchstate'
          type: string
          description: A sign of a separate unit
        edrpou:
          $id: '#items/anyOf/0/properties/edrpou'
          type: string
          title: EDRPOU
          description: EDRPOU code of a legal entity
        name:
          $id: '#items/anyOf/0/properties/name'
          type: string
          title: Full name
          description: The full name of the legal entity or the name of the FOP
        shortName:
          $id: '#items/anyOf/0/properties/shortName'
          type: string
          title: Short name
          description: Short name of the legal entity
        altname:
          $id: '#items/anyOf/0/properties/altname'
          type: string
          description: Alternative names
        address:
          $id: '#items/anyOf/0/properties/address'
          type: string
          title: Address
          description: Address of registration of a legal entity or FOP
        stan:
          $id: '#items/anyOf/0/properties/stan'
          type: string
          title: Status of a legal entity or FOP
          description: >-
            Status of a legal entity or FOP. Possible values: REGISTERED,
            REGISTERED, CERTIFICATE OF STATE REGISTRATION INVALID, BANKRUPTCY
            CASE DISRUPTED (RESERVATION), BANKRUPTCY CASE VIOLATED, SUSPENDED,
            SUSPENDED, CANCELLED
        fdn:
          $id: '#items/anyOf/0/properties/fdn'
          type: string
          title: Digital code of the model charter (for LLCs)
          description: Digital code of the model charter (for LLCs)
        opf:
          $id: '#items/anyOf/0/properties/opf'
          type: string
          title: Organizational and legal form
          description: Organizational and legal form
        sm:
          $id: '#items/anyOf/0/properties/sm'
          type: string
          title: Name of the governing body of the legal entity
          description: Name of the governing body of the legal entity
        authorizedCapital:
          $id: '#items/anyOf/0/properties/authorizedCapital'
          type: string
          title: The size of the authorized (composite) capital (unit fund)
          description: The size of the authorized (composite) capital (unit fund)
        statute:
          $id: '#items/anyOf/0/properties/statute'
          type: string
          title: Type of founding document
          description: Type of founding document
        registration:
          $id: '#items/anyOf/0/properties/registration'
          type: string
          title: >-
            The date and number of the state registration of a legal entity or
            an individual entrepreneur
          description: >-
            The date and number of the state registration of a legal entity or
            an individual entrepreneur
        managingPaper:
          $id: '#items/anyOf/0/properties/managingPaper'
          type: string
          title: >-
            Data on the administrative act on the basis of which the legal
            entity was created: name, number, date
          description: >-
            Data on the administrative act on the basis of which the legal
            entity was created: name, number, date
        terminatedInfo:
          $id: '#items/anyOf/0/properties/terminatedInfo'
          type: string
          title: >-
            The date and number of the state registration of the termination of
            a legal entity or an individual entrepreneur, the reason for its
            entry
          description: >-
            The date and number of the state registration of the termination of
            a legal entity or an individual entrepreneur, the reason for its
            entry
        terminationCancelInfo:
          $id: '#items/anyOf/0/properties/terminationCancelInfo'
          type: string
          title: >-
            The date and number of the entry on the cancellation of the state
            registration of the termination of a legal entity or an individual
            entrepreneur, the reason for its entry
          description: >-
            The date and number of the entry on the cancellation of the state
            registration of the termination of a legal entity or an individual
            entrepreneur, the reason for its entry
        ca:
          $id: '#items/anyOf/0/properties/ca'
          type: string
          title: Place of storage of the registration file
          description: Place of storage of the registration file
        vpDates:
          $id: '#items/anyOf/0/properties/vpDates'
          type: string
          title: Date of opening of executive proceedings
          description: >-
            Date of opening of enforcement proceedings against a legal entity or
            an individual entrepreneur (for pending enforcement proceedings)
        contacts:
          $id: '#items/anyOf/0/properties/contacts'
          type: string
          title: >-
            Information on communication with a legal entity or an individual
            entrepreneur
          description: >-
            Information on communication with a legal entity or an individual
            entrepreneur
        address_mreg:
          $id: '#items/anyOf/0/properties/address_mreg'
          type: number
          title: Probable mass registration address
          description: >-
            A number of companies are registered at the registration address of
            this company
        edrpou_address_mreg:
          $id: '#items/anyOf/0/properties/edrpou_address_mreg'
          type: string
          description: >-
            The list of EDRPOU of youth registered at the same mass registration
            address
        isnoprofit:
          $id: '#items/anyOf/0/properties/isnoprofit'
          type: boolean
          description: A sign of unprofitability
        isriskbonds:
          $id: '#items/anyOf/0/properties/isriskbonds'
          type: boolean
          description: A sign of the risk associated with the issue of securities
        n_mfounder:
          $id: '#items/anyOf/0/properties/n_mfounder'
          type: number
          description: Number of organizations where this enterprise is a beneficiary
        mfounder_edrpou:
          $id: '#items/anyOf/0/properties/mfounder_edrpou'
          type: string
          description: EDRPOU of organizations where this enterprise is a beneficiary
        isbilorussian:
          $id: '#items/anyOf/0/properties/isbilorussian'
          type: boolean
          title: Communication with Belarus
          description: >-
            A citizen of Belarus is present among the owners (including
            beneficiaries). This parameter can take the value true or be absent
            at all if such persons are not detected
        isrussian:
          $id: '#items/anyOf/0/properties/isrussian'
          type: boolean
          title: Communication from Russia
          description: >-
            A citizen of Russia is present among the owners (including
            beneficiaries). This parameter can take the value true or be absent
            at all if such persons are not detected
        date_last_changed:
          $id: '#items/anyOf/0/properties/date_last_changed'
          type: string
          description: The date of the last changes in terms of ЮО or FOP
        indicators:
          $id: '#items/anyOf/0/properties/indicators'
          type: number
          description: Bit mask of indicators in numerical form
        indicators_str:
          $id: '#items/anyOf/0/properties/indicators_str'
          type: string
          description: Bit mask of indicators
        indicators_note:
          $id: '#items/anyOf/0/properties/indicators_note'
          type: string
          description: Description of indicators
        indicators_level:
          $id: '#items/anyOf/0/properties/indicators_level'
          type: number
          description: Risk level of indicators
        percent:
          $id: '#items/anyOf/0/properties/percent'
          type: number
          title: Match percentage
          description: >-
            The percentage of name (FPO name) or alternative name (FPO name)
            match according to the selected search algorithm
        level:
          $id: '#items/anyOf/0/properties/level'
          type: string
          title: Match level
          description: >-
            The level of coincidence in the register "Register of legal entities
            and FOP". The level field can take two values: "Low" and "High". A
            high level of coincidence is possible only in the case when the
            value of the input parameter ipn (EDRPOU) coincides with the value
            of the output parameter ipn. All other answer options will have a
            "Low" match level.
        founders:
          $id: '#items/anyOf/0/properties/founders'
          type: array
          title: An array of founder/member information
          description: An array of founder/member information
          items:
            $id: '#items/anyOf/0/properties/founders/items/anyOf/0'
            type: object
            properties:
              founder:
                $id: >-
                  #items/anyOf/0/properties/founders/items/anyOf/0/properties/founder
                type: string
                title: Information about the founder/participant
                description: >-
                  Information about the founder/participant from the EDR in its
                  original form
              name:
                $id: >-
                  #items/anyOf/0/properties/founders/items/anyOf/0/properties/name
                type: string
                description: Full name or name of the participant
              edrpou:
                $id: >-
                  #items/anyOf/0/properties/founders/items/anyOf/0/properties/edrpou
                type: string
                description: EDRPOU of the participant
              indicators:
                $id: >-
                  #items/anyOf/0/properties/founders/items/anyOf/0/properties/indicators
                type: number
                description: >-
                  Numerical value of the bit mask of the participant's UO
                  indicators
              indicators_str:
                $id: >-
                  #items/anyOf/0/properties/founders/items/anyOf/0/properties/indicators_str
                type: string
                description: The bit mask of the participant's UO indicators
              indicators_note:
                $id: >-
                  #items/anyOf/0/properties/founders/items/anyOf/0/properties/indicators_note
                type: string
                description: A description of the participant's HR indicators
              indicators_level:
                $id: >-
                  #items/anyOf/0/properties/founders/items/anyOf/0/properties/indicators_level
                type: number
                description: The risk level of the participant's HR indicators
              part_suma:
                $id: >-
                  #items/anyOf/0/properties/founders/items/anyOf/0/properties/part_suma
                type: number
                description: The amount of the share of the authorized capital
              percent:
                $id: >-
                  #items/anyOf/0/properties/founders/items/anyOf/0/properties/percent
                type: number
                description: Percentage share of authorized capital
              n_pep:
                $id: >-
                  #items/anyOf/0/properties/founders/items/anyOf/0/properties/n_pep
                type: number
                description: >-
                  Participant's involvement in PEPs (number of matches in
                  CheckLists)
              is_actual_pep:
                $id: >-
                  #items/anyOf/0/properties/founders/items/anyOf/0/properties/is_actual_pep
                type: boolean
                description: >-
                  Confirmation from the "Politically Significant Persons"
                  register that this person is a public figure.
              n_pep_ids:
                $id: >-
                  #items/anyOf/0/properties/founders/items/anyOf/0/properties/n_pep_ids
                type: string
                description: >-
                  List of identifiers of entries in the "Political significant
                  persons" register, relating to matches by participant
              n_san:
                $id: >-
                  #items/anyOf/0/properties/founders/items/anyOf/0/properties/n_san
                type: number
                description: >-
                  Participant's involvement in sanctioned lists/terrorists
                  (number of matches in CheckLists)
              is_actual_san:
                $id: >-
                  #items/anyOf/0/properties/founders/items/anyOf/0/properties/is_actual_san
                type: boolean
                description: >-
                  Confirmation from the "Sanctions" register that the given
                  person is sanctioned.
              n_san_ids:
                $id: >-
                  #items/anyOf/0/properties/founders/items/anyOf/0/properties/n_san_ids
                type: string
                description: >-
                  A list of identifiers of entries in the "Sanctions" register,
                  relating to matches by participant
              n_psan_ids:
                $id: >-
                  #items/anyOf/0/properties/founders/items/anyOf/0/properties/n_psan_ids
                type: string
                description: >-
                  A list of questionnaire identifiers in the "Sanction Lists"
                  register, which relate to matches by participant
              n_fop:
                $id: >-
                  #items/anyOf/0/properties/founders/items/anyOf/0/properties/n_fop
                type: boolean
                description: Is (was) a given person FOP.
              n_fop_ids:
                $id: >-
                  #items/anyOf/0/properties/founders/items/anyOf/0/properties/n_fop_ids
                type: string
                description: >-
                  The list of identifiers of entries in the "Information about
                  YUO and FOP" register, relating to matches by participant
              n_founder:
                $id: >-
                  #items/anyOf/0/properties/founders/items/anyOf/0/properties/n_founder
                type: string
                description: >-
                  Multi-participant - the number of legal entities in which this
                  person is still a participant (exclusively with this one)
              rel_edrpou:
                $id: >-
                  #items/anyOf/0/properties/founders/items/anyOf/0/properties/rel_edrpou
                type: string
                description: >-
                  List of EDRPOU in which this person is still a member (only
                  with this one)
              address_founder:
                $id: >-
                  #items/anyOf/0/properties/founders/items/anyOf/0/properties/address_founder
                type: string
                description: >-
                  Multi-participant address – the number of participants
                  registered at the given participant's address, if there is
                  more than one.
              name_adr_founder:
                $id: >-
                  #items/anyOf/0/properties/founders/items/anyOf/0/properties/name_adr_founder
                type: string
                description: >-
                  List of names of other participants registered at the address
                  of this participant
              edrpou_adr_founder:
                $id: >-
                  #items/anyOf/0/properties/founders/items/anyOf/0/properties/name_adr_founder
                type: string
                description: >-
                  List of EDRPOU in which other persons registered at this
                  address are members
              country_of_origin:
                $id: >-
                  #items/anyOf/0/properties/founders/items/anyOf/0/properties/country_of_origin
                type: string
                description: Participant's country of citizenship
              country_of_origin_risks:
                $id: >-
                  #items/anyOf/0/properties/founders/items/anyOf/0/properties/country_of_origin_risks
                type: object
                description: >-
                  Block of information about the riskiness of the participant's
                  country of citizenship
                items:
                  $ref: '#/components/schemas/edrfullinfo'
              country_of_register:
                $id: >-
                  #items/anyOf/0/properties/founders/items/anyOf/0/properties/country_of_register
                type: string
                description: Participant's country of registration
              country_of_register_risks:
                $id: >-
                  #items/anyOf/0/properties/founders/items/anyOf/0/properties/country_of_register_risks
                type: object
                description: >-
                  Block of information on the riskiness of the participant's
                  country of registration
                items:
                  $ref: '#/components/schemas/edrfullinfo'
        benefiaciars:
          $id: '#items/anyOf/0/properties/benefiaciars'
          type: array
          title: An array of information about beneficiaries
          description: An array of information about beneficiaries
          items:
            $id: '#items/anyOf/0/properties/benefiaciars/items/anyOf/0'
            type: object
            properties:
              founder:
                $id: >-
                  #items/anyOf/0/properties/benefiaciars/items/anyOf/0/properties/founder
                type: string
                title: Information about the beneficiary
                description: >-
                  Information about the beneficiary from the UDR in its original
                  form
              pib_name:
                $id: >-
                  #items/anyOf/0/properties/benefiaciars/items/anyOf/0/properties/pib_name
                type: string
                description: Full name or name of the beneficiary
              name:
                $id: >-
                  #items/anyOf/0/properties/benefiaciars/items/anyOf/0/properties/name
                type: string
                description: >-
                  The name of the social organization through which indirect
                  influence is exercised
              edrpou:
                $id: >-
                  #items/anyOf/0/properties/benefiaciars/items/anyOf/0/properties/edrpou
                type: string
                description: >-
                  EDRPOU of the Republic of Uzbekistan through which indirect
                  influence is exercised
              indicators:
                $id: >-
                  #items/anyOf/0/properties/benefiaciars/items/anyOf/0/properties/indicators
                type: number
                description: Numerical value of the bit mask of the indicators of ЮО KBV
              indicators_str:
                $id: >-
                  #items/anyOf/0/properties/benefiaciars/items/anyOf/0/properties/indicators_str
                type: string
                description: Bit mask of the indicators of ЮО KBV
              indicators_note:
                $id: >-
                  #items/anyOf/0/properties/benefiaciars/items/anyOf/0/properties/indicators_note
                type: string
                description: Description of the indicators of ЮО KBV
              indicators_level:
                $id: >-
                  #items/anyOf/0/properties/benefiaciars/items/anyOf/0/properties/indicators_level
                type: number
                description: The level of risk of the indicators of SAO KBV
              address_f:
                $id: >-
                  #items/anyOf/0/properties/benefiaciars/items/anyOf/0/properties/address_f
                type: string
                description: KBV registration address
              type:
                $id: >-
                  #items/anyOf/0/properties/benefiaciars/items/anyOf/0/properties/type
                type: number
                title: Type of beneficial ownership
                description: >-
                  Type of beneficial ownership: "5" - Direct decisive influence;
                  "6" - Indirect decisive influence; "7" - Direct and indirect
                  decisive influence
              role:
                $id: >-
                  #items/anyOf/0/properties/benefiaciars/items/anyOf/0/properties/role
                type: string
                description: A role in relation to a related entity
              interest:
                $id: >-
                  #items/anyOf/0/properties/benefiaciars/items/anyOf/0/properties/interest
                type: number
                description: >-
                  Percentage share of authorized capital or percentage of voting
                  rights
              indirect_interest:
                $id: >-
                  #items/anyOf/0/properties/benefiaciars/items/anyOf/0/properties/indirect_interest
                type: number
                description: >-
                  Percentage share of authorized capital or percentage of voting
                  rights (indirect influence)
              reason:
                $id: >-
                  #items/anyOf/0/properties/benefiaciars/items/anyOf/0/properties/reason
                type: string
                description: >-
                  The reason for the absence of KBV (if the legal entity does
                  not have KBV)
              other_impact:
                $id: >-
                  #items/anyOf/0/properties/benefiaciars/items/anyOf/0/properties/other_impact
                type: string
                description: The nature and extent of influence is different
              beneficiary_false:
                $id: >-
                  #items/anyOf/0/properties/benefiaciars/items/anyOf/0/properties/beneficiary_false
                type: boolean
                description: A sign that the information about KBV may be unreliability
              n_pep:
                $id: >-
                  #items/anyOf/0/properties/benefiaciars/items/anyOf/0/properties/n_pep
                type: number
                description: Involvement of KBV in PEPs (number of matches in CheckLists)
              is_actual_pep:
                $id: >-
                  #items/anyOf/0/properties/benefiaciars/items/anyOf/0/properties/is_actual_pep
                type: boolean
                description: >-
                  Confirmation from the "Politically Significant Persons"
                  register that this person is a public figure.
              n_pep_ids:
                $id: >-
                  #items/anyOf/0/properties/benefiaciars/items/anyOf/0/properties/n_pep_ids
                type: string
                description: >-
                  List of identifiers of entries in the "Political significant
                  persons" register, related to matches according to the KBV
              n_san:
                $id: >-
                  #items/anyOf/0/properties/benefiaciars/items/anyOf/0/properties/n_san
                type: number
                description: >-
                  KBV involvement in sanctioned lists/terrorists (number of
                  matches in CheckLists)
              is_actual_san:
                $id: >-
                  #items/anyOf/0/properties/benefiaciars/items/anyOf/0/properties/is_actual_san
                type: boolean
                description: >-
                  Confirmation from the "Sanctions" register that the given
                  person is sanctioned.
              n_san_ids:
                $id: >-
                  #items/anyOf/0/properties/benefiaciars/items/anyOf/0/properties/n_san_ids
                type: string
                description: >-
                  The list of identifiers of entries in the "Sanctions"
                  register, relating to matches according to the KBV
              n_psan_ids:
                $id: >-
                  #items/anyOf/0/properties/benefiaciars/items/anyOf/0/properties/n_psan_ids
                type: string
                description: >-
                  List of identifiers of questionnaires in the "Sanction Lists"
                  registry, related to matches on the KBV
              n_fop:
                $id: >-
                  #items/anyOf/0/properties/benefiaciars/items/anyOf/0/properties/n_fop
                type: boolean
                description: Is (was) a given person FOP.
              n_fop_ids:
                $id: >-
                  #items/anyOf/0/properties/benefiaciars/items/anyOf/0/properties/n_fop_ids
                type: string
                description: >-
                  The list of identifiers of records in the "Information about
                  YUO and FOP" register, relating to matches according to the
                  KBV
              n_mb:
                $id: >-
                  #items/anyOf/0/properties/benefiaciars/items/anyOf/0/properties/n_mb
                type: string
                description: >-
                  Multi-beneficiary - the number of legal entities in which this
                  person is also a beneficiary (exclusively with this one)
              rel_edrpou:
                $id: >-
                  #items/anyOf/0/properties/benefiaciars/items/anyOf/0/properties/rel_edrpou
                type: string
                description: >-
                  List of EDRPOU in which this person is still a beneficiary
                  (only with this one)
              address_mb:
                $id: >-
                  #items/anyOf/0/properties/benefiaciars/items/anyOf/0/properties/address_mb
                type: string
                description: >-
                  Multi-beneficiary address – the number of beneficiaries
                  registered at the address of a given beneficiary, if there is
                  more than one.
              name_adr_mb:
                $id: >-
                  #items/anyOf/0/properties/benefiaciars/items/anyOf/0/properties/name_adr_mb
                type: string
                description: >-
                  List of names of other beneficiaries registered at the address
                  of this beneficiary
              edrpou_adr_mb:
                $id: >-
                  #items/anyOf/0/properties/benefiaciars/items/anyOf/0/properties/edrpou_adr_mb
                type: string
                description: >-
                  List of EDRPOU in which other persons registered at this
                  address are beneficiaries
              country_of_origin:
                $id: >-
                  #items/anyOf/0/properties/benefiaciars/items/anyOf/0/properties/country_of_origin
                type: string
                description: Country of citizenship of the beneficiary
              country_of_origin_risks:
                $id: >-
                  #items/anyOf/0/properties/benefiaciars/items/anyOf/0/properties/country_of_origin_risks
                type: object
                description: >-
                  Block of information on the riskiness of the beneficiary's
                  country of citizenship
                items:
                  $ref: '#/components/schemas/edrfullinfo'
              country_of_register:
                $id: >-
                  #items/anyOf/0/properties/benefiaciars/items/anyOf/0/properties/country_of_register
                type: string
                description: Country of registration of the beneficiary
              country_of_register_risks:
                $id: >-
                  #items/anyOf/0/properties/benefiaciars/items/anyOf/0/properties/country_of_register_risks
                type: object
                description: >-
                  Block of information on the riskiness of the beneficiary's
                  country of registration
                items:
                  $ref: '#/components/schemas/edrfullinfo'
        manager_info:
          $id: '#items/anyOf/0/properties/manager_info'
          type: object
          title: Block regarding information about the manager
          description: Information about the manager
          properties:
            name:
              $id: '#items/anyOf/0/properties/manager_info/properties/name'
              type: string
              description: Name of the manager
            position:
              $id: '#items/anyOf/0/properties/manager_info/properties/position'
              type: string
              description: Position
            appointment_date:
              $id: >-
                #items/anyOf/0/properties/manager_info/properties/appointment_date
              type: string
              description: Appointment date
            restriction:
              $id: '#items/anyOf/0/properties/manager_info/properties/restriction'
              type: string
              description: Limitation
            m_pep:
              $id: '#items/anyOf/0/properties/manager_info/properties/m_pep'
              type: string
              description: >-
                Involvement of the manager in PEPs (number of matches in
                CheckLists)
            m_pep_ids:
              $id: '#items/anyOf/0/properties/manager_info/properties/m_pep_ids'
              type: string
              description: >-
                List of identifiers of entries in the "Political Significant
                Persons" register, relating to matches by head
            is_actual_pep:
              $id: '#items/anyOf/0/properties/manager_info/properties/is_actual_pep'
              type: boolean
              description: >-
                Confirmation from the "Politically Significant Persons" register
                that this person is a public figure.
            m_san:
              $id: '#items/anyOf/0/properties/manager_info/properties/m_san'
              type: string
              description: >-
                The presence of the manager in the sanctions lists/terrorist
                lists (number of matches in CheckLists)
            m_san_ids:
              $id: '#items/anyOf/0/properties/manager_info/properties/m_san_ids'
              type: string
              description: >-
                A list of identifiers of entries in the "Sanctions" register
                relating to matches by manager
            m_psan_ids:
              $id: '#items/anyOf/0/properties/manager_info/properties/m_psan_ids'
              type: string
              description: >-
                The list of questionnaire identifiers in the "Sanction Lists"
                register, which relate to matches by manager
            is_actual_san:
              $id: '#items/anyOf/0/properties/manager_info/properties/is_actual_san'
              type: boolean
              description: >-
                Confirmation from the "Sanctions" register that the given person
                is sanctioned.
        signers:
          $id: '#items/anyOf/0/properties/signers'
          type: array
          title: An array of signer information
          description: >-
            List of persons who can perform actions on behalf of a legal entity,
            including signing contracts, submitting documents for state
            registration, etc., or a person who is appointed as a manager of the
            property of an individual entrepreneur
          items:
            $id: '#items/anyOf/0/properties/signers/items/anyOf/0'
            type: object
            properties:
              founder:
                $id: >-
                  #items/anyOf/0/properties/signers/items/anyOf/0/properties/signer
                type: string
                title: Information about the signatory
                description: >-
                  surname, first name, patronymic, type of person, presence of
                  restrictions on the representation of a legal entity or the
                  full name of a person who is appointed as the manager of the
                  property of an individual entrepreneur
              name:
                $id: '#items/anyOf/0/properties/signers/properties/name'
                type: string
                description: Name of the signatory
              position:
                $id: '#items/anyOf/0/properties/signers/properties/position'
                type: string
                description: Position
              appointment_date:
                $id: '#items/anyOf/0/properties/signers/properties/appointment_date'
                type: string
                description: Appointment date
              restriction:
                $id: '#items/anyOf/0/properties/signers/properties/restriction'
                type: string
                description: Limitation
              m_pep:
                $id: '#items/anyOf/0/properties/signers/properties/m_pep'
                type: string
                description: >-
                  Involvement of the signatory in PEPs (number of matches in
                  CheckLists)
              m_pep_ids:
                $id: '#items/anyOf/0/properties/signers/properties/m_pep_ids'
                type: string
                description: >-
                  List of identifiers of entries in the "Political significant
                  persons" register, relating to matches by signatory
              is_actual_pep:
                $id: '#items/anyOf/0/properties/signers/properties/is_actual_pep'
                type: boolean
                description: >-
                  Confirmation from the "Politically Significant Persons"
                  register that this person is a public figure.
              m_san:
                $id: '#items/anyOf/0/properties/signers/properties/m_san'
                type: string
                description: >-
                  Presence of the signatory in the sanctions lists/terrorist
                  lists (number of matches in CheckLists)
              m_san_ids:
                $id: '#items/anyOf/0/properties/signers/properties/m_san_ids'
                type: string
                description: >-
                  A list of identifiers of entries in the "Sanctions" registry
                  relating to matches by signatory
              m_psan_ids:
                $id: '#items/anyOf/0/properties/signers/properties/m_psan_ids'
                type: string
                description: >-
                  List of identifiers of questionnaires in the "Sanction Lists"
                  register, relating to matches by signatory
              is_actual_san:
                $id: '#items/anyOf/0/properties/signers/properties/is_actual_san'
                type: boolean
                description: >-
                  Confirmation from the "Sanctions" register that the given
                  person is sanctioned.
        eps:
          $id: '#items/anyOf/0/properties/eps'
          type: array
          title: >-
            An array of information about the central or local executive
            authority
          description: >-
            An array of information about the central or local executive body to
            which the state enterprise belongs, or the state's share in the
            authorized capital of a legal entity, if this share is at least 25
            percent
          items:
            $id: '#items/anyOf/0/properties/eps/items/anyOf/0'
            type: object
            properties:
              name:
                $id: '#items/anyOf/0/properties/eps/items/anyOf/0/properties/name'
                type: string
                title: Name
                description: >-
                  The name of the central or local executive body to which the
                  state enterprise belongs, or the state's share in the
                  authorized capital of the legal entity, if this share is at
                  least 25 percent
              code:
                $id: '#items/anyOf/0/properties/eps/items/anyOf/0/properties/code'
                type: string
                title: EDRPOU
                description: >-
                  EDRPOU code of the central or local executive authority to
                  which the state enterprise belongs, or the state's share in
                  the authorized capital of the legal entity, if this share is
                  at least 25 percent
        aks:
          $id: '#items/anyOf/0/properties/aks'
          type: array
          title: Array of Quads
          description: >-
            List of types of activities of a legal entity or an individual
            entrepreneur
          items:
            $id: '#items/anyOf/0/properties/aks/items/anyOf/0'
            type: object
            properties:
              name:
                $id: '#items/anyOf/0/properties/aks/items/anyOf/0/properties/name'
                type: string
                title: Name
                description: The name of the type of activity
              code:
                $id: '#items/anyOf/0/properties/aks/items/anyOf/0/properties/code'
                type: string
                title: Quedu code
                description: Type of activity code
              prima:
                $id: '#items/anyOf/0/properties/aks/items/anyOf/0/properties/prima'
                type: string
                title: A sign of the main type of activity
                description: >-
                  Sign of the main type of activity (YES - if this Quad is the
                  main one)
        assignees:
          $id: '#items/anyOf/0/properties/assignees'
          type: array
          title: Array of information about legal successors
          description: Data on legal entities - legal successors
          items:
            $id: '#items/anyOf/0/properties/assignees/items/anyOf/0'
            type: object
            properties:
              name:
                $id: >-
                  #items/anyOf/0/properties/assignees/items/anyOf/0/properties/name
                type: string
                title: Name
                description: Full name of the legal successor
              code:
                $id: >-
                  #items/anyOf/0/properties/assignees/items/anyOf/0/properties/code
                type: string
                title: EDRPOU
                description: Identification code of the legal successor
        predecs:
          $id: '#items/anyOf/0/properties/predecs'
          type: array
          title: >-
            An array of information about legal entities whose legal successor
            is the registered legal entity
          description: >-
            Data on legal entities whose legal successor is a registered legal
            entity
          items:
            $id: '#items/anyOf/0/properties/predecs/items/anyOf/0'
            type: object
            properties:
              name:
                $id: >-
                  #items/anyOf/0/properties/predecs/items/anyOf/0/properties/name
                type: string
                title: Name
                description: Full name of predecessor
              code:
                $id: >-
                  #items/anyOf/0/properties/predecs/items/anyOf/0/properties/code
                type: string
                title: EDRPOU
                description: Identification code of the predecessor
        bankrupts:
          $id: '#items/anyOf/0/properties/bankrupts'
          type: array
          title: An array of bankruptcy information
          description: >-
            Data on the stay of a legal entity in the process of bankruptcy and
            rehabilitation proceedings
          items:
            $id: '#items/anyOf/0/properties/bankrupts/items/anyOf/0'
            type: object
            properties:
              opDate:
                $id: >-
                  #items/anyOf/0/properties/bankrupts/items/anyOf/0/properties/opDate
                type: string
                title: Date of operation
                description: Date of operation
              reason:
                $id: >-
                  #items/anyOf/0/properties/bankrupts/items/anyOf/0/properties/reason
                type: string
                title: Basis
                description: Basis
              sbjState:
                $id: >-
                  #items/anyOf/0/properties/bankrupts/items/anyOf/0/properties/sbjState
                type: string
                title: State of the subject
                description: State of the subject
              justmentName:
                $id: >-
                  #items/anyOf/0/properties/bankrupts/items/anyOf/0/properties/justmentName
                type: string
                title: >-
                  Information about the property manager managing the
                  remediation
                description: >-
                  Information about the manager of the property, managing the
                  rehabilitation: surname, first name, patronymic
        tsi:
          $id: '#items/anyOf/0/properties/tsi'
          type: array
          title: >-
            An array of information about the stay of a legal entity in the
            process of termination
          description: Data on the stay of a legal entity in the process of termination
          items:
            $id: '#items/anyOf/0/properties/tsi/items/anyOf/0'
            type: object
            properties:
              opDate:
                $id: '#items/anyOf/0/properties/tsi/items/anyOf/0/properties/opDate'
                type: string
                title: Date of operation
                description: Date of operation
              reason:
                $id: '#items/anyOf/0/properties/tsi/items/anyOf/0/properties/reason'
                type: string
                title: Basis
                description: Basis
              sbjState:
                $id: >-
                  #items/anyOf/0/properties/tsi/items/anyOf/0/properties/sbjState
                type: string
                title: State of the subject
                description: State of the subject
              signerName:
                $id: >-
                  #items/anyOf/0/properties/tsi/items/anyOf/0/properties/signerName
                type: string
                title: Information on the termination commission (liquidator)
                description: Information on the termination commission (liquidator)
              creditorReqEndDate:
                $id: >-
                  #items/anyOf/0/properties/tsi/items/anyOf/0/properties/creditorReqEndDate
                type: string
                title: Deadline for creditors to submit their claims
                description: >-
                  The term determined by the founders (participants) of the
                  legal entity, the court or the body that made the decision to
                  terminate the legal entity, for the creditors to declare their
                  claims
        exdatas:
          $id: '#items/anyOf/0/properties/exdatas'
          type: array
          title: >-
            An array of information on information received in the order of
            information interaction between the Unified State Register and
            information systems of state bodies
          description: >-
            Information obtained in the order of information interaction between
            the Unified State Register and information systems of state bodies
          items:
            $id: '#items/anyOf/0/properties/exdatas/items/anyOf/0'
            type: object
            properties:
              authorityName:
                $id: >-
                  #items/anyOf/0/properties/exdatas/items/anyOf/0/properties/authorityName
                type: string
                title: Name of the body
                description: The name of the body in which the legal entity is registered
              authorityCode:
                $id: >-
                  #items/anyOf/0/properties/exdatas/items/anyOf/0/properties/authorityCode
                type: string
                title: EDRPOU
                description: >-
                  Identification code of the body in which the legal entity is
                  registered
              taxPayType:
                $id: >-
                  #items/anyOf/0/properties/exdatas/items/anyOf/0/properties/taxPayType
                type: string
                title: Information about the departmental register
                description: Information about the departmental register
              startDate:
                $id: >-
                  #items/anyOf/0/properties/exdatas/items/anyOf/0/properties/startDate
                type: string
                title: The date of the registration
                description: The date of the registration
              startNum:
                $id: >-
                  #items/anyOf/0/properties/exdatas/items/anyOf/0/properties/startNum
                type: string
                title: Registration record number
                description: Registration record number
              endDate:
                $id: >-
                  #items/anyOf/0/properties/exdatas/items/anyOf/0/properties/endDate
                type: string
                title: The date of the deregistration record
                description: The date of the deregistration record
              endNum:
                $id: >-
                  #items/anyOf/0/properties/exdatas/items/anyOf/0/properties/endNum
                type: string
                title: Deregistration record number
                description: Deregistration record number
        branches:
          $id: '#items/anyOf/0/properties/branches'
          type: array
          title: An array of data about separated units
          description: >-
            An array of data about separated units. If the search result is a
            separate division, this block will contain information about the
            parent company (code, name fields)
          items:
            $id: '#items/anyOf/0/properties/branches/items/anyOf/0'
            type: object
            properties:
              code:
                $id: >-
                  #items/anyOf/0/properties/branches/items/anyOf/0/properties/code
                type: string
                title: EDRPOU
                description: >-
                  Identification code of a separate subdivision of a legal
                  entity or parent company (YEDRPOU)
              name:
                $id: >-
                  #items/anyOf/0/properties/branches/items/anyOf/0/properties/name
                type: string
                title: Name
                description: >-
                  The name of a separate division of a legal entity or parent
                  company
              address:
                $id: >-
                  #items/anyOf/0/properties/branches/items/anyOf/0/properties/address
                type: string
                title: Address
                description: Location of a separate subdivision of a legal entity
              signer:
                $id: >-
                  #items/anyOf/0/properties/branches/items/anyOf/0/properties/signer
                type: string
                title: Head
                description: >-
                  Information about the head of the separate unit: surname,
                  first name, patronymic, presence of restrictions on
                  representation on behalf of a legal entity
              createDate:
                $id: >-
                  #items/anyOf/0/properties/branches/items/anyOf/0/properties/createDate
                type: string
                title: Creation date
                description: >-
                  The date of creation of a separate subdivision of a legal
                  entity
              contacts:
                $id: >-
                  #items/anyOf/0/properties/branches/items/anyOf/0/properties/contacts
                type: string
                title: Contacts
                description: Information on communication with a legal entity
              indicators:
                $id: >-
                  #items/anyOf/0/properties/branches/items/anyOf/0/properties/indicators
                type: number
                description: >-
                  The numerical value of the bit mask of the indicators of the
                  mother UO
              indicators_str:
                $id: >-
                  #items/anyOf/0/properties/branches/items/anyOf/0/properties/indicators_str
                type: string
                description: Bit mask of the indicators of the mother UO
              indicators_note:
                $id: >-
                  #items/anyOf/0/properties/branches/items/anyOf/0/properties/indicators_note
                type: string
                description: Description of the indicators of the mother's UO
              indicators_level:
                $id: >-
                  #items/anyOf/0/properties/branches/items/anyOf/0/properties/indicators_level
                type: number
                description: The level of risk of indicators of maternal UT
              aks:
                $id: >-
                  #items/anyOf/0/properties/branches/items/anyOf/0/properties/aks
                type: array
                title: Array of Quads of a separate subdivision
                description: >-
                  List of types of activities of a separate subdivision of a
                  legal entity
                items:
                  $id: >-
                    #items/anyOf/0/properties/branches/items/anyOf/0/properties/aks/items/anyOf/0
                  type: object
                  properties:
                    name:
                      $id: >-
                        #items/anyOf/0/properties/branches/items/anyOf/0/properties/aks/items/anyOf/0/properties/name
                      type: string
                      title: Name
                      description: The name of the type of activity
                    code:
                      $id: >-
                        #items/anyOf/0/properties/branches/items/anyOf/0/properties/aks/items/anyOf/0/properties/code
                      type: string
                      title: Quedu code
                      description: Type of activity code
                    prima:
                      $id: >-
                        #items/anyOf/0/properties/branches/items/anyOf/0/properties/aks/items/anyOf/0/properties/prima
                      type: string
                      title: A sign of the main type of activity
                      description: >-
                        Sign of the main type of activity (YES - if this Quad is
                        the main one)
              exdata:
                $id: >-
                  #items/anyOf/0/properties/branches/items/anyOf/0/properties/exdata
                type: array
                title: >-
                  An array of information on information received in the order
                  of information interaction between the Unified State Register
                  and information systems of state bodies
                description: >-
                  Information obtained in the order of information interaction
                  between the Unified State Register and information systems of
                  state bodies
                items:
                  $id: >-
                    #items/anyOf/0/properties/branches/items/anyOf/0/properties/exdata/items/anyOf/0
                  type: object
                  properties:
                    authorityName:
                      $id: >-
                        #items/anyOf/0/properties/branches/items/anyOf/0/properties/exdata/items/anyOf/0/properties/authorityName
                      type: string
                      title: Name of the body
                      description: >-
                        The name of the body in which the legal entity is
                        registered
                    authorityCode:
                      $id: >-
                        #items/anyOf/0/properties/branches/items/anyOf/0/properties/exdata/items/anyOf/0/properties/authorityCode
                      type: string
                      title: EDRPOU
                      description: >-
                        Identification code of the body in which the legal
                        entity is registered
                    taxPayType:
                      $id: >-
                        #items/anyOf/0/properties/branches/items/anyOf/0/properties/exdata/items/anyOf/0/properties/taxPayType
                      type: string
                      title: Information about the departmental register
                      description: Information about the departmental register
                    startDate:
                      $id: >-
                        #items/anyOf/0/properties/branches/items/anyOf/0/properties/exdata/items/anyOf/0/properties/startDate
                      type: string
                      title: The date of the registration
                      description: The date of the registration
                    startNum:
                      $id: >-
                        #items/anyOf/0/properties/branches/items/anyOf/0/properties/exdata/items/anyOf/0/properties/startNum
                      type: string
                      title: Registration record number
                      description: Registration record number
                    endDate:
                      $id: >-
                        #items/anyOf/0/properties/branches/items/anyOf/0/properties/exdata/items/anyOf/0/properties/endDate
                      type: string
                      title: The date of the deregistration record
                      description: The date of the deregistration record
                    endNum:
                      $id: >-
                        #items/anyOf/0/properties/branches/items/anyOf/0/properties/exdata/items/anyOf/0/properties/endNum
                      type: string
                      title: Deregistration record number
                      description: Deregistration record number
    edrchanges:
      $id: '#items/anyOf/0'
      type: object
      properties:
        edrchangesfrom:
          $id: '#items/anyOf/0/properties/edrchangesfrom'
          type: string
          title: Start date
          description: The date of the beginning of the period under review
        edrchangesto:
          $id: '#items/anyOf/0/properties/edrchangesto'
          type: string
          title: End date
          description: End date of the period under review
        edrchanges:
          $id: '#items/anyOf/0/properties/edrchanges'
          type: array
          title: Data array of Changes in the EDR by a specific code of the EDRPOU
          description: Data array of Changes in the EDR by a specific code of the EDRPOU
          items:
            $id: '#items/anyOf/0/properties/edrchanges/items/anyOf/0'
            type: object
            properties:
              edrpou:
                $id: >-
                  #items/anyOf/0/properties/edrchanges/items/anyOf/0/properties/edrpou
                type: string
                title: EDRPOU
                description: EDRPOU code of a legal entity
              lastname:
                $id: >-
                  #items/anyOf/0/properties/edrchanges/items/anyOf/0/properties/lastname
                type: string
                title: Current full name
                description: Current full name of the legal entity
              lastsname:
                $id: >-
                  #items/anyOf/0/properties/edrchanges/items/anyOf/0/properties/lastsname
                type: string
                title: Current abbreviated name
                description: Current abbreviated name of the legal entity
              lastaddress:
                $id: >-
                  #items/anyOf/0/properties/edrchanges/items/anyOf/0/properties/lastaddress
                type: string
                title: Current address
                description: Current address of legal entity registration
              laststate:
                $id: >-
                  #items/anyOf/0/properties/edrchanges/items/anyOf/0/properties/laststate
                type: string
                title: Actual status
                description: Current status of the legal entity
              n_name:
                $id: >-
                  #items/anyOf/0/properties/edrchanges/items/anyOf/0/properties/n_name
                type: string
                title: Change of name (OPF)
                description: The number of name changes (OPF) for the period under review
              n_address:
                $id: >-
                  #items/anyOf/0/properties/edrchanges/items/anyOf/0/properties/n_address
                type: string
                title: Change of registration address
                description: >-
                  Number of registration address changes during the period under
                  review
              n_manag:
                $id: >-
                  #items/anyOf/0/properties/edrchanges/items/anyOf/0/properties/n_manag
                type: string
                title: Change of manager
                description: >-
                  The number of changes of the manager during the period under
                  review
              n_kved:
                $id: >-
                  #items/anyOf/0/properties/edrchanges/items/anyOf/0/properties/n_kved
                type: string
                title: Change of the main KVED
                description: >-
                  The number of changes to the main KVED for the period under
                  review
              n_state:
                $id: >-
                  #items/anyOf/0/properties/edrchanges/items/anyOf/0/properties/n_state
                type: string
                title: Status change
                description: The number of status changes for the period under review
              n_kbv:
                $id: >-
                  #items/anyOf/0/properties/edrchanges/items/anyOf/0/properties/n_kbv
                type: string
                title: Change of information about KBV
                description: >-
                  The number of changes in information about the KBV during the
                  period under review
              n_kbv_human:
                $id: >-
                  #items/anyOf/0/properties/edrchanges/items/anyOf/0/properties/n_kbv_human
                type: string
                title: Change of KBV
                description: The number of changes in the KBV for the period under review
              n_founder:
                $id: >-
                  #items/anyOf/0/properties/edrchanges/items/anyOf/0/properties/n_founder
                type: string
                title: Change of information about founders/participants
                description: >-
                  The number of changes to information about
                  founders/participants during the period under review
              n_founder_human:
                $id: >-
                  #items/anyOf/0/properties/edrchanges/items/anyOf/0/properties/n_founder_human
                type: string
                title: Change of founders/members
                description: >-
                  The number of changes of founders/participants during the
                  period under review
              changes:
                $id: >-
                  #items/anyOf/0/properties/edrchanges/items/anyOf/0/properties/changes
                type: array
                title: Data array Details of changes
                description: Data array Details of changes
                items:
                  $id: >-
                    #items/anyOf/0/properties/edrchanges/items/anyOf/0/properties/changes/items/anyOf/0
                  type: object
                  properties:
                    datachange:
                      $id: >-
                        #items/anyOf/0/properties/edrchanges/items/anyOf/0/properties/changes/items/anyOf/0/properties/datachange
                      type: string
                      title: Date of change
                      description: Date of changes in the legal entity
                    changedetails:
                      $id: >-
                        #items/anyOf/0/properties/edrchanges/items/anyOf/0/properties/changes/items/anyOf/0/properties/changedetails
                      type: array
                      title: Array of changes in legal entity per date
                      description: Array of changes in legal entity per date
                      items:
                        $id: >-
                          #items/anyOf/0/properties/edrchanges/items/anyOf/0/properties/changes/items/anyOf/0/properties/changedetails/items/anyOf/0
                        type: object
                        properties:
                          id:
                            $id: >-
                              #items/anyOf/0/properties/edrchanges/items/anyOf/0/properties/changes/items/anyOf/0/properties/changedetails/items/anyOf/0/properties/id
                            type: string
                            title: Change ID
                            description: Change ID
                          changeinf:
                            $id: >-
                              #items/anyOf/0/properties/edrchanges/items/anyOf/0/properties/changes/items/anyOf/0/properties/changedetails/items/anyOf/0/properties/changeinf
                            type: string
                            title: Type of change
                            description: >-
                              Change information. It can take the following
                              values:000. The legal entity under this EDRPOU
                              code was not found!; 010. change of organizational
                              legal form or name; 011. speed change. names; 020.
                              change of address; 030. change of manager; 040.
                              change of the main type of activity; 050. change
                              in the state of YUO; 060. change of the final
                              beneficial owner (controller) of the CBV; 070.
                              change of founder (participant)
                          changetype:
                            $id: >-
                              #items/anyOf/0/properties/edrchanges/items/anyOf/0/properties/changes/items/anyOf/0/properties/changedetails/items/anyOf/0/properties/changetype
                            type: number
                            title: Type of change
                            description: Type of change
                          ishumanchanges:
                            $id: >-
                              #items/anyOf/0/properties/edrchanges/items/anyOf/0/properties/changes/items/anyOf/0/properties/changedetails/items/anyOf/0/properties/ishumanchanges
                            type: boolean
                            title: >-
                              Indicator of a change in the identity of the
                              manager, KBV, participant
                            description: >-
                              Indicator of a change in the identity of the
                              manager, KBV, participant
                          oldv:
                            $id: >-
                              #items/anyOf/0/properties/edrchanges/items/anyOf/0/properties/changes/items/anyOf/0/properties/changedetails/items/anyOf/0/properties/oldv
                            type: string
                            title: Previous value
                            description: The previous value of the parameter
                          newv:
                            $id: >-
                              #items/anyOf/0/properties/edrchanges/items/anyOf/0/properties/changes/items/anyOf/0/properties/changedetails/items/anyOf/0/properties/newv
                            type: string
                            title: New meaning
                            description: The new parameter value
    justice:
      $id: '#items/anyOf/0'
      type: object
      properties:
        cause_num:
          $id: '#items/anyOf/0/properties/cause_num'
          type: string
          title: Court case number
          description: Court case number
        name:
          $id: '#items/anyOf/0/properties/name'
          type: string
          title: Form of judicial proceedings
          description: Form of judicial proceedings
        edrpou:
          $id: '#items/anyOf/0/properties/edrpou'
          type: string
          description: EDRPOU
        typeperson:
          $id: '#items/anyOf/0/properties/typeperson'
          type: string
          title: The role of the person in the case
          description: >-
            Role of the person in the case (PLAINANT, DEFENDANT, COLLECTOR,
            APPLICANT, INTERESTED PERSON, DEBTOR, THIRD PARTY, etc.)
        nameperson:
          $id: '#items/anyOf/0/properties/nameperson'
          type: string
          title: The name of the person
          description: The name of the person
        case_description:
          $id: '#items/anyOf/0/properties/case_description'
          type: string
          description: Brief description of the case
        datails:
          $id: '#items/anyOf/0/properties/datails'
          type: string
          title: Details of the court case
          description: >-
            case details in the format (#decision|Name of court|Form of judicial
            proceedings|Form of court decision|Judge|Subject of dispute|Date of
            decision|Reference to decision) separated by ';'
        documents:
          $id: '#items/anyOf/0/properties/documents'
          type: array
          title: Data array of court case documents
          description: Information about court case documents
          items:
            $id: '#items/anyOf/0/properties/documents/items/anyOf/0'
            type: object
            properties:
              doc_id:
                $id: >-
                  #items/anyOf/0/properties/documents/items/anyOf/0/properties/doc_id
                type: string
                description: Decision number
              court:
                $id: >-
                  #items/anyOf/0/properties/documents/items/anyOf/0/properties/court
                type: string
                description: Name of the court
              instance:
                $id: >-
                  #items/anyOf/0/properties/documents/items/anyOf/0/properties/instance
                type: string
                description: Form of judicial proceedings
              judgment_form:
                $id: >-
                  #items/anyOf/0/properties/documents/items/anyOf/0/properties/judgment_form
                type: string
                description: '|The form of the court decision'
              judge:
                $id: >-
                  #items/anyOf/0/properties/documents/items/anyOf/0/properties/judge
                type: string
                description: Judge
              cause_categorie:
                $id: >-
                  #items/anyOf/0/properties/documents/items/anyOf/0/properties/cause_categorie
                type: string
                description: The subject of the dispute
              adjudication_date:
                $id: >-
                  #items/anyOf/0/properties/documents/items/anyOf/0/properties/adjudication_date
                type: string
                description: Date of decision
              doc_url:
                $id: >-
                  #items/anyOf/0/properties/documents/items/anyOf/0/properties/doc_url
                type: string
                description: Link to the decision
        persons:
          $id: '#items/anyOf/0/properties/persons'
          type: string
          title: Participants in the court case
          description: >-
            Other participants in the court case in the format (the role of the
            person in the case: the name of the person: the name of the court:
            the date of the meeting) separated by ';'
        personsList:
          $id: '#items/anyOf/0/properties/personsList'
          type: array
          title: Array of data on participants in a court case
          items:
            $id: '#items/anyOf/0/properties/personsList/items/anyOf/0'
            type: object
            properties:
              type:
                $id: >-
                  #items/anyOf/0/properties/personsList/items/anyOf/0/properties/type
                type: string
                description: The role of the person in the case
              name:
                $id: >-
                  #items/anyOf/0/properties/personsList/items/anyOf/0/properties/name
                type: string
                description: The name of the person
              court:
                $id: >-
                  #items/anyOf/0/properties/personsList/items/anyOf/0/properties/court
                type: string
                description: Name of the court
              date:
                $id: >-
                  #items/anyOf/0/properties/personsList/items/anyOf/0/properties/date
                type: string
                description: Meeting date
        percent:
          $id: '#items/anyOf/0/properties/percent'
          type: number
          title: The percentage of coincidence
          description: Percentage of coincidence by full name
        level:
          $id: '#items/anyOf/0/properties/level'
          type: string
          title: Registry match level
          description: >-
            The level of coincidence in the register The field level can take
            two values ​​"Low" and "High". A high level of matching is possible
            only if two conditions are met: For legal entities: the value of the
            input parameter ipn (EDRPOU) matches the value of the output
            parameter ipn. All other answer options will have a "Low" match
            level.
    licenses:
      $id: '#items/anyOf/0'
      type: object
      properties:
        edrpou:
          $id: '#items/anyOf/0/properties/edrpou'
          type: string
          title: EDRPOU/IPN
          description: EDRPOU/TIN code
        build:
          $id: '#items/anyOf/0/properties/build'
          type: array
          title: Building licenses
          description: Block concerning construction licenses
          items:
            $id: '#items/anyOf/0/properties/build/items/anyOf/0'
            type: object
            properties:
              id:
                $id: '#items/anyOf/0/properties/build/items/anyOf/0/properties/id'
                type: integer
                title: License ID
                description: License ID
              vud:
                $id: '#items/anyOf/0/properties/build/items/anyOf/0/properties/vud'
                type: string
                title: Type of license
                description: Type of license
              lic:
                $id: '#items/anyOf/0/properties/build/items/anyOf/0/properties/lic'
                type: string
                title: License number
                description: License number
              name:
                $id: '#items/anyOf/0/properties/build/items/anyOf/0/properties/name'
                type: string
                title: The name of the person
                description: >-
                  The name (surname) of the person to whom the construction
                  license was issued
              address:
                $id: >-
                  #items/anyOf/0/properties/build/items/anyOf/0/properties/address
                type: string
                title: Address
                description: The person's address
              datebegin:
                $id: >-
                  #items/anyOf/0/properties/build/items/anyOf/0/properties/datebegin
                type: string
                title: License issuance date
                description: License issuance date
              dateend:
                $id: >-
                  #items/anyOf/0/properties/build/items/anyOf/0/properties/dateend
                type: string
                title: License expiration date
                description: License expiration date
        gambling:
          $id: '#items/anyOf/0/properties/gambling'
          type: array
          title: Licenses for organizing and conducting gambling activities
          description: >-
            The block concerning the license for the organization and conduct of
            gambling activities
          items:
            $id: '#items/anyOf/0/properties/gambling/items/anyOf/0'
            type: object
            properties:
              name:
                $id: >-
                  #items/anyOf/0/properties/gambling/items/anyOf/0/properties/name
                type: string
                title: Name
                description: Name of the legal entity
              address:
                $id: >-
                  #items/anyOf/0/properties/gambling/items/anyOf/0/properties/address
                type: string
                title: Location
                description: Location of the legal entity
              license:
                $id: >-
                  #items/anyOf/0/properties/gambling/items/anyOf/0/properties/license
                type: string
                title: Decision on issuing a license
                description: >-
                  Decision on issuing a license (date of adoption, decision
                  number)
              datelicense:
                $id: >-
                  #items/anyOf/0/properties/gambling/items/anyOf/0/properties/datelicense
                type: string
                title: Issue date
                description: License issuance date
              brandname:
                $id: >-
                  #items/anyOf/0/properties/gambling/items/anyOf/0/properties/brandname
                type: string
                title: Brand
                description: The brand of the organizer of gambling games
              ntypelic:
                $id: >-
                  #items/anyOf/0/properties/gambling/items/anyOf/0/properties/ntypelic
                type: integer
                title: Digital license type code
                description: >-
                  Digital code of the type of license: (1 - "license for the
                  organization and conduct of online casino gambling
                  activities"; 2 - "license for the organization and conduct of
                  gambling activities in casino gambling establishments"; 3 -
                  "license for the organization and conduct of gambling
                  activities in slot machine halls"; 4 - "license for the
                  organization and conduct of online poker gambling activities";
                  5 - "license for the organization and conduct of bookmaking
                  activities")
              typelic:
                $id: >-
                  #items/anyOf/0/properties/gambling/items/anyOf/0/properties/typelic
                type: string
                title: License type
                description: License type
              description:
                $id: >-
                  #items/anyOf/0/properties/gambling/items/anyOf/0/properties/description
                type: string
                title: Place of proceedings by the licensee
                description: >-
                  Place of activity by the licensee (location of the gambling
                  establishment (address) and area of ​​the gambling
                  establishment)
        bonds:
          $id: '#items/anyOf/0/properties/bonds'
          type: array
          title: Valuable parers
          description: Block concerning securities
          items:
            $id: '#items/anyOf/0/properties/bonds/items/anyOf/0'
            type: object
            properties:
              id:
                $id: '#items/anyOf/0/properties/bonds/items/anyOf/0/properties/id'
                type: integer
                title: Securities identifier
                description: Securities identifier
              sertificates_nom:
                $id: >-
                  #items/anyOf/0/properties/bonds/items/anyOf/0/properties/sertificates_nom
                type: string
                title: Registration number of the issue registration certificate
                description: Registration number of the issue registration certificate
              edrpou:
                $id: >-
                  #items/anyOf/0/properties/bonds/items/anyOf/0/properties/edrpou
                type: string
                title: EDRPOU
                description: Code according to the issuer's EDRPOU
              entity_form:
                $id: >-
                  #items/anyOf/0/properties/bonds/items/anyOf/0/properties/entity_form
                type: string
                title: Organizational legal form
                description: Organizational legal form of the issuer
              name:
                $id: '#items/anyOf/0/properties/bonds/items/anyOf/0/properties/name'
                type: string
                title: Name of the issuer
                description: Name of the issuer
              emis_type_name:
                $id: >-
                  #items/anyOf/0/properties/bonds/items/anyOf/0/properties/emis_type_name
                type: string
                title: Type of securities
                description: Type of securities (Shares/Bonds)
              qty:
                $id: '#items/anyOf/0/properties/bonds/items/anyOf/0/properties/qty'
                type: integer
                title: Number of securities
                description: Number of securities
              nominal:
                $id: >-
                  #items/anyOf/0/properties/bonds/items/anyOf/0/properties/nominal
                type: number
                title: Nominal value
                description: Nominal value
              emis_vol:
                $id: >-
                  #items/anyOf/0/properties/bonds/items/anyOf/0/properties/emis_vol
                type: integer
                title: The total nominal value of the issue
                description: The total nominal value of the issue
              stat_cap:
                $id: >-
                  #items/anyOf/0/properties/bonds/items/anyOf/0/properties/stat_cap
                type: integer
                title: The size of the authorized capital
                description: The size of the authorized capital
              releases_form_code:
                $id: >-
                  #items/anyOf/0/properties/bonds/items/anyOf/0/properties/releases_form_code
                type: string
                title: Form of existence
                description: Form of existence
              tp_name:
                $id: >-
                  #items/anyOf/0/properties/bonds/items/anyOf/0/properties/tp_name
                type: string
                title: Type of securities
                description: Type of securities
              reg_date:
                $id: >-
                  #items/anyOf/0/properties/bonds/items/anyOf/0/properties/reg_date
                type: string
                title: Date of registration of issue of securities
                description: Date of registration of issue of securities
              report_reg_dt:
                $id: >-
                  #items/anyOf/0/properties/bonds/items/anyOf/0/properties/report_reg_dt
                type: string
                title: >-
                  Date of registration of the report on the results of placement
                  of securities
                description: >-
                  Date of registration of the report on the results of placement
                  of securities
              suspend_nom:
                $id: >-
                  #items/anyOf/0/properties/bonds/items/anyOf/0/properties/suspend_nom
                type: string
                title: Number of the order on stopping circulation
                description: Number of the order on stopping circulation
              suspend_dt:
                $id: >-
                  #items/anyOf/0/properties/bonds/items/anyOf/0/properties/suspend_dt
                type: string
                title: Date of issuance of the order to stop circulation
                description: Date of issuance of the order to stop circulation
              resume_nom:
                $id: >-
                  #items/anyOf/0/properties/bonds/items/anyOf/0/properties/resume_nom
                type: string
                title: Number of the order on the restoration of circulation
                description: Number of the order on the restoration of circulation
              resume_dt:
                $id: >-
                  #items/anyOf/0/properties/bonds/items/anyOf/0/properties/resume_dt
                type: string
                title: >-
                  The date of issuance of the order on the restoration of
                  circulation
                description: >-
                  The date of issuance of the order on the restoration of
                  circulation
              cancel_nom:
                $id: >-
                  #items/anyOf/0/properties/bonds/items/anyOf/0/properties/cancel_nom
                type: string
                title: Issue registration cancellation order number
                description: Issue registration cancellation order number
              series:
                $id: >-
                  #items/anyOf/0/properties/bonds/items/anyOf/0/properties/series
                type: string
                title: Bond issue series
                description: Bond issue series (if available)
    executive:
      $id: '#items/anyOf/0'
      type: object
      properties:
        order_vp:
          $id: '#items/anyOf/0/properties/order_vp'
          type: integer
          title: Proceedings number
          description: Proceedings number
        devtor_edrpou:
          $id: '#items/anyOf/0/properties/devtor_edrpou'
          type: string
          title: EDRPOU code of the debtor
          description: EDRPOU code of the debtor
        debtor_name:
          $id: '#items/anyOf/0/properties/debtor_name'
          type: string
          title: Name of the debtor
          description: Name of the debtor
        debtor_birtdate:
          $id: '#items/anyOf/0/properties/debtor_birtdate'
          type: string
          description: Date of birth of the debtor
        creditor_edrpou:
          $id: '#items/anyOf/0/properties/creditor_edrpou'
          type: string
          title: Creditor's EDRPOU code
          description: Creditor's EDRPOU code
        creditor_name:
          $id: '#items/anyOf/0/properties/creditor_name'
          type: string
          title: Name of creditor
          description: Name of creditor
        begindate_vp:
          $id: '#items/anyOf/0/properties/begindate_vp'
          type: string
          title: Date of opening of proceedings
          description: Date of opening of proceedings
        state_vp:
          $id: '#items/anyOf/0/properties/state_vp'
          type: string
          title: Status of proceedings
          description: Status of proceedings
        depname:
          $id: '#items/anyOf/0/properties/depname'
          type: string
          title: Name of executive service
          description: Name of executive service
        typecl:
          $id: '#items/anyOf/0/properties/typecl'
          type: string
          title: Status
          description: Status
        dvs:
          $id: '#items/anyOf/0/properties/dvs'
          type: string
          description: internal combustion engine
        phone_num:
          $id: '#items/anyOf/0/properties/phone_num'
          type: string
          description: Internal combustion engine phone number
        email:
          $id: '#items/anyOf/0/properties/email'
          type: string
          description: Email DVS
        bank_account:
          $id: '#items/anyOf/0/properties/bank_account'
          type: string
          description: Bank account
        percent:
          $id: '#items/anyOf/0/properties/percent'
          type: number
          title: The percentage of coincidence
          description: Percentage of coincidence by full name
        level:
          $id: '#items/anyOf/0/properties/level'
          type: string
          title: Registry match level
          description: >-
            The level of coincidence in the register The field level can take
            two values ​​"Low" and "High". A high level of matching is possible
            only if two conditions are met: For legal entities: the value of the
            input parameter ipn (EDRPOU) matches the value of the output
            parameter ipn. For individuals: 100% matching of full name and date
            of birth. All other answer options will have a "Low" match level.
    taxdebtor:
      $id: '#items/anyOf/0'
      type: object
      properties:
        dname:
          $id: '#items/anyOf/0/properties/dname'
          type: string
          title: Name of the debtor
          description: Name of the debtor
        dedrpou:
          $id: '#items/anyOf/0/properties/dedrpou'
          type: string
          title: EDRPOU code of the debtor
          description: EDRPOU code of the debtor
        ddirname:
          $id: '#items/anyOf/0/properties/ddirname'
          type: string
          title: Name of the head of the debtor
          description: Name of the head of the debtor
        dfs:
          $id: '#items/anyOf/0/properties/dfs'
          type: array
          title: Array of data in the section of DPS divisions
          description: Array of data in the section of DPS divisions
          items:
            $id: '#items/anyOf/0/properties/dfs/items/anyOf/0'
            type: object
            properties:
              ddfsname:
                $id: >-
                  #items/anyOf/0/properties/dfs/items/anyOf/0/properties/ddfsname
                type: string
                title: Name of the DPS unit
                description: Name of the DPS unit
              debtdetails:
                $id: >-
                  #items/anyOf/0/properties/dfs/items/anyOf/0/properties/debtdetails
                type: array
                title: The list of debtors by subdivisions of the DPS
                description: The list of debtors by subdivisions of the DPS
                items:
                  $id: >-
                    #items/anyOf/0/properties/dfs/items/anyOf/0/properties/debtdetails/items/anyOf/0
                  type: object
                  properties:
                    dminperiod:
                      $id: >-
                        #items/anyOf/0/properties/dfs/items/anyOf/0/properties/debtdetails/items/anyOf/0/properties/dminperiod
                      type: integer
                      title: The beginning of the reporting period
                      description: Start of reporting period in YYYYMM format
                    dmaxperiod:
                      $id: >-
                        #items/anyOf/0/properties/dfs/items/anyOf/0/properties/debtdetails/items/anyOf/0/properties/dmaxperiod
                      type: integer
                      title: End of reporting period
                      description: End of reporting period in YYYYMM format
                    dsumlocal:
                      $id: >-
                        #items/anyOf/0/properties/dfs/items/anyOf/0/properties/debtdetails/items/anyOf/0/properties/dsumlocal
                      type: integer
                      title: Amount of debt to the local budget
                      description: Amount of debt to the local budget, hryvnias
                    dsumgov:
                      $id: >-
                        #items/anyOf/0/properties/dfs/items/anyOf/0/properties/debtdetails/items/anyOf/0/properties/dsumgov
                      type: integer
                      title: The amount of debt to the state budget
                      description: Amount of debt to the state budget, hryvnias
                    dsumesv:
                      $id: >-
                        #items/anyOf/0/properties/dfs/items/anyOf/0/properties/debtdetails/items/anyOf/0/properties/dsumesv
                      type: integer
                      title: The amount of debt under the EUS
                      description: The amount of debt under the EUS, hryvnias
                    disactive:
                      $id: >-
                        #items/anyOf/0/properties/dfs/items/anyOf/0/properties/debtdetails/items/anyOf/0/properties/disactive
                      type: integer
                      title: >-
                        Availability of current tax debt according to the latest
                        data
                      description: >-
                        Availability of current tax debt according to the latest
                        data (0 - absent, 1 - present)
    debtor:
      $id: '#items/anyOf/0'
      type: object
      properties:
        vporder:
          $id: '#items/anyOf/0/properties/vporder'
          type: string
          title: Executive proceedings number
          description: Executive proceedings number
        name:
          $id: '#items/anyOf/0/properties/name'
          type: string
          title: The name of a legal entity or the full name of an individual
          description: The name of a legal entity or the full name of an individual
        birthdate:
          $id: '#items/anyOf/0/properties/birthdate'
          type: string
          description: Date of birth of an individual
        code:
          $id: '#items/anyOf/0/properties/code'
          type: string
          title: EDRPOU of a legal entity or TIN of an individual
          description: EDRPOU of a legal entity or TIN of an individual
        publisher:
          $id: '#items/anyOf/0/properties/publisher'
          type: string
          title: >-
            The name of the body or the surname, first name, patronymic and
            surname of the official who issued the executive document
          description: >-
            The name of the body or the surname, first name, patronymic and
            surname of the official who issued the executive document
        emp_fio:
          $id: '#items/anyOf/0/properties/emp_fio'
          type: string
          title: Name of the private performer
          description: Name of the private performer
        emp_org:
          $id: '#items/anyOf/0/properties/emp_org'
          type: string
          title: Name of the state executive service body
          description: Name of the state executive service body
        emp_phone:
          $id: '#items/anyOf/0/properties/emp_phone'
          type: string
          title: Phone number of the state executive service
          description: Phone number of the state executive service
        org_phone:
          $id: '#items/anyOf/0/properties/org_phone'
          type: string
          title: Phone numbers of the performer
          description: Phone numbers of the performer
        email:
          $id: '#items/anyOf/0/properties/email'
          type: string
          title: Mail of the executor
          description: Mail of the executor
        vd_cat:
          $id: '#items/anyOf/0/properties/vd_cat'
          type: string
          title: Collection category (alimony, fine, etc.)
          description: Collection category (alimony, fine, etc.)
        percent:
          $id: '#items/anyOf/0/properties/percent'
          type: number
          title: Percentage of coincidence by name or surname
          description: Percentage of coincidence by name or surname
        level:
          $id: '#items/anyOf/0/properties/level'
          type: string
          title: Registry match level
          description: >-
            The level of coincidence in the Debtors register. The level field
            can take two values, Low and High. A high level of matching is
            possible only in case of 100% matching according to the EDRPOU of a
            legal entity or TIN of an individual. All other answer options will
            have a Low level of concordance.
    okupant:
      $id: '#items/anyOf/0'
      type: object
      properties:
        id:
          $id: '#items/anyOf/0/properties/id'
          type: number
          title: Identifier
          description: Identifier in the register
        name:
          $id: '#items/anyOf/0/properties/name'
          type: string
          title: Name of the person
          description: Name of the person
        rank:
          $id: '#items/anyOf/0/properties/rank'
          type: string
          title: Rank
          description: Rank
        birth:
          $id: '#items/anyOf/0/properties/birth'
          type: string
          title: Date of birth
          description: Date of birth
        passport:
          $id: '#items/anyOf/0/properties/passport'
          type: string
          title: Passport data
          description: Passport data
        basenumber:
          $id: '#items/anyOf/0/properties/basenumber'
          type: string
          title: Military unit number
          description: Military unit number
        base:
          $id: '#items/anyOf/0/properties/base'
          type: string
          title: The name of the military unit
          description: The name of the military unit
        info:
          $id: '#items/anyOf/0/properties/info'
          type: string
          title: Additional information
          description: Additional information
        locatedinua:
          $id: '#items/anyOf/0/properties/locatedinua'
          type: boolean
          title: Presence in Ukraine
          description: Presence in Ukraine
        is_good:
          $id: '#items/anyOf/0/properties/is_good'
          type: boolean
          title: Dead
          description: Dead
        is_polon:
          $id: '#items/anyOf/0/properties/is_polon'
          type: boolean
          title: Captive
          description: Captive
        is_identified:
          $id: '#items/anyOf/0/properties/is_identified'
          type: boolean
          title: Identified
          description: Identified
        is_accused:
          $id: '#items/anyOf/0/properties/is_accused'
          type: boolean
          title: Accused
          description: Accused
        foto:
          $id: '#items/anyOf/0/properties/foto'
          type: string
          title: Link to photo
          description: Link to photo
        address:
          $id: '#items/anyOf/0/properties/address'
          type: string
          description: Address
        link:
          $id: '#items/anyOf/0/properties/link'
          type: string
          description: Link
        percent:
          $id: '#items/anyOf/0/properties/percent'
          type: number
          title: The percentage of coincidence
          description: Percentage of coincidence by full name
        level:
          $id: '#items/anyOf/0/properties/level'
          type: string
          title: Registry match level
          description: >-
            Match level in the Occupant registry. The level field can take two
            values, Low and High. A high level of coincidence is possible only
            in case of 100% coincidence of name and date of birth. All other
            answer options will have a Low level of concordance.
    zrada:
      $id: '#items/anyOf/0'
      type: object
      properties:
        id:
          $id: '#items/anyOf/0/properties/id'
          type: string
          description: Identifier in the register
        name:
          $id: '#items/anyOf/0/properties/name'
          type: string
          description: Name of the person
        birth:
          $id: '#items/anyOf/0/properties/birth'
          type: string
          description: Year of birth
        position:
          $id: '#items/anyOf/0/properties/position'
          type: string
          description: Position
        reason:
          $id: '#items/anyOf/0/properties/reason'
          type: string
          title: Reason
          description: The reason for which this person was added to the register
        foto:
          $id: '#items/anyOf/0/properties/foto'
          type: string
          title: Photo
          description: Link to photo
        url:
          $id: '#items/anyOf/0/properties/url'
          type: string
          title: Link
          description: Link to the registry page
        source:
          $id: '#items/anyOf/0/properties/source'
          type: string
          title: Source
          description: Link to the source of confirmation of the fact of betrayal
        percent:
          $id: '#items/anyOf/0/properties/percent'
          type: number
          title: Match percentage
          description: Percentage of match by full name
        level:
          $id: '#items/anyOf/0/properties/level'
          type: string
          title: Match level
          description: >-
            The level of coincidence in the Traitors registry. The level field
            can take two values, Low and High. A high level of coincidence is
            possible only in case of 100% coincidence of name and date of birth.
            All other answer options will have a Low level of concordance.
    nonrezedent:
      $id: '#items/anyOf/0'
      type: object
      properties:
        code:
          $id: '#items/anyOf/0/properties/code'
          type: string
          title: Code
          description: Non-residency code
        name:
          $id: '#items/anyOf/0/properties/name'
          type: string
          title: The name of the personal identification number of the person
          description: The name of the social security of a non-resident
        date_reestr:
          $id: '#items/anyOf/0/properties/date_reestr'
          type: string
          title: Date of registration
          description: Date of registration
        percent:
          $id: '#items/anyOf/0/properties/percent'
          type: number
          title: Percentage of matches by name
          description: Percentage of matches by name
        level:
          $id: '#items/anyOf/0/properties/level'
          type: string
          title: Registry match level
          description: >-
            The level of coincidence in the registry of Non-residents. The level
            field can take two values, Low and High. A high level of matching is
            possible only in the case of 100% matching of the non-residency
            code. All other answer options will have a Low level of concordance.
    notarius:
      $id: '#items/anyOf/0'
      type: object
      properties:
        license:
          $id: '#items/anyOf/0/properties/license'
          type: string
          title: License number
          description: License number
        name:
          $id: '#items/anyOf/0/properties/name'
          type: string
          title: Full name
          description: Full name of the notary public
        nameobj:
          $id: '#items/anyOf/0/properties/nameobj'
          type: string
          title: The name of YuO
          description: The name of YuO
        region:
          $id: '#items/anyOf/0/properties/region'
          type: string
          title: Region
          description: Region
        contacts:
          $id: '#items/anyOf/0/properties/contacts'
          type: string
          title: Contacts
          description: Contacts
        percent:
          $id: '#items/anyOf/0/properties/percent'
          type: number
          title: Percentage of coincidence by full name
          description: Percentage of coincidence by full name
        level:
          $id: '#items/anyOf/0/properties/level'
          type: string
          title: Registry match level
          description: >-
            The level of coincidence in the register of Notaries. The level
            field can take two values, Low and High. At this point, all answer
            choices will have a Low match rate.
    bankrupt:
      $id: '#items/anyOf/0'
      type: object
      properties:
        edrpou:
          $id: '#items/anyOf/0/properties/edrpou'
          type: string
          title: EDRPOU code
          description: EDRPOU code
        name:
          $id: '#items/anyOf/0/properties/name'
          type: string
          title: The name of the personal identification number of the person
          description: The name of the personal identification number of the person
        details:
          $id: '#items/anyOf/0/properties/details'
          type: array
          title: Details
          description: Block concerning bankruptcy details
          items:
            $id: '#items/anyOf/0/properties/build/items/anyOf/0'
            type: object
            properties:
              id:
                $id: '#items/anyOf/0/properties/build/items/anyOf/0/properties/id'
                type: number
                title: Record ID
                description: Record ID
              daterec:
                $id: >-
                  #items/anyOf/0/properties/build/items/anyOf/0/properties/daterec
                type: string
                title: Date of registration
                description: Date of registration
              typerec:
                $id: >-
                  #items/anyOf/0/properties/build/items/anyOf/0/properties/typerec
                type: string
                title: Record type
                description: Record type
              casenumber:
                $id: >-
                  #items/anyOf/0/properties/build/items/anyOf/0/properties/casenumber
                type: string
                title: Court case number
                description: Court case number
              startdateauc:
                $id: >-
                  #items/anyOf/0/properties/build/items/anyOf/0/properties/startdateauc
                type: string
                title: Auction start date
                description: Auction start date
              enddateauc:
                $id: >-
                  #items/anyOf/0/properties/build/items/anyOf/0/properties/enddateauc
                type: string
                title: Auction end date
                description: Auction end date
              courtname:
                $id: >-
                  #items/anyOf/0/properties/build/items/anyOf/0/properties/courtname
                type: string
                title: Name of the court
                description: Name of the court
              endregistrdate:
                $id: >-
                  #items/anyOf/0/properties/build/items/anyOf/0/properties/endregistrdate
                type: string
                title: Registration end date
                description: Registration end date
        percent:
          $id: '#items/anyOf/0/properties/percent'
          type: number
          title: Percentage of matches by name
          description: Percentage of matches by name
        level:
          $id: '#items/anyOf/0/properties/level'
          type: string
          title: Registry match level
          description: >-
            The level of coincidence in the Bankruptcy register. The level field
            can take two values, Low and High. A high level of matching is
            possible only in the case of 100% matching according to the EDRPOU
            code. All other answer options will have a Low level of concordance.
    wanted:
      $id: '#corrupt'
      type: object
      properties:
        id:
          $id: '#items/anyOf/0/properties/id'
          type: string
          title: Identifier
          description: The unique identifier of the registry entry
        list:
          $id: '#items/anyOf/0/properties/list'
          type: string
          title: List
          description: >-
            Manager of the register (Ministry of Internal Affairs, SBU,
            INTERPOL)
        name:
          $id: '#items/anyOf/0/properties/name'
          type: string
          title: Full name
          description: Name of the person
        father_name:
          $id: '#items/anyOf/0/properties/father_name'
          type: string
          description: Father's name
        mother_name:
          $id: '#items/anyOf/0/properties/mother_name'
          type: string
          description: Mother's name
        mothers_maiden_name:
          $id: '#items/anyOf/0/properties/mothers_maiden_name'
          type: string
          description: Mother's maiden name
        pseudonim:
          $id: '#items/anyOf/0/properties/pseudonim'
          type: string
          description: Pseudonym
        last_residence:
          $id: '#items/anyOf/0/properties/last_residence'
          type: string
          description: Last place of residence
        aka:
          $id: '#items/anyOf/0/properties/aka'
          type: string
          title: Alternative surnames
          description: Alternative name of the person
        datebirth:
          $id: '#items/anyOf/0/properties/datebirth'
          type: string
          description: Date of birth
        foto:
          $id: '#items/anyOf/0/properties/foto'
          type: string
          title: Link to a person's photo
          description: Link to a person's photo
        fotos:
          $id: '#items/anyOf/0/properties/fotos'
          type: array
          description: Links to other photos of the person
          items:
            type: string
        color:
          $id: '#items/anyOf/0/properties/color'
          type: string
          description: Color
        forename:
          $id: '#items/anyOf/0/properties/forename'
          type: string
          description: Name
        weight:
          $id: '#items/anyOf/0/properties/weight'
          type: number
          description: Weight
        height:
          $id: '#items/anyOf/0/properties/height'
          type: number
          description: Height
        hairs_id:
          $id: '#items/anyOf/0/properties/hairs_id'
          type: array
          description: hair
          items:
            type: string
        country_of_birth_id:
          $id: '#items/anyOf/0/properties/country_of_birth_id'
          type: string
          description: Country of birth
        place_of_birth:
          $id: '#items/anyOf/0/properties/place_of_birth'
          type: string
          description: Place of birth
        nationalities:
          $id: '#items/anyOf/0/properties/nationalities'
          type: array
          description: Nationalities
          items:
            type: string
        languages_spoken_ids:
          $id: '#items/anyOf/0/properties/languages_spoken_ids'
          type: array
          description: Languages ​​of communication
          items:
            type: string
        eyes_colors_id:
          $id: '#items/anyOf/0/properties/eyes_colors_id'
          type: array
          description: Eye color
          items:
            type: string
        arrest_warrants:
          $id: '#items/anyOf/0/properties/arrest_warrants'
          type: array
          title: Array of data on issued arrest warrants
          description: Arrest warrant data
          items:
            $id: '#items/anyOf/0/properties/arrest_warrants/items/anyOf/0'
            type: object
            properties:
              charge:
                $id: >-
                  #items/anyOf/0/properties/arrest_warrants/items/anyOf/0/properties/charge
                type: string
                description: Warrant
              issuing_country_id:
                $id: >-
                  #items/anyOf/0/properties/arrest_warrants/items/anyOf/0/properties/issuing_country_id
                type: string
                description: Country of issuance of the order
              charge_translation:
                $id: >-
                  #items/anyOf/0/properties/arrest_warrants/items/anyOf/0/properties/charge_translation
                type: string
                description: Order translation
        links:
          $id: '#items/anyOf/0/properties/links'
          type: array
          title: Related persons
          description: Interpol intelligence related persons
          items:
            type: object
        distinguishing_marks:
          $id: '#items/anyOf/0/properties/distinguishing_marks'
          type: string
          description: special features
        thumbnail:
          $id: '#items/anyOf/0/properties/thumbnail'
          type: string
          description: Photo thumbnail
        gender:
          $id: '#items/anyOf/0/properties/gender'
          type: string
          description: Sex
        date_disappearance:
          $id: '#items/anyOf/0/properties/date_disappearance'
          type: string
          description: Date of disappearance
        place_disappearance:
          $id: '#items/anyOf/0/properties/place_disappearance'
          type: string
          description: Place of disappearance
        precaution:
          $id: '#items/anyOf/0/properties/precaution'
          type: string
          description: Precautionary measure
        article_accusation:
          $id: '#items/anyOf/0/properties/article_accusation'
          type: string
          description: Article of accusation
        contacts:
          $id: '#items/anyOf/0/properties/contacts'
          type: string
          description: Contact information
        region:
          $id: '#items/anyOf/0/properties/region'
          type: string
          title: Region
          description: Region (internal affairs body)
        category:
          $id: '#items/anyOf/0/properties/category'
          type: string
          description: Category
        last_actual_date:
          $id: '#items/anyOf/0/properties/last_actual_date'
          type: string
          description: Date of relevance of information
        actual:
          $id: '#items/anyOf/0/properties/actual'
          type: boolean
          description: Relevance of the record
        percent:
          $id: '#items/anyOf/0/properties/percent'
          type: number
          title: The percentage of coincidence
          description: Percentage of coincidence by full name
        level:
          $id: '#items/anyOf/0/properties/level'
          type: string
          title: Match level
          description: >-
            The level of coincidence in the Search register of the SBU and the
            Ministry of Internal Affairs. The level field can take two values,
            Low and High. A high level of matching is possible only when the
            value of the input parameter name (namelat) matches the value of the
            output parameter name (aka) and the dates of birth match. All other
            answer options will have a Low level of concordance.
    corrupt:
      $id: '#corrupt'
      type: object
      properties:
        id:
          $id: '#corrupt/id'
          type: number
          title: The unique identifier of the registry entry
          description: The unique identifier of the registry entry
        entity:
          $id: '#corrupt/entity'
          type: string
          title: Type of person
          description: Type of person
        name:
          $id: '#corrupt/name'
          type: string
          title: Name of the person
          description: Name of the person
        punishment_type:
          $id: '#corrupt/punishment_type'
          type: string
          title: Type of punishment
          description: Type of punishment
        punishment_start:
          $id: '#corrupt/punishment_start'
          type: string
          title: The date of entry into legal force of the court decision
          description: >-
            The date of entry into legal force of a court decision on bringing a
            person to justice for a corruption offense
        punishment:
          $id: '#corrupt/punishment'
          type: string
          title: The essence of satisfaction of claims
          description: The essence of satisfaction of claims
        sentence_date:
          $id: '#corrupt/sentence_date'
          type: string
          title: The date of the judgment
          description: The date of the judgment
        offense_name:
          $id: '#corrupt/offense_name'
          type: string
          title: Composition of the corruption offence
          description: Composition of the corruption offence
        court_case_number:
          $id: '#corrupt/court_case_number'
          type: string
          title: Court case number
          description: Court case number
        court_name:
          $id: '#corrupt/court_name'
          type: string
          title: Name of the court
          description: >-
            Name of the court that adopted (decided) the court decision on
            holding a person accountable for a corruption offense
        sentence_number:
          $id: '#corrupt/sentence_number'
          type: string
          title: Court decision number
          description: Court decision number
        codex_articles:
          $id: '#corrupt/codex_articles'
          type: string
          title: List of articles
          description: >-
            The list of articles (separated by the symbol ';') according to
            which a person is prosecuted for committing a corruption or
            corruption-related offense
        percent:
          $id: '#corrupt/percent'
          type: number
          title: Percentage of coincidence by full name
          description: Percentage of coincidence by full name
        level:
          $id: '#corrupt/level'
          type: string
          title: Registry match level
          description: >-
            The level of coincidence in the register of Corruptors. The level
            field can take two values, Low and High. At this point, all answer
            choices will have a Low match rate.
    country:
      $id: '#items/anyOf/0'
      type: object
      properties:
        countryname:
          $id: '#items/anyOf/0/properties/countryname'
          type: string
          description: Name of the country
        countrynamelat:
          $id: '#items/anyOf/0/properties/countrynamelat'
          type: string
          description: The name of the country in Latin
        country_2dig:
          $id: '#items/anyOf/0/properties/country_2dig'
          type: string
          description: 2-character country code
        country_3dig:
          $id: '#items/anyOf/0/properties/country_3dig'
          type: string
          description: 3-character country code
        eublack:
          $id: '#items/anyOf/0/properties/eublack'
          type: boolean
          description: EU blacklist of non-cooperative jurisdictions for tax purposes
        eugray:
          $id: '#items/anyOf/0/properties/eugray'
          type: boolean
          description: EU gray list of non-cooperative jurisdictions for tax purposes
        fatfblack:
          $id: '#items/anyOf/0/properties/fatfblack'
          type: boolean
          description: FATF blacklist of high AML/CFT risk jurisdictions
        fatfgray:
          $id: '#items/anyOf/0/properties/fatfgray'
          type: boolean
          description: >-
            FATF gray list of jurisdictions with enhanced AML/CFT risk
            monitoring
        oecdblack:
          $id: '#items/anyOf/0/properties/oecdblack'
          type: boolean
          description: OECD blacklist
        oecdgray:
          $id: '#items/anyOf/0/properties/oecdgray'
          type: boolean
          description: OECD gray list
        kmu1045:
          $id: '#items/anyOf/0/properties/kmu1045'
          type: boolean
          description: CMU No. 1045 (clause 39.2.1.2 of the PKU)
        kmu143:
          $id: '#items/anyOf/0/properties/kmu143'
          type: boolean
          description: CMU No. 143 list of offshore zones
        terrorism:
          $id: '#items/anyOf/0/properties/terrorism'
          type: boolean
          description: DSFMU list of states that do not implement the recommendations
        coruption:
          $id: '#items/anyOf/0/properties/coruption'
          type: number
          description: Transparency index of corruption risk
        haven:
          $id: '#items/anyOf/0/properties/haven'
          type: number
          description: CTHI tax haven index
        global:
          $id: '#items/anyOf/0/properties/global'
          type: number
          description: GPI Global Peace Index
        doubletax:
          $id: '#items/anyOf/0/properties/doubletax'
          type: boolean
          description: >-
            BEPS International treaties of Ukraine on the avoidance of double
            taxation
        thirdcountries:
          $id: '#items/anyOf/0/properties/thirdcountries'
          type: boolean
          description: EU-AML list of high-risk third countries
        moneylaundering:
          $id: '#items/anyOf/0/properties/moneylaundering'
          type: number
          description: >-
            KnowYourCountry ranking of countries according to the level of risk
            of money laundering
        terrorismindex:
          $id: '#items/anyOf/0/properties/terrorismindex'
          type: number
          description: GTI Global Terrorism Index
        sectoral:
          $id: '#items/anyOf/0/properties/sectoral'
          type: boolean
          description: Sectoral sanctions
        dangerous:
          $id: '#items/anyOf/0/properties/dangerous'
          type: boolean
          description: Countries that pose a threat to Ukraine's security
        eresident:
          $id: '#items/anyOf/0/properties/eresident'
          type: boolean
          description: >-
            E-residents: countries whose citizens can become Ukrainian
            e-residents
    sanction_record:
      $id: '#items/anyOf/0'
      type: object
      properties:
        sanctionId:
          $id: '#items/anyOf/0/properties/sanctionId'
          type: string
          title: Identifier in the register
          description: The identifier of the sanctioned person in the register
        list:
          $id: '#items/anyOf/0/properties/list'
          type: string
          title: Sanction list identifier
          description: >-
            Identifier of the sanctions list (NSDC, DSFMU, UK, EU, UN, OFAC,
            CANADA,...)
        list_info:
          $id: '#items/anyOf/0/properties/list_info'
          type: object
          title: >-
            Block for information on the sanctions list (or list of
            reservations)
          description: Information on the sanctions list (or list of reservations)
          properties:
            list:
              $id: '#items/anyOf/0/properties/sanctionSource/properties/list'
              type: string
              description: The ID of the list
            name:
              $id: '#items/anyOf/0/properties/sanctionSource/properties/name'
              type: string
              description: Name of the list
            altname:
              $id: '#items/anyOf/0/properties/sanctionSource/properties/altname'
              type: string
              description: Alternative name of the list
            territory:
              $id: '#items/anyOf/0/properties/sanctionSource/properties/territory'
              type: string
              description: The country (territory) to which the list belongs
            cca2:
              $id: '#items/anyOf/0/properties/sanctionSource/properties/cca2'
              type: string
              description: >-
                Letter identifier of the country (territory) to which the list
                belongs
            publisher:
              $id: '#items/anyOf/0/properties/sanctionSource/properties/publisher'
              type: string
              description: Publisher list
            individual:
              $id: '#items/anyOf/0/properties/sanctionSource/properties/individual'
              type: number
              description: Number of records regarding physical persons
            entity:
              $id: '#items/anyOf/0/properties/sanctionSource/properties/entity'
              type: number
              description: Number of records regarding legal entities
            all:
              $id: '#items/anyOf/0/properties/sanctionSource/properties/all'
              type: number
              description: Total number of records
            loadDate:
              $id: '#items/anyOf/0/properties/sanctionSource/properties/loadDate'
              type: string
              description: The date and time of the last download of the list
            description:
              $id: '#items/anyOf/0/properties/sanctionSource/properties/description'
              type: string
              description: Description of the list
            source:
              $id: '#items/anyOf/0/properties/sanctionSource/properties/source'
              type: string
              description: List source link
            listDate:
              $id: '#items/anyOf/0/properties/sanctionSource/properties/listDate'
              type: string
              description: Date of relevance of the list
            list_type:
              $id: '#items/anyOf/0/properties/sanctionSource/properties/list_type'
              type: number
              title: List type
              description: Type of list (1 - sanctions, 2 - caveats)
        name:
          $id: '#items/anyOf/0/properties/name'
          type: string
          title: Full name or name of the person
          description: Full name or name of the under-sanctioned person
        address:
          $id: '#items/anyOf/0/properties/address'
          type: string
          title: Address
          description: >-
            List of addresses associated with this subsanctioned person
            separated by the # symbol
        doc:
          $id: '#items/anyOf/0/properties/doc'
          type: string
          title: Document
          description: >-
            List of documents related to this subsanctioned person separated by
            the symbol #
        birthdayDate:
          $id: '#items/anyOf/0/properties/birthdayDate'
          type: string
          title: Date of birth
          description: >-
            A list of possible dates of birth of a sanctioned person, in some
            cases the year of birth separated by the symbol #
        aka:
          $id: '#items/anyOf/0/properties/aka'
          type: string
          title: Alternative names, titles, titles
          description: >-
            A list of alternative names, titles, titles of the authorized person
            separated by the symbol #
        birthdayPlace:
          $id: '#items/anyOf/0/properties/birthdayPlace'
          type: string
          title: Place of birth
          description: >-
            The list of possible places of birth of a person subject to
            sanctions, separated by the symbol #
        citizenship:
          $id: '#items/anyOf/0/properties/citizenship'
          type: string
          title: Citizenship
          description: >-
            List of citizenships of the sanctioned person separated by the
            symbol #
        entityType:
          $id: '#items/anyOf/0/properties/entityType'
          type: string
          title: Type of sanctions
          description: Type of sanctions (GROUP or PERSONAL)
        gender:
          $id: '#items/anyOf/0/properties/gender'
          type: string
          title: Sex
          description: Gender of the sanctioned person
        insertDate:
          $id: '#items/anyOf/0/properties/insertDate'
          type: string
          title: Date of inclusion in the sanction list
          description: Date of inclusion in the sanction list
        lastModifyDate:
          $id: '#items/anyOf/0/properties/lastModifyDate'
          type: string
          title: Date of amendment
          description: >-
            The date (or list in the form of an array of dates [] separated by a
            comma) of the change
        nationality:
          $id: '#items/anyOf/0/properties/nationality'
          type: string
          title: Nationality
          description: >-
            The list of nationalities to which the sanctioned person may belong,
            separated by the symbol #
        originalName:
          $id: '#items/anyOf/0/properties/originalName'
          type: string
          title: Full name (title) in the original language
          description: Full name (title) in the original language
        position:
          $id: '#items/anyOf/0/properties/position'
          type: string
          title: Position
          description: Position of authorized person
        remark:
          $id: '#items/anyOf/0/properties/remark'
          type: string
          title: Additional information
          description: Additional information on the sanctioned person
        source:
          $id: '#items/anyOf/0/properties/source'
          type: string
          title: Belonging to the sanctions group
          description: >-
            Belonging to the sanctions group. For the NSDC - The term of
            sanctions
        title:
          $id: '#items/anyOf/0/properties/title'
          type: string
          title: Rank
          description: Title of authorized person
        vessel:
          $id: '#items/anyOf/0/properties/vessel'
          type: string
          title: Movable property of a sanctioned person
          description: >-
            Movable property of the person subject to sanctions, on which
            sanctions were imposed
        work:
          $id: '#items/anyOf/0/properties/work'
          type: string
          title: Place of work
          description: Place of work of the authorized person
        period:
          $id: '#items/anyOf/0/properties/period'
          type: string
          title: The number of years of the sanction
          description: The number of years of the sanction
        related:
          $id: '#items/anyOf/0/properties/related'
          type: number
          title: The bit mask of the sanctioned person's affiliation to the country
          description: The bit mask of the sanctioned person's affiliation to the country
        percent:
          $id: '#items/anyOf/0/properties/percent'
          type: number
          title: Percentage of coincidence by surname or name
          description: >-
            It is used only if the sanction was found outside the
            questionnaire!!! Percentage of matches by surname or name (also
            among alternative names (surname))
        level:
          $id: '#items/anyOf/0/properties/level'
          type: string
          title: Registry match level
          description: >-
            It is used only if the sanction was found outside the
            questionnaire!!! The level field can take two values: "Low" and
            "High". A high level of matching is possible only if two conditions
            are met: For legal entities: the value of the input parameter ipn
            (EDRPOU) is contained in the list of documents (output parameter
            doc) or (as the EDRPOU is not always present in the sanctions lists)
            the value of the input parameter name (client name) or namelat
            (transliteration of the client’s name according to Ukrainian
            legislation) completely matches the client’s name (response name
            field) or is present in the list of alternative names (aka field) in
            full form. For natural persons: the value of the input parameter ipn
            (IPN) is contained in the list of documents (output parameter doc).
            If this is not the case, then the value of the input parameter name
            (the client's given name) or namelat (the transliteration of the
            client's given name according to Ukrainian legislation) completely
            matches the client's given name (name field of the response) or is
            present in the list of alternative names (the aka field) in full,
            and an additional parameter (date of birth (input parameter date))
            must be present in the input request and the value of this parameter
            is included in the list of the corresponding response field
            birthdayDate (because it is not directly date, and the list). All
            other answer options will have a "Low" match level.
        sanctionSource:
          $id: '#items/anyOf/0/properties/sanctionSource'
          type: object
          title: Block on information about the President's order
          description: >-
            Block on information about the President's order. Present in
            sanctions under the NSDC.
          properties:
            norder:
              $id: '#items/anyOf/0/properties/sanctionSource/properties/norder'
              type: string
              title: Name of the document
              description: Name of the document (order)
            dateorder:
              $id: '#items/anyOf/0/properties/sanctionSource/properties/dateorder'
              type: string
              title: Document date
              description: Date document (order)
            weblink:
              $id: '#items/anyOf/0/properties/sanctionSource/properties/weblink'
              type: string
              title: Link to the document
              description: link to the document
    dzialalnosci:
      $id: '#dzialalnosci/items'
      type: object
      properties:
        koddzial:
          $id: '#dzialalnosci/items/koddzial'
          type: string
          description: Department code
        kodklasa:
          $id: '#dzialalnosci/items/kodklasa'
          type: string
          description: Class code
        kodpodklasa:
          $id: '#dzialalnosci/items/kodpodklasa'
          type: string
          description: Subclass code
        opis:
          $id: '#dzialalnosci/items/opis'
          type: string
          description: Description
        nrwpisuwprow:
          $id: '#dzialalnosci/items/nrwpisuwprow'
          type: string
          description: Record number
        nrwpisuwykr:
          $id: '#dzialalnosci/items/nrwpisuwykr'
          type: string
          description: Discharge number
    wspolnicy:
      $id: '#items/anyOf/0/properties/inni/items/anyOf/0'
      type: object
      properties:
        id:
          $id: '#items/anyOf/0/properties/inni/items/anyOf/0/properties/id'
          type: number
          description: Record ID
        nazwisko_firma:
          $id: >-
            #items/anyOf/0/properties/inni/items/anyOf/0/properties/nazwisko_firma
          type: array
          description: >-
            Data regarding the name of the organization or the surnames of other
            related persons
          items:
            $id: '#items/anyOf/0'
            type: object
            properties:
              nazwisko:
                $id: >-
                  #items/anyOf/0/properties/inni/items/anyOf/0/properties/nazwisko_firma/anyOf/0/properties/nazwisko
                type: string
                description: >-
                  The name of the organization or the surname of other related
                  persons
              nrwpisuwprow:
                $id: >-
                  #items/anyOf/0/properties/inni/items/anyOf/0/properties/nazwisko_firma/anyOf/0/properties/nrwpisuwprow
                type: string
                description: Record number
              nrwpisuwykr:
                $id: >-
                  #items/anyOf/0/properties/inni/items/anyOf/0/properties/nazwisko_firma/anyOf/0/properties/nrwpisuwykr
                type: string
                description: Discharge number
        imiona:
          $id: '#items/anyOf/0/properties/inni/items/anyOf/0/properties/imiona'
          type: array
          description: Data on the name of other related persons
          items:
            $id: '#items/anyOf/0'
            type: object
            properties:
              imiona:
                $id: >-
                  #items/anyOf/0/properties/inni/items/anyOf/0/properties/imiona/anyOf/0/properties/imiona
                type: string
                description: Names of other related persons
              nrwpisuwprow:
                $id: >-
                  #items/anyOf/0/properties/inni/items/anyOf/0/properties/imiona/anyOf/0/properties/nrwpisuwprow
                type: string
                description: Record number
              nrwpisuwykr:
                $id: >-
                  #items/anyOf/0/properties/inni/items/anyOf/0/properties/imiona/anyOf/0/properties/nrwpisuwykr
                type: string
                description: Discharge number
        codes:
          $id: '#items/anyOf/0/properties/inni/items/anyOf/0/properties/codes'
          type: array
          description: Code data
          items:
            $id: '#items/anyOf/0'
            type: object
            properties:
              regon:
                $id: >-
                  #items/anyOf/0/properties/inni/items/anyOf/0/properties/codes/anyOf/0/properties/regon
                type: string
                description: REGON number
              nrwpisuwprow:
                $id: >-
                  #items/anyOf/0/properties/inni/items/anyOf/0/properties/codes/anyOf/0/properties/nrwpisuwprow
                type: string
                description: Record number
              nrwpisuwykr:
                $id: >-
                  #items/anyOf/0/properties/inni/items/anyOf/0/properties/codes/anyOf/0/properties/nrwpisuwykr
                type: string
                description: Discharge number
        krs:
          $id: '#items/anyOf/0/properties/inni/items/anyOf/0/properties/krs'
          type: array
          description: Data on the KRS of the student's junior high school
          items:
            $id: '#items/anyOf/0'
            type: object
            properties:
              krs:
                $id: >-
                  #items/anyOf/0/properties/inni/items/anyOf/0/properties/krs/anyOf/0/properties/krs
                type: string
                description: Student's KRS number
              nrwpisuwprow:
                $id: >-
                  #items/anyOf/0/properties/inni/items/anyOf/0/properties/krs/anyOf/0/properties/nrwpisuwprow
                type: string
                description: Record number
              nrwpisuwykr:
                $id: >-
                  #items/anyOf/0/properties/inni/items/anyOf/0/properties/krs/anyOf/0/properties/nrwpisuwykr
                type: string
                description: Discharge number
        udzialy:
          $id: '#items/anyOf/0/properties/inni/items/anyOf/0/properties/udzialy'
          type: array
          description: Data on the number of shares and their value
          items:
            $id: '#items/anyOf/0'
            type: object
            properties:
              udzialy:
                $id: >-
                  #items/anyOf/0/properties/inni/items/anyOf/0/properties/udzialy/anyOf/0/properties/udzialy
                type: string
                description: Number of shares and their value
              nrwpisuwprow:
                $id: >-
                  #items/anyOf/0/properties/inni/items/anyOf/0/properties/udzialy/anyOf/0/properties/nrwpisuwprow
                type: string
                description: Record number
              nrwpisuwykr:
                $id: >-
                  #items/anyOf/0/properties/inni/items/anyOf/0/properties/udzialy/anyOf/0/properties/nrwpisuwykr
                type: string
                description: Discharge number
        posiada_calkowicie:
          $id: >-
            #items/anyOf/0/properties/inni/items/anyOf/0/properties/posiada_calkowicie
          type: array
          description: Data on ownership of all shares of the company
          items:
            $id: '#items/anyOf/0'
            type: object
            properties:
              posiada_calkowicie:
                $id: >-
                  #items/anyOf/0/properties/inni/items/anyOf/0/properties/posiada_calkowicie/anyOf/0/properties/posiada_calkowicie
                type: string
                description: >-
                  Information on ownership of all company shares by a
                  partner/participant
              nrwpisuwprow:
                $id: >-
                  #items/anyOf/0/properties/inni/items/anyOf/0/properties/posiada_calkowicie/anyOf/0/properties/nrwpisuwprow
                type: string
                description: Record number
              nrwpisuwykr:
                $id: >-
                  #items/anyOf/0/properties/inni/items/anyOf/0/properties/posiada_calkowicie/anyOf/0/properties/nrwpisuwykr
                type: string
                description: Discharge number
        powstalarozdzielnosc:
          $id: >-
            #items/anyOf/0/properties/inni/items/anyOf/0/properties/powstalarozdzielnosc
          type: array
          description: Data on the division of property between spouses
          items:
            $id: '#items/anyOf/0'
            type: object
            properties:
              powstalarozdzielnosc:
                $id: >-
                  #items/anyOf/0/properties/inni/items/anyOf/0/properties/powstalarozdzielnosc/anyOf/0/properties/powstalarozdzielnosc
                type: string
                description: Property separation between spouses
              nrwpisuwprow:
                $id: >-
                  #items/anyOf/0/properties/inni/items/anyOf/0/properties/powstalarozdzielnosc/anyOf/0/properties/nrwpisuwprow
                type: string
                description: Record number
              nrwpisuwykr:
                $id: >-
                  #items/anyOf/0/properties/inni/items/anyOf/0/properties/powstalarozdzielnosc/anyOf/0/properties/nrwpisuwykr
                type: string
                description: Discharge number
        czyograniczenia:
          $id: >-
            #items/anyOf/0/properties/inni/items/anyOf/0/properties/czyograniczenia
          type: array
          description: >-
            Data on the restriction of legal capacity of the participant for
            legal actions
          items:
            $id: '#items/anyOf/0'
            type: object
            properties:
              czyograniczenia:
                $id: >-
                  #items/anyOf/0/properties/inni/items/anyOf/0/properties/czyograniczenia/anyOf/0/properties/czyograniczenia
                type: string
                description: He has a limited capacity for transactions
              nrwpisuwprow:
                $id: >-
                  #items/anyOf/0/properties/inni/items/anyOf/0/properties/czyograniczenia/anyOf/0/properties/nrwpisuwprow
                type: string
                description: Record number
              nrwpisuwykr:
                $id: >-
                  #items/anyOf/0/properties/inni/items/anyOf/0/properties/czyograniczenia/anyOf/0/properties/nrwpisuwykr
                type: string
                description: Discharge number
        funkcja:
          $id: '#items/anyOf/0/properties/inni/items/anyOf/0/properties/funkcja'
          type: array
          description: Data on the position in the governing body
          items:
            $id: '#items/anyOf/0'
            type: object
            properties:
              funkcja:
                $id: >-
                  #items/anyOf/0/properties/inni/items/anyOf/0/properties/funkcja/anyOf/0/properties/funkcja
                type: string
                description: Position in the governing body
              nrwpisuwprow:
                $id: >-
                  #items/anyOf/0/properties/inni/items/anyOf/0/properties/funkcja/anyOf/0/properties/nrwpisuwprow
                type: string
                description: Record number
              nrwpisuwykr:
                $id: >-
                  #items/anyOf/0/properties/inni/items/anyOf/0/properties/funkcja/anyOf/0/properties/nrwpisuwykr
                type: string
                description: Discharge number
        nazwaorganu:
          $id: '#items/anyOf/0/properties/inni/items/anyOf/0/properties/nazwaorganu'
          type: array
          description: Data on the name of the governing body
          items:
            $id: '#items/anyOf/0'
            type: object
            properties:
              nazwaorganu:
                $id: >-
                  #items/anyOf/0/properties/inni/items/anyOf/0/properties/nazwaorganu/anyOf/0/properties/nazwaorganu
                type: string
                description: Name of the governing body
              nrwpisuwprow:
                $id: >-
                  #items/anyOf/0/properties/inni/items/anyOf/0/properties/nazwaorganu/anyOf/0/properties/nrwpisuwprow
                type: string
                description: Record number
              nrwpisuwykr:
                $id: >-
                  #items/anyOf/0/properties/inni/items/anyOf/0/properties/nazwaorganu/anyOf/0/properties/nrwpisuwykr
                type: string
                description: Discharge number
        reprezentacja:
          $id: >-
            #items/anyOf/0/properties/inni/items/anyOf/0/properties/reprezentacja
          type: array
          description: Data on the method of representation of the subject
          items:
            $id: '#items/anyOf/0'
            type: object
            properties:
              reprezentacja:
                $id: >-
                  #items/anyOf/0/properties/inni/items/anyOf/0/properties/reprezentacja/anyOf/0/properties/reprezentacja
                type: string
                description: The method of subject representation
              nrwpisuwprow:
                $id: >-
                  #items/anyOf/0/properties/inni/items/anyOf/0/properties/reprezentacja/anyOf/0/properties/nrwpisuwprow
                type: string
                description: Record number
              nrwpisuwykr:
                $id: >-
                  #items/anyOf/0/properties/inni/items/anyOf/0/properties/reprezentacja/anyOf/0/properties/nrwpisuwykr
                type: string
                description: Discharge number
        czy_zostala_zawarta:
          $id: >-
            #items/anyOf/0/properties/inni/items/anyOf/0/properties/czy_zostala_zawarta
          type: array
          description: Data on the conclusion of a marriage contract
          items:
            $id: '#items/anyOf/0'
            type: object
            properties:
              czy_zostala_zawarta:
                $id: >-
                  #items/anyOf/0/properties/inni/items/anyOf/0/properties/czy_zostala_zawarta/anyOf/0/properties/czy_zostala_zawarta
                type: string
                description: >-
                  Information on the fact of concluding a marriage contract on
                  property
              nrwpisuwprow:
                $id: >-
                  #items/anyOf/0/properties/inni/items/anyOf/0/properties/czy_zostala_zawarta/anyOf/0/properties/nrwpisuwprow
                type: string
                description: Record number
              nrwpisuwykr:
                $id: >-
                  #items/anyOf/0/properties/inni/items/anyOf/0/properties/czy_zostala_zawarta/anyOf/0/properties/nrwpisuwykr
                type: string
                description: Discharge number
        czy_komandytariuszem:
          $id: >-
            #items/anyOf/0/properties/inni/items/anyOf/0/properties/czy_komandytariuszem
          type: array
          description: Data on the limited partnership
          items:
            $id: '#items/anyOf/0'
            type: object
            properties:
              czy_komandytariuszem:
                $id: >-
                  #items/anyOf/0/properties/inni/items/anyOf/0/properties/czy_komandytariuszem/anyOf/0/properties/czy_komandytariuszem
                type: string
                description: Whether the participant is a limited partner
              nrwpisuwprow:
                $id: >-
                  #items/anyOf/0/properties/inni/items/anyOf/0/properties/czy_komandytariuszem/anyOf/0/properties/nrwpisuwprow
                type: string
                description: Record number
              nrwpisuwykr:
                $id: >-
                  #items/anyOf/0/properties/inni/items/anyOf/0/properties/czy_komandytariuszem/anyOf/0/properties/nrwpisuwykr
                type: string
                description: Discharge number
        suma_komandytowa:
          $id: >-
            #items/anyOf/0/properties/inni/items/anyOf/0/properties/suma_komandytowa
          type: array
          description: Data on the size of the limited partnership contribution
          items:
            $id: '#items/anyOf/0'
            type: object
            properties:
              suma_komandytowa:
                $id: >-
                  #items/anyOf/0/properties/inni/items/anyOf/0/properties/suma_komandytowa/anyOf/0/properties/suma_komandytowa
                type: string
                description: The cost of the limited partnership contribution
              nrwpisuwprow:
                $id: >-
                  #items/anyOf/0/properties/inni/items/anyOf/0/properties/suma_komandytowa/anyOf/0/properties/nrwpisuwprow
                type: string
                description: Record number
              nrwpisuwykr:
                $id: >-
                  #items/anyOf/0/properties/inni/items/anyOf/0/properties/suma_komandytowa/anyOf/0/properties/nrwpisuwykr
                type: string
                description: Discharge number
        wklad:
          $id: '#items/anyOf/0/properties/inni/items/anyOf/0/properties/wklad'
          type: array
          description: Data on the size of the amount of the limited liability company
          items:
            $id: '#items/anyOf/0'
            type: object
            properties:
              wklad:
                $id: >-
                  #items/anyOf/0/properties/inni/items/anyOf/0/properties/wklad/anyOf/0/properties/wklad
                type: string
                description: The size of the share of YuO
              nrwpisuwprow:
                $id: >-
                  #items/anyOf/0/properties/inni/items/anyOf/0/properties/wklad/anyOf/0/properties/nrwpisuwprow
                type: string
                description: Record number
              nrwpisuwykr:
                $id: >-
                  #items/anyOf/0/properties/inni/items/anyOf/0/properties/wklad/anyOf/0/properties/nrwpisuwykr
                type: string
                description: Discharge number
        niepieniezny:
          $id: '#items/anyOf/0/properties/inni/items/anyOf/0/properties/niepieniezny'
          type: array
          description: Data on whether there is a non-cash contribution
          items:
            $id: '#items/anyOf/0'
            type: object
            properties:
              niepieniezny:
                $id: >-
                  #items/anyOf/0/properties/inni/items/anyOf/0/properties/niepieniezny/anyOf/0/properties/niepieniezny
                type: string
                description: Data on whether there is a non-cash contribution
              nrwpisuwprow:
                $id: >-
                  #items/anyOf/0/properties/inni/items/anyOf/0/properties/niepieniezny/anyOf/0/properties/nrwpisuwprow
                type: string
                description: Record number
              nrwpisuwykr:
                $id: >-
                  #items/anyOf/0/properties/inni/items/anyOf/0/properties/niepieniezny/anyOf/0/properties/nrwpisuwykr
                type: string
                description: Discharge number
        czy_partner_ograniczony_art_95:
          $id: >-
            #items/anyOf/0/properties/inni/items/anyOf/0/properties/czy_partner_ograniczony_art_95
          type: array
          description: Data on whether there is a non-cash contribution
          items:
            $id: '#items/anyOf/0'
            type: object
            properties:
              czy_partner_ograniczony_art_95:
                $id: >-
                  #items/anyOf/0/properties/inni/items/anyOf/0/properties/czy_partner_ograniczony_art_95/anyOf/0/properties/czy_partner_ograniczony_art_95
                type: string
                description: Data on whether there is a non-cash contribution
              nrwpisuwprow:
                $id: >-
                  #items/anyOf/0/properties/inni/items/anyOf/0/properties/czy_partner_ograniczony_art_95/anyOf/0/properties/nrwpisuwprow
                type: string
                description: Record number
              nrwpisuwykr:
                $id: >-
                  #items/anyOf/0/properties/inni/items/anyOf/0/properties/czy_partner_ograniczony_art_95/anyOf/0/properties/nrwpisuwykr
                type: string
                description: Discharge number
        komplementariusz_ograniczona_zdolnosc:
          $id: >-
            #items/anyOf/0/properties/inni/items/anyOf/0/properties/komplementariusz_ograniczona_zdolnosc
          type: array
          description: Data on ability (complementary) in SE
          items:
            $id: '#items/anyOf/0'
            type: object
            properties:
              komplementariusz_ograniczona_zdolnosc:
                $id: >-
                  #items/anyOf/0/properties/inni/items/anyOf/0/properties/komplementariusz_ograniczona_zdolnosc/anyOf/0/properties/komplementariusz_ograniczona_zdolnosc
                type: string
                description: Ability (complementary) in SE
              nrwpisuwprow:
                $id: >-
                  #items/anyOf/0/properties/inni/items/anyOf/0/properties/komplementariusz_ograniczona_zdolnosc/anyOf/0/properties/nrwpisuwprow
                type: string
                description: Record number
              nrwpisuwykr:
                $id: >-
                  #items/anyOf/0/properties/inni/items/anyOf/0/properties/komplementariusz_ograniczona_zdolnosc/anyOf/0/properties/nrwpisuwykr
                type: string
                description: Discharge number
        suspendedinduties:
          $id: >-
            #items/anyOf/0/properties/inni/items/anyOf/0/properties/suspendedinduties
          type: array
          description: Data on the removal of members of the management body
          items:
            $id: '#items/anyOf/0'
            type: object
            properties:
              suspendedinduties:
                $id: >-
                  #items/anyOf/0/properties/inni/items/anyOf/0/properties/suspendedinduties/anyOf/0/properties/suspendedinduties
                type: string
                description: >-
                  Data on whether a member of the management body was
                  temporarily suspended from performing his duties. Suspension
                  may be the result of disciplinary decisions, court orders or
                  internal policies of the organization. This usually happens if
                  there are suspicions of violations of the law, abuse of
                  authority, or other actions that could harm the company or
                  organization.
              nrwpisuwprow:
                $id: >-
                  #items/anyOf/0/properties/inni/items/anyOf/0/properties/suspendedinduties/anyOf/0/properties/nrwpisuwprow
                type: string
                description: Record number
              nrwpisuwykr:
                $id: >-
                  #items/anyOf/0/properties/inni/items/anyOf/0/properties/suspendedinduties/anyOf/0/properties/nrwpisuwykr
                type: string
                description: Discharge number
        suspensionuntildate:
          $id: >-
            #items/anyOf/0/properties/inni/items/anyOf/0/properties/suspensionuntildate
          type: array
          description: Data on terms of suspension of members of the management body
          items:
            $id: '#items/anyOf/0'
            type: object
            properties:
              suspensionuntildate:
                $id: >-
                  #items/anyOf/0/properties/inni/items/anyOf/0/properties/suspensionuntildate/anyOf/0/properties/suspensionuntildate
                type: string
                description: >-
                  The terms until which a specific person, who is a member of
                  the management or the board of directors, was suspended from
                  performing his duties. It defines the duration of the
                  suspension and can be important for organizational control,
                  analysis and documentation.
              nrwpisuwprow:
                $id: >-
                  #items/anyOf/0/properties/inni/items/anyOf/0/properties/suspensionuntildate/anyOf/0/properties/nrwpisuwprow
                type: string
                description: Record number
              nrwpisuwykr:
                $id: >-
                  #items/anyOf/0/properties/inni/items/anyOf/0/properties/suspensionuntildate/anyOf/0/properties/nrwpisuwykr
                type: string
                description: Discharge number
        zakrespelnomocnictwa:
          $id: >-
            #items/anyOf/0/properties/inni/items/anyOf/0/properties/zakrespelnomocnictwa
          type: array
          description: Data on the description of powers
          items:
            $id: '#items/anyOf/0'
            type: object
            properties:
              zakrespelnomocnictwa:
                $id: >-
                  #items/anyOf/0/properties/inni/items/anyOf/0/properties/zakrespelnomocnictwa/anyOf/0/properties/zakrespelnomocnictwa
                type: string
                description: Description of powers
              nrwpisuwprow:
                $id: >-
                  #items/anyOf/0/properties/inni/items/anyOf/0/properties/zakrespelnomocnictwa/anyOf/0/properties/nrwpisuwprow
                type: string
                description: Record number
              nrwpisuwykr:
                $id: >-
                  #items/anyOf/0/properties/inni/items/anyOf/0/properties/zakrespelnomocnictwa/anyOf/0/properties/nrwpisuwykr
                type: string
                description: Discharge number
        ograniczonazdolnoscczynnosciprawnych:
          $id: >-
            #items/anyOf/0/properties/inni/items/anyOf/0/properties/ograniczonazdolnoscczynnosciprawnych
          type: array
          description: Data on the restrictions of the member of the UO
          items:
            $id: '#items/anyOf/0'
            type: object
            properties:
              ograniczonazdolnoscczynnosciprawnych:
                $id: >-
                  #items/anyOf/0/properties/inni/items/anyOf/0/properties/ograniczonazdolnoscczynnosciprawnych/anyOf/0/properties/ograniczonazdolnoscczynnosciprawnych
                type: string
                description: >-
                  Data on the limitation of the legal capacity of the
                  participant of the JuO
              nrwpisuwprow:
                $id: >-
                  #items/anyOf/0/properties/inni/items/anyOf/0/properties/ograniczonazdolnoscczynnosciprawnych/anyOf/0/properties/nrwpisuwprow
                type: string
                description: Record number
              nrwpisuwykr:
                $id: >-
                  #items/anyOf/0/properties/inni/items/anyOf/0/properties/ograniczonazdolnoscczynnosciprawnych/anyOf/0/properties/nrwpisuwykr
                type: string
                description: Discharge number
        isactual:
          $id: '#items/anyOf/0/properties/inni/items/anyOf/0/properties/isactual'
          type: boolean
          description: Relevance of the record
    podmioty:
      $id: '#items/anyOf/0/properties/sposobpowstaniapodmiotu/podmioty/anyOf/0'
      type: object
      properties:
        nazwaSubj:
          $id: >-
            #items/anyOf/0/properties/sposobpowstaniapodmiotu/podmioty/anyOf/0/nazwaSubj
          type: array
          description: Data on the name of the entity from which the SE was formed
          items:
            $id: >-
              #items/anyOf/0/properties/sposobpowstaniapodmiotu/podmioty/anyOf/0/nazwaSubj/anyOf/0
            type: object
            properties:
              nazwaSubj:
                $id: >-
                  #items/anyOf/0/properties/sposobpowstaniapodmiotu/podmioty/anyOf/0/nazwaSubj/anyOf/0/nazwaSubj
                type: string
                description: The name of the entity from which the SE was formed
              nrwpisuwprow:
                $id: >-
                  #items/anyOf/0/properties/sposobpowstaniapodmiotu/podmioty/anyOf/0/nazwaSubj/anyOf/0/nrwpisuwprow
                type: string
                description: Record number
              nrwpisuwykr:
                $id: >-
                  #items/anyOf/0/properties/sposobpowstaniapodmiotu/podmioty/anyOf/0/nazwaSubj/anyOf/0/nrwpisuwykr
                type: string
                description: Discharge number
        krajnazwarejestruewidencji:
          $id: >-
            #items/anyOf/0/properties/sposobpowstaniapodmiotu/podmioty/anyOf/0/krajnazwarejestruewidencji
          type: array
          description: Data on the country in which the entity from which the SE was formed
          items:
            $id: >-
              #items/anyOf/0/properties/sposobpowstaniapodmiotu/podmioty/anyOf/0/krajnazwarejestruewidencji/anyOf/0
            type: object
            properties:
              krajnazwarejestruewidencji:
                $id: >-
                  #items/anyOf/0/properties/sposobpowstaniapodmiotu/podmioty/anyOf/0/krajnazwarejestruewidencji/anyOf/0/krajnazwarejestruewidencji
                type: string
                description: The country in which the entity from which the SE was formed
              nazwa:
                $id: >-
                  #items/anyOf/0/properties/sposobpowstaniapodmiotu/podmiotyPrzejmowane/anyOf/0/krajnazwarejestruewidencji/anyOf/0/nazwa
                type: string
                description: Registry name
              nrwpisuwprow:
                $id: >-
                  #items/anyOf/0/properties/sposobpowstaniapodmiotu/podmioty/anyOf/0/krajnazwarejestruewidencji/anyOf/0/nrwpisuwprow
                type: string
                description: Record number
              nrwpisuwykr:
                $id: >-
                  #items/anyOf/0/properties/sposobpowstaniapodmiotu/podmioty/anyOf/0/krajnazwarejestruewidencji/anyOf/0/nrwpisuwykr
                type: string
                description: Discharge number
        numerWRejestrzeAlboEwidencji:
          $id: >-
            #items/anyOf/0/properties/sposobpowstaniapodmiotu/podmioty/anyOf/0/numerWRejestrzeAlboEwidencji
          type: array
          description: Data regarding the number in the register or accounting system
          items:
            $id: >-
              #items/anyOf/0/properties/sposobpowstaniapodmiotu/podmioty/anyOf/0/numerWRejestrzeAlboEwidencji/anyOf/0
            type: object
            properties:
              numerWRejestrzeAlboEwidencji:
                $id: >-
                  #items/anyOf/0/properties/sposobpowstaniapodmiotu/podmioty/anyOf/0/numerWRejestrzeAlboEwidencji/anyOf/0/numerWRejestrzeAlboEwidencji
                type: string
                description: Number in the register or accounting system
              nrwpisuwprow:
                $id: >-
                  #items/anyOf/0/properties/sposobpowstaniapodmiotu/podmioty/anyOf/0/numerWRejestrzeAlboEwidencji/anyOf/0/nrwpisuwprow
                type: string
                description: Record number
              nrwpisuwykr:
                $id: >-
                  #items/anyOf/0/properties/sposobpowstaniapodmiotu/podmioty/anyOf/0/numerWRejestrzeAlboEwidencji/anyOf/0/nrwpisuwykr
                type: string
                description: Discharge number
        nazwaSaduOrganuProwadzacegoRejestrEwidencje:
          $id: >-
            #items/anyOf/0/properties/sposobpowstaniapodmiotu/podmioty/anyOf/0/nazwaSaduOrganuProwadzacegoRejestrEwidencje
          type: array
          description: >-
            Data regarding the name of the court or body that maintains the
            register or accounting
          items:
            $id: >-
              #items/anyOf/0/properties/sposobpowstaniapodmiotu/podmioty/anyOf/0/nazwaSaduOrganuProwadzacegoRejestrEwidencje/anyOf/0
            type: object
            properties:
              nazwaSaduOrganuProwadzacegoRejestrEwidencje:
                $id: >-
                  #items/anyOf/0/properties/sposobpowstaniapodmiotu/podmioty/anyOf/0/nazwaSaduOrganuProwadzacegoRejestrEwidencje/anyOf/0/nazwaSaduOrganuProwadzacegoRejestrEwidencje
                type: string
                description: >-
                  The name of the court or body that maintains the register or
                  accounting.
              nrwpisuwprow:
                $id: >-
                  #items/anyOf/0/properties/sposobpowstaniapodmiotu/podmioty/anyOf/0/nazwaSaduOrganuProwadzacegoRejestrEwidencje/anyOf/0/nrwpisuwprow
                type: string
                description: Record number
              nrwpisuwykr:
                $id: >-
                  #items/anyOf/0/properties/sposobpowstaniapodmiotu/podmioty/anyOf/0/nazwaSaduOrganuProwadzacegoRejestrEwidencje/anyOf/0/nrwpisuwykr
                type: string
                description: Discharge number
        regon:
          $id: >-
            #items/anyOf/0/properties/sposobpowstaniapodmiotu/podmioty/anyOf/0/regon
          type: array
          description: REGON number information
          items:
            $id: >-
              #items/anyOf/0/properties/sposobpowstaniapodmiotu/podmioty/anyOf/0/regon/anyOf/0
            type: object
            properties:
              regon:
                $id: >-
                  #items/anyOf/0/properties/sposobpowstaniapodmiotu/podmioty/anyOf/0/regon/anyOf/0/regon
                type: string
                description: REGON number
              nrwpisuwprow:
                $id: >-
                  #items/anyOf/0/properties/sposobpowstaniapodmiotu/podmioty/anyOf/0/regon/anyOf/0/nrwpisuwprow
                type: string
                description: Record number
              nrwpisuwykr:
                $id: >-
                  #items/anyOf/0/properties/sposobpowstaniapodmiotu/podmioty/anyOf/0/regon/anyOf/0/nrwpisuwykr
                type: string
                description: Discharge number
        nip:
          $id: >-
            #items/anyOf/0/properties/sposobpowstaniapodmiotu/podmioty/anyOf/0/nip
          type: array
          description: Information about the NIP number
          items:
            $id: >-
              #items/anyOf/0/properties/sposobpowstaniapodmiotu/podmioty/anyOf/0/nip/anyOf/0
            type: object
            properties:
              nip:
                $id: >-
                  #items/anyOf/0/properties/sposobpowstaniapodmiotu/podmioty/anyOf/0/nip/anyOf/0/nip
                type: string
                description: NIP number
              nrwpisuwprow:
                $id: >-
                  #items/anyOf/0/properties/sposobpowstaniapodmiotu/podmioty/anyOf/0/nip/anyOf/0/nrwpisuwprow
                type: string
                description: Record number
              nrwpisuwykr:
                $id: >-
                  #items/anyOf/0/properties/sposobpowstaniapodmiotu/podmioty/anyOf/0/nip/anyOf/0/nrwpisuwykr
                type: string
                description: Discharge number
    pl_address:
      $id: >-
        #items/anyOf/0/properties/jednostkaterenowaoddzial/adres_fizyczny/anyOf/0
      type: object
      properties:
        adreskraj:
          $id: >-
            #items/anyOf/0/properties/jednostkaterenowaoddzial/adres_fizyczny/anyOf/0/adreskraj
          type: string
          description: Country
        wojewodztwo:
          $id: >-
            #items/anyOf/0/properties/jednostkaterenowaoddzial/adres_fizyczny/anyOf/0/wojewodztwo
          type: string
          description: Voivodeship (administrative unit in Poland)
        powiat:
          $id: >-
            #items/anyOf/0/properties/jednostkaterenowaoddzial/adres_fizyczny/anyOf/0/powiat
          type: string
          description: County (second level of administrative division in Poland).
        gmina:
          $id: >-
            #items/anyOf/0/properties/jednostkaterenowaoddzial/adres_fizyczny/anyOf/0/gmina
          type: string
          description: Gmina (the smallest administrative unit in Poland).
        adresmiejscowosc:
          $id: >-
            #items/anyOf/0/properties/jednostkaterenowaoddzial/adres_fizyczny/anyOf/0/adresmiejscowosc
          type: string
          description: Locality
        kodpocztowy:
          $id: >-
            #items/anyOf/0/properties/jednostkaterenowaoddzial/adres_fizyczny/anyOf/0/kodpocztowy
          type: string
          description: Zip code
        poczta:
          $id: >-
            #items/anyOf/0/properties/jednostkaterenowaoddzial/adres_fizyczny/anyOf/0/poczta
          type: string
          description: Mail
        ulica:
          $id: >-
            #items/anyOf/0/properties/jednostkaterenowaoddzial/adres_fizyczny/anyOf/0/ulica
          type: string
          description: Street
        nrdomu:
          $id: >-
            #items/anyOf/0/properties/jednostkaterenowaoddzial/adres_fizyczny/anyOf/0/nrdomu
          type: string
          description: House number
        nrlokalu:
          $id: >-
            #items/anyOf/0/properties/jednostkaterenowaoddzial/adres_fizyczny/anyOf/0/nrlokalu
          type: string
          description: Apartment number
        nrwpisuwprow:
          $id: >-
            #items/anyOf/0/properties/jednostkaterenowaoddzial/adres_fizyczny/anyOf/0/nrwpisuwprow
          type: string
          description: Record number
        nrwpisuwykr:
          $id: >-
            #items/anyOf/0/properties/jednostkaterenowaoddzial/adres_fizyczny/anyOf/0/nrwpisuwykr
          type: string
          description: Discharge number
  securitySchemes:
    tokken:
      type: apiKey
      name: tokken
      description: >-
        The unique user key of the FM entity (provided upon registration of the
        FM entity in the 'FinAP CheckLists' PC). Comes to the responsible
        person's e-mail
      in: query
    IDsubjectFM:
      type: apiKey
      name: IDsubjectFM
      description: >-
        ID of the FM subject (assigned when the FM subject is registered in the
        PC 'FinAP CheckLists'). Comes to the responsible person's e-mail
      in: query

````