{"openapi":"3.1.0","info":{"title":"Personen API","description":"","version":"1.0.0"},"servers":[{"url":"https:\/\/api.wirtschaftscompass.at\/person","description":"Generated server url"}],"security":[{"compass-api-token":[]}],"tags":[{"name":"V1","description":"Personen Version 1"}],"paths":{"\/v1\/{wico-id}\/person-report":{"get":{"tags":["V1"],"summary":"Abruf von Personendaten in strukturierter Form","description":"Es k\u00f6nnen alle Informationen zu einer nat\u00fcrlichen Person in strukturierter Form als JSON oder XML abgefragt werden.<br \/>Neben Stammdaten werden aktive (und ehemalige) Funktionen in Firmen, Gewerbebetrieben, Vereinen und freiberuflichen T\u00e4tigkeiten zur\u00fcckgeliefert.","operationId":"personProfile","parameters":[{"name":"wico-id","in":"path","description":"[wicoId] der nat\u00fcrlichen Person","required":true,"schema":{"type":"string"}},{"name":"load-option","in":"query","description":"Load Options:<br\/>Liefert alle aktiven und\/oder ehemaligen Funktionen zur\u00fcck","required":false,"schema":{"type":"array","default":[],"items":{"type":"string","enum":["ALL","HISTORIC_INFORMATION"]},"uniqueItems":true}},{"name":"additional-information","in":"query","description":"Strukturierte Vertretungsbefugnis (optional): Optimierte und standardisierte Texte zur Vertretungsbefugnis der zeichnungsberechtigten Personen. Diese Option kann nur genutzt werden, wenn sie durch Compass freigeschaltet wurde.","required":false,"schema":{"type":"array","default":[],"items":{"type":"string","enum":["STRUCTURED_REPRESENTATION_REGULATION"]},"uniqueItems":true}}],"responses":{"400":{"description":"","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Failure"}}}},"404":{"description":"Not Found","content":{"*\/*":{"schema":{"$ref":"#\/components\/schemas\/Failure"}}},"x-exception-class":["at.compass.api.shared.exception.MultipleDocumentsFoundException"]},"500":{"description":"Internal Server Error","content":{"*\/*":{"schema":{"$ref":"#\/components\/schemas\/Failure"}}},"x-exception-class":["java.lang.Exception"]},"503":{"description":"Service Unavailable","content":{"*\/*":{"schema":{"$ref":"#\/components\/schemas\/Failure"}}},"x-exception-class":["at.compass.api.shared.exception.ExternalServiceNotAvailableException"]},"403":{"description":"","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Failure"}}}},"401":{"description":"","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Failure"}}}},"200":{"description":"OK","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/PersonProfileType"}},"application\/xml":{"schema":{"$ref":"#\/components\/schemas\/PersonProfileType"}}}}}}},"\/v1\/{wico-id}\/person-report\/pdf":{"get":{"tags":["V1"],"summary":"Abruf von Personendaten als PDF","description":"Es k\u00f6nnen alle Informationen zu einer nat\u00fcrlichen Person abgefragt werden.<br \/>\/Neben Stammdaten werden aktive (und ehemalige) Funktionen in Firmen, Gewerbebetrieben, Vereinen und freiberuflichen T\u00e4tigkeiten zur\u00fcckgeliefert.","operationId":"personPdfReport","parameters":[{"name":"wico-id","in":"path","description":"[wicoId] der nat\u00fcrlichen Person","required":true,"schema":{"type":"string"}},{"name":"load-option","in":"query","description":"Load Options:<br\/>Liefert alle aktiven und\/oder ehemaligen Funktionen zur\u00fcck","required":false,"schema":{"type":"array","default":[],"items":{"type":"string","enum":["ALL","HISTORIC_INFORMATION"]},"uniqueItems":true}}],"responses":{"400":{"description":"","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Failure"}}}},"404":{"description":"","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Failure"}}}},"500":{"description":"Internal Server Error","content":{"*\/*":{"schema":{"$ref":"#\/components\/schemas\/Failure"}}},"x-exception-class":["java.lang.Exception"]},"503":{"description":"Service Unavailable","content":{"*\/*":{"schema":{"$ref":"#\/components\/schemas\/Failure"}}},"x-exception-class":["at.compass.api.shared.exception.ExternalServiceNotAvailableException"]},"403":{"description":"","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Failure"}}}},"401":{"description":"","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Failure"}}}},"200":{"description":"OK","content":{"application\/pdf":{"schema":{"type":"string","format":"byte"}}}}}}},"\/v1\/{wico-id}\/organigram":{"get":{"tags":["V1"],"summary":"Erstellung eines neuen Personen Organigramms","description":"Als Ergebnis wird die [reference]-Id zur\u00fcckgeliefert. Mit dieser kann im n\u00e4chsten Schritt das Organigramm als SVG oder PDF \u00fcber die \"Archiv API\" abgerufen werden.","operationId":"createOrganigram","parameters":[{"name":"wico-id","in":"path","description":"[wicoId] der nat\u00fcrlichen Person","required":true,"schema":{"type":"string"}}],"responses":{"400":{"description":"Bad Request","content":{"*\/*":{"schema":{"$ref":"#\/components\/schemas\/Failure"}}},"x-exception-class":["at.compass.api.shared.exception.InvalidParameterException"]},"404":{"description":"Not Found","content":{"*\/*":{"schema":{"$ref":"#\/components\/schemas\/Failure"}}},"x-exception-class":["at.compass.api.shared.exception.MultipleDocumentsFoundException"]},"500":{"description":"Internal Server Error","content":{"*\/*":{"schema":{"$ref":"#\/components\/schemas\/Failure"}}},"x-exception-class":["java.lang.Exception"]},"503":{"description":"Service Unavailable","content":{"*\/*":{"schema":{"$ref":"#\/components\/schemas\/Failure"}}},"x-exception-class":["at.compass.api.shared.exception.ExternalServiceNotAvailableException"]},"403":{"description":"","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Failure"}}}},"401":{"description":"","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Failure"}}}},"200":{"description":"OK","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Document"}},"application\/xml":{"schema":{"$ref":"#\/components\/schemas\/Document"}}}}}}},"\/v1\/resolve":{"get":{"tags":["V1"],"summary":"Ermittlung der Wirtschafts-Compass ID ([wicoId]) auf Basis der bisherigen Compass-ID","description":"Die Wirtschafts-Compass ID ist der eindeutige und dauerhafte Identifkator von Objekten (f\u00fcr juristische und nat\u00fcrliche Personen) und f\u00fcr die Services der API unabdingbar.","operationId":"resolve","parameters":[{"name":"register-number","in":"query","description":"Registerzahl (derzeit nur auf die bisherige Compass-ID beschr\u00e4nkt)","required":true,"schema":{"type":"string"}},{"name":"register-number-type","in":"query","description":"Nach einem bestimmten Register filtern (derzeit nur auf die bisherige Compass-ID beschr\u00e4nkt)","required":false,"schema":{"type":"string","default":"ALL","enum":["COMPASS_ID","COMPASS_ASSOCIATION_ID","COMPASS_TRADE_ID","ALL"]}}],"responses":{"400":{"description":"","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Failure"}}}},"404":{"description":"Not Found","content":{"*\/*":{"schema":{"$ref":"#\/components\/schemas\/Failure"}}},"x-exception-class":["at.compass.api.shared.exception.MultipleDocumentsFoundException"]},"500":{"description":"Internal Server Error","content":{"*\/*":{"schema":{"$ref":"#\/components\/schemas\/Failure"}}},"x-exception-class":["java.lang.Exception"]},"503":{"description":"Service Unavailable","content":{"*\/*":{"schema":{"$ref":"#\/components\/schemas\/Failure"}}},"x-exception-class":["at.compass.api.shared.exception.ExternalServiceNotAvailableException"]},"403":{"description":"","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Failure"}}}},"401":{"description":"","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Failure"}}}},"200":{"description":"OK","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Resolver"}},"application\/xml":{"schema":{"$ref":"#\/components\/schemas\/Resolver"}}}}}}},"\/v1\/":{"get":{"tags":["V1"],"summary":"Suche nach nat\u00fcrlichen Personen","description":"Suche nach nat\u00fcrlichen Personen, die Funktionen in Firmen, Gewerbebetrieben und Vereinen aus\u00fcben bzw. freiberuflichen T\u00e4tigkeiten nachgehen.<br \/>Folgende freiberufliche Quellen werden verarbeitet: Architekten, \u00c4rzte, Gerichtsdolmetscher, Gerichtssachverst\u00e4ndige, Gesundheitsberufe, Insolvenzverwalter, Mediatoren, Notare, Patentenanw\u00e4lte, Psychologen, Rechtsanw\u00e4lte, Tier\u00e4rzte, Trainingstherapeuten, Wirtschaftstreuh\u00e4nder, Zahn\u00e4rzte, Ziviltechniker und Zwangsverwalter.<br \/>Die Suche dient zur Ermittlung der Wirtschafts-Compass ID [wicoId], die als eindeutige, dauerhafte Kennung von Objekten \u00fcber alle Services hinweg fungiert.","operationId":"personSearch","parameters":[{"name":"term","in":"query","description":"Suchwort (Name der Person)","required":false,"schema":{"type":"string"}},{"name":"type","in":"query","description":"Einschr\u00e4nken auf eine spezifische Dom\u00e4ne\/Quelle (Firma-, Gewerbe- oder Vereinsdaten bzw. freiberufliche Daten)","required":false,"schema":{"type":"array","default":["ALL"],"items":{"type":"string","enum":["ALL","COMPANY","TRADE","ASSOCIATION","LIBERAL_PROFESSION"]},"uniqueItems":true}},{"name":"state","in":"query","description":"Bundesland","required":false,"schema":{"type":"array","default":["ALL"],"items":{"type":"string","enum":["ALL","BURGENLAND","KAERNTEN","NIEDEROESTERREICH","OBEROESTERREICH","SALZBURG","STEIERMARK","TIROL","WIEN","VORARLBERG"]},"uniqueItems":true}},{"name":"city","in":"query","description":"Ort","required":false,"schema":{"type":"array","items":{"type":"string"},"uniqueItems":true}},{"name":"postal-code","in":"query","description":"Postleitzahl","required":false,"schema":{"type":"array","items":{"type":"string"},"uniqueItems":true}},{"name":"occupation","in":"query","description":"Art der freiberuflichen Funktion","required":false,"schema":{"type":"array","items":{"type":"string","enum":["ALL","CERTIFIED_COURT_INTERPRETER","CIVIL_ENGINEER","DENTIST","EXPERT_WITNESS","HEALTH_PROFESSIONAL","INSOLVENCY_ADMINISTRATOR","LAWYER","MEDIATOR","MEDIATOR_OEBM","PATENT_ATTORNEY","PHYSICIAN","PSYCHOLOGIST","RECEIVER","NOTARY","TRAINING_THERAPIST","TRUSTEE","VETERINARIAN"]},"uniqueItems":true}},{"name":"dead","in":"query","description":"Nach verstorbenen Personen filtern","required":false,"schema":{"type":"boolean"}},{"name":"pep","in":"query","description":"Nach politisch exponierten Personen (PEPs) bzw. Personen mit einer Beziehung zu PEPs filtern","required":false,"schema":{"type":"boolean"}},{"name":"insolvency-status","in":"query","description":"Filtern von Personen mit oder ohne Insolvenzverfahren bzw. aufrechtes oder aufgehobenes (abgeschlossenes) Insolvenzverfahren","required":false,"schema":{"type":"string","enum":["ALL","WITHOUT","PENDING","CLOSED"]}},{"name":"page","in":"query","description":"Seitenverwaltung\/Paginierung (0...N)","schema":{"type":"integer","format":"int32","default":0}},{"name":"size","in":"query","description":"Anzahl an Ergebnissen pro Seite","schema":{"type":"integer","format":"int32","default":10}},{"name":"sort","in":"query","description":"Sortierkriterium im Format: feld(,asc|desc)?, z.B. \"NAME,asc\"; Standardsortierung ist aufsteigend (asc), Parameter kann mehrmals angegeben werden f\u00fcr mehr als ein Sortierkriterium. Erlaubte Werte f\u00fcr \"feld\" sind: NAME,DATE_OF_BIRTH","schema":{"type":"array","default":[],"items":{"type":"string"}}}],"responses":{"400":{"description":"","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Failure"}}}},"404":{"description":"Not Found","content":{"*\/*":{"schema":{"$ref":"#\/components\/schemas\/Failure"}}},"x-exception-class":["at.compass.api.shared.exception.MultipleDocumentsFoundException"]},"500":{"description":"Internal Server Error","content":{"*\/*":{"schema":{"$ref":"#\/components\/schemas\/Failure"}}},"x-exception-class":["java.lang.Exception"]},"503":{"description":"Service Unavailable","content":{"*\/*":{"schema":{"$ref":"#\/components\/schemas\/Failure"}}},"x-exception-class":["at.compass.api.shared.exception.ExternalServiceNotAvailableException"]},"403":{"description":"","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Failure"}}}},"401":{"description":"","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Failure"}}}},"200":{"description":"OK","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Search"}},"application\/xml":{"schema":{"$ref":"#\/components\/schemas\/Search"}}}}}}},"\/health":{"get":{"tags":["X"],"summary":"","description":"","operationId":"getPing","responses":{"400":{"description":"Bad Request","content":{"*\/*":{"schema":{"$ref":"#\/components\/schemas\/Failure"}}},"x-exception-class":["at.compass.api.shared.exception.InvalidParameterException"]},"404":{"description":"Not Found","content":{"*\/*":{"schema":{"$ref":"#\/components\/schemas\/Failure"}}},"x-exception-class":["at.compass.api.shared.exception.MultipleDocumentsFoundException"]},"500":{"description":"Internal Server Error","content":{"*\/*":{"schema":{"$ref":"#\/components\/schemas\/Failure"}}},"x-exception-class":["java.lang.Exception"]},"503":{"description":"Service Unavailable","content":{"*\/*":{"schema":{"$ref":"#\/components\/schemas\/Failure"}}},"x-exception-class":["at.compass.api.shared.exception.ExternalServiceNotAvailableException"]},"403":{"description":"","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Failure"}}}},"401":{"description":"","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Failure"}}}},"200":{"description":"OK","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ResponseString"}}}}}}}},"components":{"schemas":{"Failure":{"properties":{"message":{"type":"string"},"stacktrace":{"type":"string"}},"required":["message","stacktrace"],"xml":{"name":"failure","namespace":"urn:compass:wico:api:1.0"}},"AddressFormerPropertyValueType":{"type":"object","properties":{"validFrom":{"type":"string","description":"","xml":{"name":"valid-from","namespace":"urn:compass:wico:api:1.0","attribute":true}},"validTo":{"type":"string","description":"","xml":{"name":"valid-to","namespace":"urn:compass:wico:api:1.0","attribute":true}},"address":{"$ref":"#\/components\/schemas\/AddressType","description":""}},"required":["address"]},"AddressPropertyType":{"type":"object","properties":{"currentValue":{"$ref":"#\/components\/schemas\/AddressPropertyValueType","description":"","xml":{"name":"current-value"}},"formerValue":{"type":"array","description":"","items":{"$ref":"#\/components\/schemas\/AddressFormerPropertyValueType"},"xml":{"name":"former-value"}}}},"AddressPropertyValueType":{"type":"object","properties":{"validFrom":{"type":"string","description":"","xml":{"name":"valid-from","namespace":"urn:compass:wico:api:1.0","attribute":true}},"address":{"$ref":"#\/components\/schemas\/AddressType","description":""}},"required":["address"]},"AddressType":{"type":"object","properties":{"addressType":{"type":"string","description":"","xml":{"name":"address-type"}},"countryCode":{"$ref":"#\/components\/schemas\/CountryCodeType","description":"","xml":{"name":"country-code"}},"state":{"type":"string","description":""},"district":{"type":"string","description":""},"postalCode":{"type":"string","description":"","xml":{"name":"postal-code"}},"place":{"type":"string","description":""},"streetAddress":{"type":"string","description":"","xml":{"name":"street-address"}},"houseNumber":{"type":"string","description":"","xml":{"name":"house-number"}},"apartmentNumber":{"type":"string","description":"","xml":{"name":"apartment-number"}},"careOf":{"type":"string","description":"","xml":{"name":"care-of"}},"geoLocation":{"$ref":"#\/components\/schemas\/GeoLocationType","description":"","xml":{"name":"geo-location"}},"poBox":{"type":"string","description":"","xml":{"name":"po-box"}}}},"Api":{"type":"object","properties":{"domain":{"type":"string","description":""},"version":{"type":"string","description":""}},"required":["domain","version"],"xml":{"name":"api","namespace":"urn:compass:wico:api:1.0"}},"ApparentInsolvencyCaseDetailType":{"type":"object","properties":{"courtNumber":{"type":"string","description":"","xml":{"name":"court-number"}},"court":{"type":"string","description":""},"fileNumber":{"type":"string","description":"","xml":{"name":"file-number"}},"type":{"type":"string","description":""},"status":{"type":"string","description":"","enum":["PENDING","CLOSED"]},"debtor":{"$ref":"#\/components\/schemas\/DebtorType","description":""},"publicationDate":{"type":"string","description":"","xml":{"name":"publication-date"}}},"required":["court","courtNumber","debtor","fileNumber","publicationDate","status","type"]},"ApparentInsolvencyCasesType":{"type":"object","properties":{"meta":{"$ref":"#\/components\/schemas\/Meta","description":""},"reference":{"$ref":"#\/components\/schemas\/ProfileReferenceType","description":""},"apparentInsolvencyCase":{"type":"array","description":"","items":{"$ref":"#\/components\/schemas\/ApparentInsolvencyCaseDetailType"},"xml":{"name":"apparentInsolvency-case"}}},"required":["apparentInsolvencyCase","meta","reference"]},"AssociationRepresentationFunctionType":{"type":"object","properties":{"validFrom":{"type":"string","description":"","xml":{"name":"valid-from","namespace":"urn:compass:wico:api:1.0","attribute":true}},"validTo":{"type":"string","description":"","xml":{"name":"valid-to","namespace":"urn:compass:wico:api:1.0","attribute":true}},"valid":{"type":"boolean","description":"","xml":{"namespace":"urn:compass:wico:api:1.0","attribute":true}},"type":{"type":"string","description":"","xml":{"attribute":true}},"stub":{"$ref":"#\/components\/schemas\/StubType","description":""},"entityReference":{"$ref":"#\/components\/schemas\/ReferenceType","description":"","xml":{"name":"entity-reference"}},"appointedFrom":{"type":"string","description":"","xml":{"name":"appointed-from","attribute":true}},"appointedTo":{"type":"string","description":"","xml":{"name":"appointed-to","attribute":true}}}},"BooleanPropertyType":{"type":"object","properties":{"currentValue":{"$ref":"#\/components\/schemas\/BooleanPropertyValueType","description":"","xml":{"name":"current-value"}}},"required":["currentValue"]},"BooleanPropertyValueType":{"type":"object","properties":{"validFrom":{"type":"string","description":"","xml":{"name":"valid-from","namespace":"urn:compass:wico:api:1.0","attribute":true}},"content":{"type":"boolean","description":""}}},"CertificationPropertyValueType":{"type":"object","properties":{"validFrom":{"type":"string","description":"","xml":{"name":"valid-from","namespace":"urn:compass:wico:api:1.0","attribute":true}},"certification":{"$ref":"#\/components\/schemas\/CertificationType","description":""}},"required":["certification"]},"CertificationType":{"type":"object","properties":{"code":{"type":"string","description":""},"title":{"type":"string","description":""},"restrictedTo":{"type":"string","description":"","xml":{"name":"restricted-to"}},"especiallyFor":{"type":"string","description":"","xml":{"name":"especially-for"}},"certifiedUntil":{"type":"string","description":"","xml":{"name":"certified-until"}},"certifiedUntilYear":{"type":"integer","format":"int32","description":"","xml":{"name":"certified-until-year"}}},"required":["code","especiallyFor","restrictedTo","title"]},"CompanyNonOwnershipFunctionType":{"type":"object","properties":{"validFrom":{"type":"string","description":"","xml":{"name":"valid-from","namespace":"urn:compass:wico:api:1.0","attribute":true}},"validTo":{"type":"string","description":"","xml":{"name":"valid-to","namespace":"urn:compass:wico:api:1.0","attribute":true}},"valid":{"type":"boolean","description":"","xml":{"namespace":"urn:compass:wico:api:1.0","attribute":true}},"type":{"type":"string","description":"","xml":{"attribute":true}},"stub":{"$ref":"#\/components\/schemas\/StubType","description":""},"entityReference":{"$ref":"#\/components\/schemas\/ReferenceType","description":"","xml":{"name":"entity-reference"}},"representationRegulation":{"$ref":"#\/components\/schemas\/MultiStringWithHistoryPropertyType","description":"","xml":{"name":"representation-regulation"}},"structuredRepresentationRegulation":{"$ref":"#\/components\/schemas\/StructuredRepresentationRegulationType","description":"","xml":{"name":"structured-representation-regulation"}},"function":{"$ref":"#\/components\/schemas\/StringPropertyType","description":""},"departments":{"$ref":"#\/components\/schemas\/MultiStringPropertyType","description":""},"specimenSignatureDocuments":{"$ref":"#\/components\/schemas\/MultiDocumentReferencePropertyType","description":"","xml":{"name":"specimen-signature-documents"}}}},"CompanyOwnershipFunctionType":{"type":"object","properties":{"validFrom":{"type":"string","description":"","xml":{"name":"valid-from","namespace":"urn:compass:wico:api:1.0","attribute":true}},"validTo":{"type":"string","description":"","xml":{"name":"valid-to","namespace":"urn:compass:wico:api:1.0","attribute":true}},"valid":{"type":"boolean","description":"","xml":{"namespace":"urn:compass:wico:api:1.0","attribute":true}},"type":{"type":"string","description":"","xml":{"attribute":true}},"stub":{"$ref":"#\/components\/schemas\/StubType","description":""},"entityReference":{"$ref":"#\/components\/schemas\/ReferenceType","description":"","xml":{"name":"entity-reference"}},"share":{"$ref":"#\/components\/schemas\/SharePropertyType","description":""},"representationRegulation":{"$ref":"#\/components\/schemas\/MultiStringWithHistoryPropertyType","description":"","xml":{"name":"representation-regulation"}},"structuredRepresentationRegulation":{"$ref":"#\/components\/schemas\/StructuredRepresentationRegulationType","description":"","xml":{"name":"structured-representation-regulation"}},"departments":{"$ref":"#\/components\/schemas\/MultiStringPropertyType","description":""}}},"CompanySimpleNonOwnershipFunctionType":{"type":"object","properties":{"validFrom":{"type":"string","description":"","xml":{"name":"valid-from","namespace":"urn:compass:wico:api:1.0","attribute":true}},"validTo":{"type":"string","description":"","xml":{"name":"valid-to","namespace":"urn:compass:wico:api:1.0","attribute":true}},"valid":{"type":"boolean","description":"","xml":{"namespace":"urn:compass:wico:api:1.0","attribute":true}},"type":{"type":"string","description":"","xml":{"attribute":true}},"stub":{"$ref":"#\/components\/schemas\/StubType","description":""},"entityReference":{"$ref":"#\/components\/schemas\/ReferenceType","description":"","xml":{"name":"entity-reference"}}}},"CountryCodeType":{"type":"object","properties":{"value":{"type":"string","description":""},"type":{"type":"string","description":"","enum":["ISO_3166_1_ALPHA_3"],"xml":{"attribute":true}}}},"CurrencyType":{"type":"object","properties":{"value":{"type":"string","description":""},"type":{"type":"string","description":"","enum":["ISO_4217"],"xml":{"attribute":true}}}},"DatePropertyType":{"type":"object","properties":{"currentValue":{"$ref":"#\/components\/schemas\/DatePropertyValueType","description":"","xml":{"name":"current-value"}}},"required":["currentValue"]},"DatePropertyValueType":{"type":"object","properties":{"validFrom":{"type":"string","description":"","xml":{"name":"valid-from","namespace":"urn:compass:wico:api:1.0","attribute":true}},"content":{"type":"string","description":""}},"required":["content"]},"DebtorType":{"type":"object","properties":{"entityReference":{"$ref":"#\/components\/schemas\/ReferenceType","description":"","xml":{"name":"entity-reference"}}},"required":["entityReference"]},"DocumentReferencePropertyValueType":{"type":"object","properties":{"validFrom":{"type":"string","description":"","xml":{"name":"valid-from","namespace":"urn:compass:wico:api:1.0","attribute":true}},"documentReference":{"$ref":"#\/components\/schemas\/DocumentReferenceType","description":"","xml":{"name":"document-reference"}}},"required":["documentReference"]},"DocumentReferenceType":{"type":"object","properties":{"documentId":{"type":"integer","format":"int32","description":"","xml":{"name":"document-id","attribute":true}},"wicoId":{"type":"string","description":"","xml":{"name":"wico-id","attribute":true}}}},"EdictsDataType":{"type":"object","properties":{"insolvencyCases":{"$ref":"#\/components\/schemas\/EdictsInsolvencyCasesType","description":"","xml":{"name":"insolvency-cases"}}},"required":["insolvencyCases"]},"EdictsInsolvencyCasesType":{"type":"object","properties":{"insolvencyCase":{"type":"array","description":"","items":{"$ref":"#\/components\/schemas\/InsolvencyCaseType"},"xml":{"name":"insolvency-case"}}},"required":["insolvencyCase"]},"GeoLocationType":{"type":"object","properties":{"lat":{"type":"number","format":"double","description":""},"lon":{"type":"number","format":"double","description":""}}},"InsolvencyCaseType":{"type":"object","properties":{"court":{"type":"string","description":""},"fileNumber":{"type":"string","description":"","xml":{"name":"file-number"}},"type":{"type":"string","description":""},"status":{"type":"string","description":"","enum":["PENDING","CLOSED"]}},"required":["court","fileNumber"]},"IntPropertyType":{"type":"object","properties":{"currentValue":{"$ref":"#\/components\/schemas\/BooleanPropertyValueType","description":"","xml":{"name":"current-value"}}},"required":["currentValue"]},"Meta":{"type":"object","properties":{"api":{"$ref":"#\/components\/schemas\/Api","description":""},"user":{"$ref":"#\/components\/schemas\/User","description":""},"cost":{"type":"string","description":""},"lastUpdate":{"type":"string","description":""},"generationDate":{"type":"string","description":""}},"required":["api","cost","generationDate","lastUpdate","user"],"xml":{"name":"meta","namespace":"urn:compass:wico:api:1.0"}},"MonetaryAmountType":{"type":"object","properties":{"currency":{"$ref":"#\/components\/schemas\/CurrencyType","description":""},"value":{"type":"number","description":""}},"required":["currency","value"]},"MultiCertificationPropertyType":{"type":"object","properties":{"currentValue":{"type":"array","description":"","items":{"$ref":"#\/components\/schemas\/CertificationPropertyValueType"},"xml":{"name":"current-value"}}},"required":["currentValue"]},"MultiDocumentReferencePropertyType":{"type":"object","properties":{"currentValue":{"type":"array","description":"","items":{"$ref":"#\/components\/schemas\/DocumentReferencePropertyValueType"},"xml":{"name":"current-value"}}},"required":["currentValue"]},"MultiPhoneNumberDataType":{"type":"object","properties":{"currentValue":{"type":"array","description":"","items":{"$ref":"#\/components\/schemas\/PhoneNumberPropertyValueType"},"xml":{"name":"current-value"}}},"required":["currentValue"]},"MultiProfessionPropertyType":{"type":"object","properties":{"currentValue":{"type":"array","description":"","items":{"$ref":"#\/components\/schemas\/ProfessionPropertyValueType"},"xml":{"name":"current-value"}}},"required":["currentValue"]},"MultiPsychologistSpecializationPropertyType":{"type":"object","properties":{"currentValue":{"type":"array","description":"","items":{"$ref":"#\/components\/schemas\/PsychologistSpecializationPropertyValueType"},"xml":{"name":"current-value"}}},"required":["currentValue"]},"MultiStringPropertyType":{"type":"object","properties":{"currentValue":{"type":"array","description":"","items":{"$ref":"#\/components\/schemas\/StringPropertyValueType"},"xml":{"name":"current-value"}}},"required":["currentValue"]},"MultiStringWithHistoryPropertyType":{"type":"object","properties":{"currentValue":{"type":"array","description":"","items":{"$ref":"#\/components\/schemas\/StringPropertyValueType"},"xml":{"name":"current-value"}},"formerValue":{"type":"array","description":"","items":{"$ref":"#\/components\/schemas\/StringFormerPropertyValueType"},"xml":{"name":"former-value"}}}},"NaturalPersonNamePropertyType":{"type":"object","properties":{"currentValue":{"$ref":"#\/components\/schemas\/NaturalPersonNamePropertyValueType","description":"","xml":{"name":"current-value"}}}},"NaturalPersonNamePropertyValueType":{"type":"object","properties":{"validFrom":{"type":"string","description":"","xml":{"name":"valid-from","namespace":"urn:compass:wico:api:1.0","attribute":true}},"naturalPersonName":{"$ref":"#\/components\/schemas\/NaturalPersonNameType","description":"","xml":{"name":"natural-person-name"}}},"required":["naturalPersonName"]},"NaturalPersonNameType":{"type":"object","properties":{"givenName":{"type":"string","description":"","xml":{"name":"given-name"}},"givenNameAlias":{"type":"string","description":"","xml":{"name":"given-name-alias"}},"surname":{"type":"string","description":""},"surnameAlias":{"type":"string","description":"","xml":{"name":"surname-alias"}},"fullName":{"type":"string","description":"","xml":{"name":"full-name"}},"title":{"type":"string","description":""},"postNominalTitle":{"type":"string","description":"","xml":{"name":"post-nominal-title"}}},"required":["givenName","surname"]},"PepReasonCoOwnershipWithPepType":{"type":"object","properties":{"description":{"type":"string","description":""},"personEntityReference":{"$ref":"#\/components\/schemas\/ReferenceType","description":"","xml":{"name":"person-entity-reference"}},"companyEntityReference":{"$ref":"#\/components\/schemas\/ReferenceType","description":"","xml":{"name":"company-entity-reference"}}},"required":["companyEntityReference","personEntityReference"]},"PepReasonOtherType":{"type":"object","properties":{"description":{"type":"string","description":""},"type":{"description":""}},"required":["type"]},"PepReasonPoliticianType":{"type":"object","properties":{"description":{"type":"string","description":""},"mandateInstitution":{"description":"","xml":{"name":"mandate-institution"}},"mandateFunction":{"description":"","xml":{"name":"mandate-function"}}}},"PepReasonRelationshipType":{"type":"object","properties":{"description":{"type":"string","description":""},"type":{"description":""},"personEntityReference":{"$ref":"#\/components\/schemas\/ReferenceType","description":"","xml":{"name":"person-entity-reference"}}},"required":["personEntityReference","type"]},"PepReasonStateOwnedCompanyOfficerType":{"type":"object","properties":{"description":{"type":"string","description":""},"type":{"type":"string","description":""},"function":{"type":"string","description":""},"companyEntityReference":{"$ref":"#\/components\/schemas\/ReferenceType","description":"","xml":{"name":"company-entity-reference"}}},"required":["companyEntityReference","type"]},"PersonAssociationFunctionsRepresentationType":{"type":"object","properties":{"representationFunction":{"type":"array","description":"","items":{"$ref":"#\/components\/schemas\/AssociationRepresentationFunctionType"},"xml":{"name":"representation-function"}}},"required":["representationFunction"]},"PersonAssociationOfficesType":{"type":"object","properties":{"representationFunctions":{"$ref":"#\/components\/schemas\/PersonAssociationFunctionsRepresentationType","description":"","xml":{"name":"representation-functions"}}}},"PersonCompanyDataType":{"type":"object","properties":{"address":{"$ref":"#\/components\/schemas\/AddressPropertyType","description":""},"specimenSignatureDocuments":{"$ref":"#\/components\/schemas\/MultiDocumentReferencePropertyType","description":"","xml":{"name":"specimen-signature-documents"}}},"required":["specimenSignatureDocuments"]},"PersonCompanyFunctionsFoundersType":{"type":"object","properties":{"founder":{"type":"array","description":"","items":{"$ref":"#\/components\/schemas\/CompanySimpleNonOwnershipFunctionType"}}},"required":["founder"]},"PersonCompanyFunctionsInvestmentsType":{"type":"object","properties":{"investment":{"type":"array","description":"","items":{"$ref":"#\/components\/schemas\/CompanyOwnershipFunctionType"}}},"required":["investment"]},"PersonCompanyFunctionsManagementType":{"type":"object","properties":{"managementFunction":{"type":"array","description":"","items":{"$ref":"#\/components\/schemas\/CompanyNonOwnershipFunctionType"},"xml":{"name":"management-function"}}},"required":["managementFunction"]},"PersonCompanyFunctionsSupervisoryType":{"type":"object","properties":{"supervisoryFunction":{"type":"array","description":"","items":{"$ref":"#\/components\/schemas\/CompanyNonOwnershipFunctionType"},"xml":{"name":"supervisory-function"}}},"required":["supervisoryFunction"]},"PersonCompanyOfficesType":{"type":"object","properties":{"investments":{"$ref":"#\/components\/schemas\/PersonCompanyFunctionsInvestmentsType","description":""},"managementOffices":{"$ref":"#\/components\/schemas\/PersonCompanyFunctionsManagementType","description":"","xml":{"name":"management-offices"}},"supervisoryOffices":{"$ref":"#\/components\/schemas\/PersonCompanyFunctionsSupervisoryType","description":"","xml":{"name":"supervisory-offices"}},"foundations":{"$ref":"#\/components\/schemas\/PersonCompanyFunctionsFoundersType","description":""}}},"PersonContactDataType":{"type":"object","properties":{"address":{"$ref":"#\/components\/schemas\/AddressPropertyType","description":""}}},"PersonDataType":{"type":"object","properties":{"masterData":{"$ref":"#\/components\/schemas\/PersonMasterDataType","description":"","xml":{"name":"master-data"}},"contactData":{"$ref":"#\/components\/schemas\/PersonContactDataType","description":"","xml":{"name":"contact-data"}},"pepData":{"$ref":"#\/components\/schemas\/PersonPepDataType","description":"","xml":{"name":"pep-data"}},"companyData":{"$ref":"#\/components\/schemas\/PersonCompanyDataType","description":"","xml":{"name":"company-data"}},"companyOffices":{"$ref":"#\/components\/schemas\/PersonCompanyOfficesType","description":"","xml":{"name":"company-offices"}},"tradeOffices":{"$ref":"#\/components\/schemas\/PersonTradeOfficesType","description":"","xml":{"name":"trade-offices"}},"associationOffices":{"$ref":"#\/components\/schemas\/PersonAssociationOfficesType","description":"","xml":{"name":"association-offices"}},"freelanceProfessionalFunctions":{"$ref":"#\/components\/schemas\/PersonFreelanceProfessionalFunctionsType","description":"","xml":{"name":"freelance-professional-functions"}},"edictsData":{"$ref":"#\/components\/schemas\/EdictsDataType","description":"","xml":{"name":"edicts-data"}},"apparentInsolvenciesData":{"$ref":"#\/components\/schemas\/ApparentInsolvencyCasesType","description":"","xml":{"name":"apparent-insolvencies-data"}}},"required":["masterData"]},"PersonFreelanceProfessionalAccountantFunctionType":{"type":"object","properties":{"validFrom":{"type":"string","description":"","xml":{"name":"valid-from","namespace":"urn:compass:wico:api:1.0","attribute":true}},"validTo":{"type":"string","description":"","xml":{"name":"valid-to","namespace":"urn:compass:wico:api:1.0","attribute":true}},"valid":{"type":"boolean","description":"","xml":{"namespace":"urn:compass:wico:api:1.0","attribute":true}},"address":{"type":"array","description":"","items":{"$ref":"#\/components\/schemas\/AddressPropertyType"}},"www":{"$ref":"#\/components\/schemas\/MultiStringPropertyType","description":""},"email":{"$ref":"#\/components\/schemas\/MultiStringPropertyType","description":""},"phone":{"$ref":"#\/components\/schemas\/MultiPhoneNumberDataType","description":""},"fax":{"$ref":"#\/components\/schemas\/MultiPhoneNumberDataType","description":""},"profession":{"$ref":"#\/components\/schemas\/MultiProfessionPropertyType","description":""},"employer":{"$ref":"#\/components\/schemas\/MultiStringPropertyType","description":""},"healthInsurances":{"$ref":"#\/components\/schemas\/MultiStringPropertyType","description":"","xml":{"name":"health-insurances"}},"specializations":{"$ref":"#\/components\/schemas\/MultiStringPropertyType","description":""},"training":{"$ref":"#\/components\/schemas\/MultiStringPropertyType","description":""},"otherTraining":{"$ref":"#\/components\/schemas\/MultiStringPropertyType","description":"","xml":{"name":"other-training"}},"professionalCareer":{"$ref":"#\/components\/schemas\/MultiStringPropertyType","description":"","xml":{"name":"professional-career"}},"specialIndustryKnowledge":{"$ref":"#\/components\/schemas\/MultiStringPropertyType","description":"","xml":{"name":"special-industry-knowledge"}},"languages":{"$ref":"#\/components\/schemas\/MultiStringPropertyType","description":""},"registrationNumber":{"$ref":"#\/components\/schemas\/StringPropertyType","description":"","xml":{"name":"registration-number"}},"accountantContinuedOperationType":{"$ref":"#\/components\/schemas\/StringPropertyType","description":"","xml":{"name":"accountant-continued-operation-type"}},"accountantQualifications":{"$ref":"#\/components\/schemas\/MultiStringPropertyType","description":"","xml":{"name":"accountant-qualifications"}}},"required":["accountantContinuedOperationType","accountantQualifications"]},"PersonFreelanceProfessionalAccountantFunctionsType":{"type":"object","properties":{"trusteeFunction":{"type":"array","description":"","items":{"$ref":"#\/components\/schemas\/PersonFreelanceProfessionalAccountantFunctionType"},"xml":{"name":"trustee-function"}}},"required":["trusteeFunction"]},"PersonFreelanceProfessionalCertifiedCourtExpertFunctionType":{"type":"object","properties":{"validFrom":{"type":"string","description":"","xml":{"name":"valid-from","namespace":"urn:compass:wico:api:1.0","attribute":true}},"validTo":{"type":"string","description":"","xml":{"name":"valid-to","namespace":"urn:compass:wico:api:1.0","attribute":true}},"valid":{"type":"boolean","description":"","xml":{"namespace":"urn:compass:wico:api:1.0","attribute":true}},"address":{"type":"array","description":"","items":{"$ref":"#\/components\/schemas\/AddressPropertyType"}},"www":{"$ref":"#\/components\/schemas\/MultiStringPropertyType","description":""},"email":{"$ref":"#\/components\/schemas\/MultiStringPropertyType","description":""},"phone":{"$ref":"#\/components\/schemas\/MultiPhoneNumberDataType","description":""},"fax":{"$ref":"#\/components\/schemas\/MultiPhoneNumberDataType","description":""},"profession":{"$ref":"#\/components\/schemas\/MultiProfessionPropertyType","description":""},"employer":{"$ref":"#\/components\/schemas\/MultiStringPropertyType","description":""},"healthInsurances":{"$ref":"#\/components\/schemas\/MultiStringPropertyType","description":"","xml":{"name":"health-insurances"}},"specializations":{"$ref":"#\/components\/schemas\/MultiStringPropertyType","description":""},"training":{"$ref":"#\/components\/schemas\/MultiStringPropertyType","description":""},"otherTraining":{"$ref":"#\/components\/schemas\/MultiStringPropertyType","description":"","xml":{"name":"other-training"}},"professionalCareer":{"$ref":"#\/components\/schemas\/MultiStringPropertyType","description":"","xml":{"name":"professional-career"}},"specialIndustryKnowledge":{"$ref":"#\/components\/schemas\/MultiStringPropertyType","description":"","xml":{"name":"special-industry-knowledge"}},"languages":{"$ref":"#\/components\/schemas\/MultiStringPropertyType","description":""},"registrationNumber":{"$ref":"#\/components\/schemas\/StringPropertyType","description":"","xml":{"name":"registration-number"}},"certifiedCourtExpertResponsibleCourt":{"$ref":"#\/components\/schemas\/MultiStringPropertyType","description":"","xml":{"name":"certified-court-expert-responsible-court"}},"certifiedCourtExpertGeographicalRestriction":{"$ref":"#\/components\/schemas\/MultiStringPropertyType","description":"","xml":{"name":"certified-court-expert-geographical-restriction"}},"certifiedCourtExpertFurtherInformation":{"$ref":"#\/components\/schemas\/MultiStringPropertyType","description":"","xml":{"name":"certified-court-expert-further-information"}},"accessibility":{"$ref":"#\/components\/schemas\/MultiStringPropertyType","description":""},"certifiedCourtExpertCertifications":{"$ref":"#\/components\/schemas\/MultiCertificationPropertyType","description":"","xml":{"name":"certified-court-expert-certifications"}}},"required":["accessibility","certifiedCourtExpertCertifications","certifiedCourtExpertFurtherInformation","certifiedCourtExpertGeographicalRestriction","certifiedCourtExpertResponsibleCourt"]},"PersonFreelanceProfessionalCertifiedCourtExpertFunctionsType":{"type":"object","properties":{"courtExpertWitnessFunction":{"type":"array","description":"","items":{"$ref":"#\/components\/schemas\/PersonFreelanceProfessionalCertifiedCourtExpertFunctionType"},"xml":{"name":"court-expert-witness-function"}}},"required":["courtExpertWitnessFunction"]},"PersonFreelanceProfessionalCertifiedCourtInterpreterFunctionType":{"type":"object","properties":{"validFrom":{"type":"string","description":"","xml":{"name":"valid-from","namespace":"urn:compass:wico:api:1.0","attribute":true}},"validTo":{"type":"string","description":"","xml":{"name":"valid-to","namespace":"urn:compass:wico:api:1.0","attribute":true}},"valid":{"type":"boolean","description":"","xml":{"namespace":"urn:compass:wico:api:1.0","attribute":true}},"address":{"type":"array","description":"","items":{"$ref":"#\/components\/schemas\/AddressPropertyType"}},"www":{"$ref":"#\/components\/schemas\/MultiStringPropertyType","description":""},"email":{"$ref":"#\/components\/schemas\/MultiStringPropertyType","description":""},"phone":{"$ref":"#\/components\/schemas\/MultiPhoneNumberDataType","description":""},"fax":{"$ref":"#\/components\/schemas\/MultiPhoneNumberDataType","description":""},"profession":{"$ref":"#\/components\/schemas\/MultiProfessionPropertyType","description":""},"employer":{"$ref":"#\/components\/schemas\/MultiStringPropertyType","description":""},"healthInsurances":{"$ref":"#\/components\/schemas\/MultiStringPropertyType","description":"","xml":{"name":"health-insurances"}},"specializations":{"$ref":"#\/components\/schemas\/MultiStringPropertyType","description":""},"training":{"$ref":"#\/components\/schemas\/MultiStringPropertyType","description":""},"otherTraining":{"$ref":"#\/components\/schemas\/MultiStringPropertyType","description":"","xml":{"name":"other-training"}},"professionalCareer":{"$ref":"#\/components\/schemas\/MultiStringPropertyType","description":"","xml":{"name":"professional-career"}},"specialIndustryKnowledge":{"$ref":"#\/components\/schemas\/MultiStringPropertyType","description":"","xml":{"name":"special-industry-knowledge"}},"languages":{"$ref":"#\/components\/schemas\/MultiStringPropertyType","description":""},"registrationNumber":{"$ref":"#\/components\/schemas\/StringPropertyType","description":"","xml":{"name":"registration-number"}},"certifiedCourtInterpreterResponsibleCourt":{"$ref":"#\/components\/schemas\/MultiStringPropertyType","description":"","xml":{"name":"certified-court-interpreter-responsible-court"}},"certifiedCourtInterpreterGeographicalRestriction":{"$ref":"#\/components\/schemas\/MultiStringPropertyType","description":"","xml":{"name":"certified-court-interpreter-geographical-restriction"}},"certifiedCourtInterpreterFurtherInformation":{"$ref":"#\/components\/schemas\/MultiStringPropertyType","description":"","xml":{"name":"certified-court-interpreter-further-information"}},"accessibility":{"$ref":"#\/components\/schemas\/MultiStringPropertyType","description":""},"certifiedCourtInterpreterCertifications":{"$ref":"#\/components\/schemas\/MultiCertificationPropertyType","description":"","xml":{"name":"certified-court-interpreter-certifications"}}},"required":["accessibility","certifiedCourtInterpreterCertifications","certifiedCourtInterpreterFurtherInformation","certifiedCourtInterpreterGeographicalRestriction","certifiedCourtInterpreterResponsibleCourt"]},"PersonFreelanceProfessionalCertifiedCourtInterpreterFunctionsType":{"type":"object","properties":{"certifiedCourtInterpreterFunction":{"type":"array","description":"","items":{"$ref":"#\/components\/schemas\/PersonFreelanceProfessionalCertifiedCourtInterpreterFunctionType"},"xml":{"name":"certified-court-interpreter-function"}}},"required":["certifiedCourtInterpreterFunction"]},"PersonFreelanceProfessionalCivilEngineerFunctionType":{"type":"object","properties":{"validFrom":{"type":"string","description":"","xml":{"name":"valid-from","namespace":"urn:compass:wico:api:1.0","attribute":true}},"validTo":{"type":"string","description":"","xml":{"name":"valid-to","namespace":"urn:compass:wico:api:1.0","attribute":true}},"valid":{"type":"boolean","description":"","xml":{"namespace":"urn:compass:wico:api:1.0","attribute":true}},"address":{"type":"array","description":"","items":{"$ref":"#\/components\/schemas\/AddressPropertyType"}},"www":{"$ref":"#\/components\/schemas\/MultiStringPropertyType","description":""},"email":{"$ref":"#\/components\/schemas\/MultiStringPropertyType","description":""},"phone":{"$ref":"#\/components\/schemas\/MultiPhoneNumberDataType","description":""},"fax":{"$ref":"#\/components\/schemas\/MultiPhoneNumberDataType","description":""},"profession":{"$ref":"#\/components\/schemas\/MultiProfessionPropertyType","description":""},"employer":{"$ref":"#\/components\/schemas\/MultiStringPropertyType","description":""},"healthInsurances":{"$ref":"#\/components\/schemas\/MultiStringPropertyType","description":"","xml":{"name":"health-insurances"}},"specializations":{"$ref":"#\/components\/schemas\/MultiStringPropertyType","description":""},"training":{"$ref":"#\/components\/schemas\/MultiStringPropertyType","description":""},"otherTraining":{"$ref":"#\/components\/schemas\/MultiStringPropertyType","description":"","xml":{"name":"other-training"}},"professionalCareer":{"$ref":"#\/components\/schemas\/MultiStringPropertyType","description":"","xml":{"name":"professional-career"}},"specialIndustryKnowledge":{"$ref":"#\/components\/schemas\/MultiStringPropertyType","description":"","xml":{"name":"special-industry-knowledge"}},"languages":{"$ref":"#\/components\/schemas\/MultiStringPropertyType","description":""},"registrationNumber":{"$ref":"#\/components\/schemas\/StringPropertyType","description":"","xml":{"name":"registration-number"}}}},"PersonFreelanceProfessionalCivilEngineerFunctionsType":{"type":"object","properties":{"civilEngineerFunction":{"type":"array","description":"","items":{"$ref":"#\/components\/schemas\/PersonFreelanceProfessionalCivilEngineerFunctionType"},"xml":{"name":"civil-engineer-function"}}},"required":["civilEngineerFunction"]},"PersonFreelanceProfessionalDentistFunctionType":{"type":"object","properties":{"validFrom":{"type":"string","description":"","xml":{"name":"valid-from","namespace":"urn:compass:wico:api:1.0","attribute":true}},"validTo":{"type":"string","description":"","xml":{"name":"valid-to","namespace":"urn:compass:wico:api:1.0","attribute":true}},"valid":{"type":"boolean","description":"","xml":{"namespace":"urn:compass:wico:api:1.0","attribute":true}},"address":{"type":"array","description":"","items":{"$ref":"#\/components\/schemas\/AddressPropertyType"}},"www":{"$ref":"#\/components\/schemas\/MultiStringPropertyType","description":""},"email":{"$ref":"#\/components\/schemas\/MultiStringPropertyType","description":""},"phone":{"$ref":"#\/components\/schemas\/MultiPhoneNumberDataType","description":""},"fax":{"$ref":"#\/components\/schemas\/MultiPhoneNumberDataType","description":""},"profession":{"$ref":"#\/components\/schemas\/MultiProfessionPropertyType","description":""},"employer":{"$ref":"#\/components\/schemas\/MultiStringPropertyType","description":""},"healthInsurances":{"$ref":"#\/components\/schemas\/MultiStringPropertyType","description":"","xml":{"name":"health-insurances"}},"specializations":{"$ref":"#\/components\/schemas\/MultiStringPropertyType","description":""},"training":{"$ref":"#\/components\/schemas\/MultiStringPropertyType","description":""},"otherTraining":{"$ref":"#\/components\/schemas\/MultiStringPropertyType","description":"","xml":{"name":"other-training"}},"professionalCareer":{"$ref":"#\/components\/schemas\/MultiStringPropertyType","description":"","xml":{"name":"professional-career"}},"specialIndustryKnowledge":{"$ref":"#\/components\/schemas\/MultiStringPropertyType","description":"","xml":{"name":"special-industry-knowledge"}},"languages":{"$ref":"#\/components\/schemas\/MultiStringPropertyType","description":""},"registrationNumber":{"$ref":"#\/components\/schemas\/StringPropertyType","description":"","xml":{"name":"registration-number"}}}},"PersonFreelanceProfessionalDentistFunctionsType":{"type":"object","properties":{"dentistFunction":{"type":"array","description":"","items":{"$ref":"#\/components\/schemas\/PersonFreelanceProfessionalDentistFunctionType"},"xml":{"name":"dentist-function"}}},"required":["dentistFunction"]},"PersonFreelanceProfessionalFunctionsType":{"type":"object","properties":{"physicianFunctions":{"$ref":"#\/components\/schemas\/PersonFreelanceProfessionalPhysicianFunctionsType","description":"","xml":{"name":"physician-functions"}},"psychologistFunctions":{"$ref":"#\/components\/schemas\/PersonFreelanceProfessionalPsychologistFunctionsType","description":"","xml":{"name":"psychologist-functions"}},"notaryFunctions":{"$ref":"#\/components\/schemas\/PersonFreelanceProfessionalNotaryFunctionsType","description":"","xml":{"name":"notary-functions"}},"patentAttorneyFunctions":{"$ref":"#\/components\/schemas\/PersonFreelanceProfessionalPatentAttorneyFunctionsType","description":"","xml":{"name":"patent-attorney-functions"}},"lawyerFunctions":{"$ref":"#\/components\/schemas\/PersonFreelanceProfessionalLawyerFunctionsType","description":"","xml":{"name":"lawyer-functions"}},"veterinarianFunctions":{"$ref":"#\/components\/schemas\/PersonFreelanceProfessionalVeterinarianFunctionsType","description":"","xml":{"name":"veterinarian-functions"}},"trainingTherapistFunctions":{"$ref":"#\/components\/schemas\/PersonFreelanceProfessionalTrainingTherapistFunctionsType","description":"","xml":{"name":"training-therapist-functions"}},"accountantFunctions":{"$ref":"#\/components\/schemas\/PersonFreelanceProfessionalAccountantFunctionsType","description":"","xml":{"name":"accountant-functions"}},"dentistFunctions":{"$ref":"#\/components\/schemas\/PersonFreelanceProfessionalDentistFunctionsType","description":"","xml":{"name":"dentist-functions"}},"healthProfessionalFunctions":{"$ref":"#\/components\/schemas\/PersonFreelanceProfessionalHealthProfessionalFunctionsType","description":"","xml":{"name":"health-professional-functions"}},"insolvencyAdministratorFunctions":{"$ref":"#\/components\/schemas\/PersonFreelanceProfessionalInsolvencyAdministratorFunctionsType","description":"","xml":{"name":"insolvency-administrator-functions"}},"receiverFunctions":{"$ref":"#\/components\/schemas\/PersonFreelanceProfessionalReceiverFunctionsType","description":"","xml":{"name":"receiver-functions"}},"mediatorFunctions":{"$ref":"#\/components\/schemas\/PersonFreelanceProfessionalMediatorFunctionsType","description":"","xml":{"name":"mediator-functions"}},"mediatorCivilLawMediationActFunctions":{"$ref":"#\/components\/schemas\/PersonFreelanceProfessionalMediatorCivilLawMediationActFunctionsType","description":"","xml":{"name":"mediator-civil-law-mediation-act-functions"}},"certifiedCourtExpertFunctions":{"$ref":"#\/components\/schemas\/PersonFreelanceProfessionalCertifiedCourtExpertFunctionsType","description":"","xml":{"name":"certified-court-expert-functions"}},"certifiedCourtInterpreterFunctions":{"$ref":"#\/components\/schemas\/PersonFreelanceProfessionalCertifiedCourtInterpreterFunctionsType","description":"","xml":{"name":"certified-court-interpreter-functions"}},"civilEngineerFunctions":{"$ref":"#\/components\/schemas\/PersonFreelanceProfessionalCivilEngineerFunctionsType","description":"","xml":{"name":"civil-engineer-functions"}}}},"PersonFreelanceProfessionalHealthProfessionalFunctionsType":{"type":"object","properties":{"healthProfessionalFunction":{"type":"array","description":"","items":{"$ref":"#\/components\/schemas\/PersonFreelanceProfessionalHealthcareProfessionalFunctionType"},"xml":{"name":"health-professional-function"}}},"required":["healthProfessionalFunction"]},"PersonFreelanceProfessionalHealthcareProfessionalFunctionType":{"type":"object","properties":{"validFrom":{"type":"string","description":"","xml":{"name":"valid-from","namespace":"urn:compass:wico:api:1.0","attribute":true}},"validTo":{"type":"string","description":"","xml":{"name":"valid-to","namespace":"urn:compass:wico:api:1.0","attribute":true}},"valid":{"type":"boolean","description":"","xml":{"namespace":"urn:compass:wico:api:1.0","attribute":true}},"address":{"type":"array","description":"","items":{"$ref":"#\/components\/schemas\/AddressPropertyType"}},"www":{"$ref":"#\/components\/schemas\/MultiStringPropertyType","description":""},"email":{"$ref":"#\/components\/schemas\/MultiStringPropertyType","description":""},"phone":{"$ref":"#\/components\/schemas\/MultiPhoneNumberDataType","description":""},"fax":{"$ref":"#\/components\/schemas\/MultiPhoneNumberDataType","description":""},"profession":{"$ref":"#\/components\/schemas\/MultiProfessionPropertyType","description":""},"employer":{"$ref":"#\/components\/schemas\/MultiStringPropertyType","description":""},"healthInsurances":{"$ref":"#\/components\/schemas\/MultiStringPropertyType","description":"","xml":{"name":"health-insurances"}},"specializations":{"$ref":"#\/components\/schemas\/MultiStringPropertyType","description":""},"training":{"$ref":"#\/components\/schemas\/MultiStringPropertyType","description":""},"otherTraining":{"$ref":"#\/components\/schemas\/MultiStringPropertyType","description":"","xml":{"name":"other-training"}},"professionalCareer":{"$ref":"#\/components\/schemas\/MultiStringPropertyType","description":"","xml":{"name":"professional-career"}},"specialIndustryKnowledge":{"$ref":"#\/components\/schemas\/MultiStringPropertyType","description":"","xml":{"name":"special-industry-knowledge"}},"languages":{"$ref":"#\/components\/schemas\/MultiStringPropertyType","description":""},"registrationNumber":{"$ref":"#\/components\/schemas\/StringPropertyType","description":"","xml":{"name":"registration-number"}},"healthcareProfessionalTargetGroups":{"$ref":"#\/components\/schemas\/MultiStringPropertyType","description":"","xml":{"name":"healthcare-professional-target-groups"}}},"required":["healthcareProfessionalTargetGroups"]},"PersonFreelanceProfessionalInsolvencyAdministratorFunctionType":{"type":"object","properties":{"validFrom":{"type":"string","description":"","xml":{"name":"valid-from","namespace":"urn:compass:wico:api:1.0","attribute":true}},"validTo":{"type":"string","description":"","xml":{"name":"valid-to","namespace":"urn:compass:wico:api:1.0","attribute":true}},"valid":{"type":"boolean","description":"","xml":{"namespace":"urn:compass:wico:api:1.0","attribute":true}},"address":{"type":"array","description":"","items":{"$ref":"#\/components\/schemas\/AddressPropertyType"}},"www":{"$ref":"#\/components\/schemas\/MultiStringPropertyType","description":""},"email":{"$ref":"#\/components\/schemas\/MultiStringPropertyType","description":""},"phone":{"$ref":"#\/components\/schemas\/MultiPhoneNumberDataType","description":""},"fax":{"$ref":"#\/components\/schemas\/MultiPhoneNumberDataType","description":""},"profession":{"$ref":"#\/components\/schemas\/MultiProfessionPropertyType","description":""},"employer":{"$ref":"#\/components\/schemas\/MultiStringPropertyType","description":""},"healthInsurances":{"$ref":"#\/components\/schemas\/MultiStringPropertyType","description":"","xml":{"name":"health-insurances"}},"specializations":{"$ref":"#\/components\/schemas\/MultiStringPropertyType","description":""},"training":{"$ref":"#\/components\/schemas\/MultiStringPropertyType","description":""},"otherTraining":{"$ref":"#\/components\/schemas\/MultiStringPropertyType","description":"","xml":{"name":"other-training"}},"professionalCareer":{"$ref":"#\/components\/schemas\/MultiStringPropertyType","description":"","xml":{"name":"professional-career"}},"specialIndustryKnowledge":{"$ref":"#\/components\/schemas\/MultiStringPropertyType","description":"","xml":{"name":"special-industry-knowledge"}},"languages":{"$ref":"#\/components\/schemas\/MultiStringPropertyType","description":""},"registrationNumber":{"$ref":"#\/components\/schemas\/StringPropertyType","description":"","xml":{"name":"registration-number"}},"insolvencyAdministratorAreaOfWork":{"$ref":"#\/components\/schemas\/MultiStringPropertyType","description":"","xml":{"name":"insolvency-administrator-area-of-work"}},"insolvencyAdministratorPartnersBeneficialOwners":{"$ref":"#\/components\/schemas\/StringPropertyType","description":"","xml":{"name":"insolvency-administrator-partners-beneficial-owners"}},"insolvencyAdministratorNumberOfStaff":{"$ref":"#\/components\/schemas\/StringPropertyType","description":"","xml":{"name":"insolvency-administrator-number-of-staff"}},"insolvencyAdministratorNumberOfStaffExperienceInsolvencyAdministrator":{"$ref":"#\/components\/schemas\/StringPropertyType","description":"","xml":{"name":"insolvency-administrator-number-of-staff-experience-insolvency-administrator"}},"insolvencyAdministratorNumberOfStaffLegalExperts":{"$ref":"#\/components\/schemas\/StringPropertyType","description":"","xml":{"name":"insolvency-administrator-number-of-staff-legal-experts"}},"insolvencyAdministratorNumberOfStaffTrainingBusinessAdministration":{"$ref":"#\/components\/schemas\/StringPropertyType","description":"","xml":{"name":"insolvency-administrator-number-of-staff-training-business-administration"}},"insolvencyAdministratorItSolution":{"$ref":"#\/components\/schemas\/StringPropertyType","description":"","xml":{"name":"insolvency-administrator-it-solution"}},"insolvencyAdministratorLiabilityInsurance":{"$ref":"#\/components\/schemas\/StringPropertyType","description":"","xml":{"name":"insolvency-administrator-liability-insurance"}},"insolvencyAdministratorRepresentation":{"$ref":"#\/components\/schemas\/StringPropertyType","description":"","xml":{"name":"insolvency-administrator-representation"}},"insolvencyAdministratorExperience":{"$ref":"#\/components\/schemas\/StringPropertyType","description":"","xml":{"name":"insolvency-administrator-experience"}},"insolvencyAdministratorPropertyKnowledge":{"$ref":"#\/components\/schemas\/MultiStringPropertyType","description":"","xml":{"name":"insolvency-administrator-property-knowledge"}}},"required":["insolvencyAdministratorExperience","insolvencyAdministratorItSolution","insolvencyAdministratorLiabilityInsurance","insolvencyAdministratorNumberOfStaff","insolvencyAdministratorNumberOfStaffExperienceInsolvencyAdministrator","insolvencyAdministratorNumberOfStaffLegalExperts","insolvencyAdministratorNumberOfStaffTrainingBusinessAdministration","insolvencyAdministratorRepresentation"]},"PersonFreelanceProfessionalInsolvencyAdministratorFunctionsType":{"type":"object","properties":{"insolvencyAdministratorFunction":{"type":"array","description":"","items":{"$ref":"#\/components\/schemas\/PersonFreelanceProfessionalInsolvencyAdministratorFunctionType"},"xml":{"name":"insolvency-administrator-function"}}},"required":["insolvencyAdministratorFunction"]},"PersonFreelanceProfessionalLawyerFunctionType":{"type":"object","properties":{"validFrom":{"type":"string","description":"","xml":{"name":"valid-from","namespace":"urn:compass:wico:api:1.0","attribute":true}},"validTo":{"type":"string","description":"","xml":{"name":"valid-to","namespace":"urn:compass:wico:api:1.0","attribute":true}},"valid":{"type":"boolean","description":"","xml":{"namespace":"urn:compass:wico:api:1.0","attribute":true}},"address":{"type":"array","description":"","items":{"$ref":"#\/components\/schemas\/AddressPropertyType"}},"www":{"$ref":"#\/components\/schemas\/MultiStringPropertyType","description":""},"email":{"$ref":"#\/components\/schemas\/MultiStringPropertyType","description":""},"phone":{"$ref":"#\/components\/schemas\/MultiPhoneNumberDataType","description":""},"fax":{"$ref":"#\/components\/schemas\/MultiPhoneNumberDataType","description":""},"profession":{"$ref":"#\/components\/schemas\/MultiProfessionPropertyType","description":""},"employer":{"$ref":"#\/components\/schemas\/MultiStringPropertyType","description":""},"healthInsurances":{"$ref":"#\/components\/schemas\/MultiStringPropertyType","description":"","xml":{"name":"health-insurances"}},"specializations":{"$ref":"#\/components\/schemas\/MultiStringPropertyType","description":""},"training":{"$ref":"#\/components\/schemas\/MultiStringPropertyType","description":""},"otherTraining":{"$ref":"#\/components\/schemas\/MultiStringPropertyType","description":"","xml":{"name":"other-training"}},"professionalCareer":{"$ref":"#\/components\/schemas\/MultiStringPropertyType","description":"","xml":{"name":"professional-career"}},"specialIndustryKnowledge":{"$ref":"#\/components\/schemas\/MultiStringPropertyType","description":"","xml":{"name":"special-industry-knowledge"}},"languages":{"$ref":"#\/components\/schemas\/MultiStringPropertyType","description":""},"registrationNumber":{"$ref":"#\/components\/schemas\/StringPropertyType","description":"","xml":{"name":"registration-number"}},"lawyerCheckDeinRecht":{"$ref":"#\/components\/schemas\/MultiStringPropertyType","description":"","xml":{"name":"lawyer-check-dein-recht"}}},"required":["lawyerCheckDeinRecht"]},"PersonFreelanceProfessionalLawyerFunctionsType":{"type":"object","properties":{"lawyerFunction":{"type":"array","description":"","items":{"$ref":"#\/components\/schemas\/PersonFreelanceProfessionalLawyerFunctionType"},"xml":{"name":"lawyer-function"}}},"required":["lawyerFunction"]},"PersonFreelanceProfessionalMediatorCivilLawMediationActFunctionType":{"type":"object","properties":{"validFrom":{"type":"string","description":"","xml":{"name":"valid-from","namespace":"urn:compass:wico:api:1.0","attribute":true}},"validTo":{"type":"string","description":"","xml":{"name":"valid-to","namespace":"urn:compass:wico:api:1.0","attribute":true}},"valid":{"type":"boolean","description":"","xml":{"namespace":"urn:compass:wico:api:1.0","attribute":true}},"address":{"type":"array","description":"","items":{"$ref":"#\/components\/schemas\/AddressPropertyType"}},"www":{"$ref":"#\/components\/schemas\/MultiStringPropertyType","description":""},"email":{"$ref":"#\/components\/schemas\/MultiStringPropertyType","description":""},"phone":{"$ref":"#\/components\/schemas\/MultiPhoneNumberDataType","description":""},"fax":{"$ref":"#\/components\/schemas\/MultiPhoneNumberDataType","description":""},"profession":{"$ref":"#\/components\/schemas\/MultiProfessionPropertyType","description":""},"employer":{"$ref":"#\/components\/schemas\/MultiStringPropertyType","description":""},"healthInsurances":{"$ref":"#\/components\/schemas\/MultiStringPropertyType","description":"","xml":{"name":"health-insurances"}},"specializations":{"$ref":"#\/components\/schemas\/MultiStringPropertyType","description":""},"training":{"$ref":"#\/components\/schemas\/MultiStringPropertyType","description":""},"otherTraining":{"$ref":"#\/components\/schemas\/MultiStringPropertyType","description":"","xml":{"name":"other-training"}},"professionalCareer":{"$ref":"#\/components\/schemas\/MultiStringPropertyType","description":"","xml":{"name":"professional-career"}},"specialIndustryKnowledge":{"$ref":"#\/components\/schemas\/MultiStringPropertyType","description":"","xml":{"name":"special-industry-knowledge"}},"languages":{"$ref":"#\/components\/schemas\/MultiStringPropertyType","description":""},"registrationNumber":{"$ref":"#\/components\/schemas\/StringPropertyType","description":"","xml":{"name":"registration-number"}}}},"PersonFreelanceProfessionalMediatorCivilLawMediationActFunctionsType":{"type":"object","properties":{"mediatorCivilLawMediationActFunction":{"type":"array","description":"","items":{"$ref":"#\/components\/schemas\/PersonFreelanceProfessionalMediatorCivilLawMediationActFunctionType"},"xml":{"name":"mediator-civil-law-mediation-act-function"}}},"required":["mediatorCivilLawMediationActFunction"]},"PersonFreelanceProfessionalMediatorFunctionType":{"type":"object","properties":{"validFrom":{"type":"string","description":"","xml":{"name":"valid-from","namespace":"urn:compass:wico:api:1.0","attribute":true}},"validTo":{"type":"string","description":"","xml":{"name":"valid-to","namespace":"urn:compass:wico:api:1.0","attribute":true}},"valid":{"type":"boolean","description":"","xml":{"namespace":"urn:compass:wico:api:1.0","attribute":true}},"address":{"type":"array","description":"","items":{"$ref":"#\/components\/schemas\/AddressPropertyType"}},"www":{"$ref":"#\/components\/schemas\/MultiStringPropertyType","description":""},"email":{"$ref":"#\/components\/schemas\/MultiStringPropertyType","description":""},"phone":{"$ref":"#\/components\/schemas\/MultiPhoneNumberDataType","description":""},"fax":{"$ref":"#\/components\/schemas\/MultiPhoneNumberDataType","description":""},"profession":{"$ref":"#\/components\/schemas\/MultiProfessionPropertyType","description":""},"employer":{"$ref":"#\/components\/schemas\/MultiStringPropertyType","description":""},"healthInsurances":{"$ref":"#\/components\/schemas\/MultiStringPropertyType","description":"","xml":{"name":"health-insurances"}},"specializations":{"$ref":"#\/components\/schemas\/MultiStringPropertyType","description":""},"training":{"$ref":"#\/components\/schemas\/MultiStringPropertyType","description":""},"otherTraining":{"$ref":"#\/components\/schemas\/MultiStringPropertyType","description":"","xml":{"name":"other-training"}},"professionalCareer":{"$ref":"#\/components\/schemas\/MultiStringPropertyType","description":"","xml":{"name":"professional-career"}},"specialIndustryKnowledge":{"$ref":"#\/components\/schemas\/MultiStringPropertyType","description":"","xml":{"name":"special-industry-knowledge"}},"languages":{"$ref":"#\/components\/schemas\/MultiStringPropertyType","description":""},"registrationNumber":{"$ref":"#\/components\/schemas\/StringPropertyType","description":"","xml":{"name":"registration-number"}}}},"PersonFreelanceProfessionalMediatorFunctionsType":{"type":"object","properties":{"mediatorFunction":{"type":"array","description":"","items":{"$ref":"#\/components\/schemas\/PersonFreelanceProfessionalMediatorFunctionType"},"xml":{"name":"mediator-function"}}},"required":["mediatorFunction"]},"PersonFreelanceProfessionalNotaryFunctionType":{"type":"object","properties":{"validFrom":{"type":"string","description":"","xml":{"name":"valid-from","namespace":"urn:compass:wico:api:1.0","attribute":true}},"validTo":{"type":"string","description":"","xml":{"name":"valid-to","namespace":"urn:compass:wico:api:1.0","attribute":true}},"valid":{"type":"boolean","description":"","xml":{"namespace":"urn:compass:wico:api:1.0","attribute":true}},"address":{"type":"array","description":"","items":{"$ref":"#\/components\/schemas\/AddressPropertyType"}},"www":{"$ref":"#\/components\/schemas\/MultiStringPropertyType","description":""},"email":{"$ref":"#\/components\/schemas\/MultiStringPropertyType","description":""},"phone":{"$ref":"#\/components\/schemas\/MultiPhoneNumberDataType","description":""},"fax":{"$ref":"#\/components\/schemas\/MultiPhoneNumberDataType","description":""},"profession":{"$ref":"#\/components\/schemas\/MultiProfessionPropertyType","description":""},"employer":{"$ref":"#\/components\/schemas\/MultiStringPropertyType","description":""},"healthInsurances":{"$ref":"#\/components\/schemas\/MultiStringPropertyType","description":"","xml":{"name":"health-insurances"}},"specializations":{"$ref":"#\/components\/schemas\/MultiStringPropertyType","description":""},"training":{"$ref":"#\/components\/schemas\/MultiStringPropertyType","description":""},"otherTraining":{"$ref":"#\/components\/schemas\/MultiStringPropertyType","description":"","xml":{"name":"other-training"}},"professionalCareer":{"$ref":"#\/components\/schemas\/MultiStringPropertyType","description":"","xml":{"name":"professional-career"}},"specialIndustryKnowledge":{"$ref":"#\/components\/schemas\/MultiStringPropertyType","description":"","xml":{"name":"special-industry-knowledge"}},"languages":{"$ref":"#\/components\/schemas\/MultiStringPropertyType","description":""},"registrationNumber":{"$ref":"#\/components\/schemas\/StringPropertyType","description":"","xml":{"name":"registration-number"}},"notaryCircuit":{"$ref":"#\/components\/schemas\/StringPropertyType","description":"","xml":{"name":"notary-circuit"}}},"required":["notaryCircuit"]},"PersonFreelanceProfessionalNotaryFunctionsType":{"type":"object","properties":{"notaryFunction":{"type":"array","description":"","items":{"$ref":"#\/components\/schemas\/PersonFreelanceProfessionalNotaryFunctionType"},"xml":{"name":"notary-function"}}},"required":["notaryFunction"]},"PersonFreelanceProfessionalPatentAttorneyFunctionType":{"type":"object","properties":{"validFrom":{"type":"string","description":"","xml":{"name":"valid-from","namespace":"urn:compass:wico:api:1.0","attribute":true}},"validTo":{"type":"string","description":"","xml":{"name":"valid-to","namespace":"urn:compass:wico:api:1.0","attribute":true}},"valid":{"type":"boolean","description":"","xml":{"namespace":"urn:compass:wico:api:1.0","attribute":true}},"address":{"type":"array","description":"","items":{"$ref":"#\/components\/schemas\/AddressPropertyType"}},"www":{"$ref":"#\/components\/schemas\/MultiStringPropertyType","description":""},"email":{"$ref":"#\/components\/schemas\/MultiStringPropertyType","description":""},"phone":{"$ref":"#\/components\/schemas\/MultiPhoneNumberDataType","description":""},"fax":{"$ref":"#\/components\/schemas\/MultiPhoneNumberDataType","description":""},"profession":{"$ref":"#\/components\/schemas\/MultiProfessionPropertyType","description":""},"employer":{"$ref":"#\/components\/schemas\/MultiStringPropertyType","description":""},"healthInsurances":{"$ref":"#\/components\/schemas\/MultiStringPropertyType","description":"","xml":{"name":"health-insurances"}},"specializations":{"$ref":"#\/components\/schemas\/MultiStringPropertyType","description":""},"training":{"$ref":"#\/components\/schemas\/MultiStringPropertyType","description":""},"otherTraining":{"$ref":"#\/components\/schemas\/MultiStringPropertyType","description":"","xml":{"name":"other-training"}},"professionalCareer":{"$ref":"#\/components\/schemas\/MultiStringPropertyType","description":"","xml":{"name":"professional-career"}},"specialIndustryKnowledge":{"$ref":"#\/components\/schemas\/MultiStringPropertyType","description":"","xml":{"name":"special-industry-knowledge"}},"languages":{"$ref":"#\/components\/schemas\/MultiStringPropertyType","description":""},"registrationNumber":{"$ref":"#\/components\/schemas\/StringPropertyType","description":"","xml":{"name":"registration-number"}},"patentAttorneyAuthorizations":{"$ref":"#\/components\/schemas\/MultiStringPropertyType","description":"","xml":{"name":"patent-attorney-authorizations"}}},"required":["patentAttorneyAuthorizations"]},"PersonFreelanceProfessionalPatentAttorneyFunctionsType":{"type":"object","properties":{"patentAttorneyFunction":{"type":"array","description":"","items":{"$ref":"#\/components\/schemas\/PersonFreelanceProfessionalPatentAttorneyFunctionType"},"xml":{"name":"patent-attorney-function"}}},"required":["patentAttorneyFunction"]},"PersonFreelanceProfessionalPhysicianFunctionType":{"type":"object","properties":{"validFrom":{"type":"string","description":"","xml":{"name":"valid-from","namespace":"urn:compass:wico:api:1.0","attribute":true}},"validTo":{"type":"string","description":"","xml":{"name":"valid-to","namespace":"urn:compass:wico:api:1.0","attribute":true}},"valid":{"type":"boolean","description":"","xml":{"namespace":"urn:compass:wico:api:1.0","attribute":true}},"address":{"type":"array","description":"","items":{"$ref":"#\/components\/schemas\/AddressPropertyType"}},"www":{"$ref":"#\/components\/schemas\/MultiStringPropertyType","description":""},"email":{"$ref":"#\/components\/schemas\/MultiStringPropertyType","description":""},"phone":{"$ref":"#\/components\/schemas\/MultiPhoneNumberDataType","description":""},"fax":{"$ref":"#\/components\/schemas\/MultiPhoneNumberDataType","description":""},"profession":{"$ref":"#\/components\/schemas\/MultiProfessionPropertyType","description":""},"employer":{"$ref":"#\/components\/schemas\/MultiStringPropertyType","description":""},"healthInsurances":{"$ref":"#\/components\/schemas\/MultiStringPropertyType","description":"","xml":{"name":"health-insurances"}},"specializations":{"$ref":"#\/components\/schemas\/MultiStringPropertyType","description":""},"training":{"$ref":"#\/components\/schemas\/MultiStringPropertyType","description":""},"otherTraining":{"$ref":"#\/components\/schemas\/MultiStringPropertyType","description":"","xml":{"name":"other-training"}},"professionalCareer":{"$ref":"#\/components\/schemas\/MultiStringPropertyType","description":"","xml":{"name":"professional-career"}},"specialIndustryKnowledge":{"$ref":"#\/components\/schemas\/MultiStringPropertyType","description":"","xml":{"name":"special-industry-knowledge"}},"languages":{"$ref":"#\/components\/schemas\/MultiStringPropertyType","description":""},"registrationNumber":{"$ref":"#\/components\/schemas\/StringPropertyType","description":"","xml":{"name":"registration-number"}},"physicianCapacity":{"$ref":"#\/components\/schemas\/StringPropertyType","description":"","xml":{"name":"physician-capacity"}},"physicianAuthorizations":{"$ref":"#\/components\/schemas\/MultiStringPropertyType","description":"","xml":{"name":"physician-authorizations"}}}},"PersonFreelanceProfessionalPhysicianFunctionsType":{"type":"object","properties":{"physicianFunction":{"type":"array","description":"","items":{"$ref":"#\/components\/schemas\/PersonFreelanceProfessionalPhysicianFunctionType"},"xml":{"name":"physician-function"}}},"required":["physicianFunction"]},"PersonFreelanceProfessionalPsychologistFunctionType":{"type":"object","properties":{"validFrom":{"type":"string","description":"","xml":{"name":"valid-from","namespace":"urn:compass:wico:api:1.0","attribute":true}},"validTo":{"type":"string","description":"","xml":{"name":"valid-to","namespace":"urn:compass:wico:api:1.0","attribute":true}},"valid":{"type":"boolean","description":"","xml":{"namespace":"urn:compass:wico:api:1.0","attribute":true}},"address":{"type":"array","description":"","items":{"$ref":"#\/components\/schemas\/AddressPropertyType"}},"www":{"$ref":"#\/components\/schemas\/MultiStringPropertyType","description":""},"email":{"$ref":"#\/components\/schemas\/MultiStringPropertyType","description":""},"phone":{"$ref":"#\/components\/schemas\/MultiPhoneNumberDataType","description":""},"fax":{"$ref":"#\/components\/schemas\/MultiPhoneNumberDataType","description":""},"profession":{"$ref":"#\/components\/schemas\/MultiProfessionPropertyType","description":""},"employer":{"$ref":"#\/components\/schemas\/MultiStringPropertyType","description":""},"healthInsurances":{"$ref":"#\/components\/schemas\/MultiStringPropertyType","description":"","xml":{"name":"health-insurances"}},"specializations":{"$ref":"#\/components\/schemas\/MultiStringPropertyType","description":""},"training":{"$ref":"#\/components\/schemas\/MultiStringPropertyType","description":""},"otherTraining":{"$ref":"#\/components\/schemas\/MultiStringPropertyType","description":"","xml":{"name":"other-training"}},"professionalCareer":{"$ref":"#\/components\/schemas\/MultiStringPropertyType","description":"","xml":{"name":"professional-career"}},"specialIndustryKnowledge":{"$ref":"#\/components\/schemas\/MultiStringPropertyType","description":"","xml":{"name":"special-industry-knowledge"}},"languages":{"$ref":"#\/components\/schemas\/MultiStringPropertyType","description":""},"registrationNumber":{"$ref":"#\/components\/schemas\/StringPropertyType","description":"","xml":{"name":"registration-number"}},"psychologistSpecializations":{"$ref":"#\/components\/schemas\/MultiPsychologistSpecializationPropertyType","description":"","xml":{"name":"psychologist-specializations"}}},"required":["psychologistSpecializations"]},"PersonFreelanceProfessionalPsychologistFunctionsType":{"type":"object","properties":{"psychologistFunction":{"type":"array","description":"","items":{"$ref":"#\/components\/schemas\/PersonFreelanceProfessionalPsychologistFunctionType"},"xml":{"name":"psychologist-function"}}},"required":["psychologistFunction"]},"PersonFreelanceProfessionalReceiverFunctionType":{"type":"object","properties":{"validFrom":{"type":"string","description":"","xml":{"name":"valid-from","namespace":"urn:compass:wico:api:1.0","attribute":true}},"validTo":{"type":"string","description":"","xml":{"name":"valid-to","namespace":"urn:compass:wico:api:1.0","attribute":true}},"valid":{"type":"boolean","description":"","xml":{"namespace":"urn:compass:wico:api:1.0","attribute":true}},"address":{"type":"array","description":"","items":{"$ref":"#\/components\/schemas\/AddressPropertyType"}},"www":{"$ref":"#\/components\/schemas\/MultiStringPropertyType","description":""},"email":{"$ref":"#\/components\/schemas\/MultiStringPropertyType","description":""},"phone":{"$ref":"#\/components\/schemas\/MultiPhoneNumberDataType","description":""},"fax":{"$ref":"#\/components\/schemas\/MultiPhoneNumberDataType","description":""},"profession":{"$ref":"#\/components\/schemas\/MultiProfessionPropertyType","description":""},"employer":{"$ref":"#\/components\/schemas\/MultiStringPropertyType","description":""},"healthInsurances":{"$ref":"#\/components\/schemas\/MultiStringPropertyType","description":"","xml":{"name":"health-insurances"}},"specializations":{"$ref":"#\/components\/schemas\/MultiStringPropertyType","description":""},"training":{"$ref":"#\/components\/schemas\/MultiStringPropertyType","description":""},"otherTraining":{"$ref":"#\/components\/schemas\/MultiStringPropertyType","description":"","xml":{"name":"other-training"}},"professionalCareer":{"$ref":"#\/components\/schemas\/MultiStringPropertyType","description":"","xml":{"name":"professional-career"}},"specialIndustryKnowledge":{"$ref":"#\/components\/schemas\/MultiStringPropertyType","description":"","xml":{"name":"special-industry-knowledge"}},"languages":{"$ref":"#\/components\/schemas\/MultiStringPropertyType","description":""},"registrationNumber":{"$ref":"#\/components\/schemas\/StringPropertyType","description":"","xml":{"name":"registration-number"}},"receiverAreaOfWork":{"$ref":"#\/components\/schemas\/MultiStringPropertyType","description":"","xml":{"name":"receiver-area-of-work"}},"receiverPartnersBeneficialOwners":{"$ref":"#\/components\/schemas\/StringPropertyType","description":"","xml":{"name":"receiver-partners-beneficial-owners"}},"receiverNumberOfStaff":{"$ref":"#\/components\/schemas\/StringPropertyType","description":"","xml":{"name":"receiver-number-of-staff"}},"receiverNumberOfStaffExperienceReceiver":{"$ref":"#\/components\/schemas\/StringPropertyType","description":"","xml":{"name":"receiver-number-of-staff-experience-receiver"}},"receiverNumberOfStaffLegalExperts":{"$ref":"#\/components\/schemas\/StringPropertyType","description":"","xml":{"name":"receiver-number-of-staff-legal-experts"}},"receiverNumberOfStaffTrainingBusinessAdministration":{"$ref":"#\/components\/schemas\/StringPropertyType","description":"","xml":{"name":"receiver-number-of-staff-training-business-administration"}},"receiverItSolution":{"$ref":"#\/components\/schemas\/StringPropertyType","description":"","xml":{"name":"receiver-it-solution"}},"receiverLiabilityInsurance":{"$ref":"#\/components\/schemas\/StringPropertyType","description":"","xml":{"name":"receiver-liability-insurance"}},"receiverRepresentation":{"$ref":"#\/components\/schemas\/StringPropertyType","description":"","xml":{"name":"receiver-representation"}},"receiverExperience":{"$ref":"#\/components\/schemas\/StringPropertyType","description":"","xml":{"name":"receiver-experience"}},"receiverExpertiseEstateTypes":{"$ref":"#\/components\/schemas\/StringPropertyType","description":"","xml":{"name":"receiver-expertise-estate-types"}}},"required":["receiverExperience","receiverExpertiseEstateTypes","receiverItSolution","receiverLiabilityInsurance","receiverNumberOfStaff","receiverNumberOfStaffExperienceReceiver","receiverNumberOfStaffLegalExperts","receiverNumberOfStaffTrainingBusinessAdministration","receiverRepresentation"]},"PersonFreelanceProfessionalReceiverFunctionsType":{"type":"object","properties":{"receiverFunction":{"type":"array","description":"","items":{"$ref":"#\/components\/schemas\/PersonFreelanceProfessionalReceiverFunctionType"},"xml":{"name":"receiver-function"}}},"required":["receiverFunction"]},"PersonFreelanceProfessionalTrainingTherapistFunctionType":{"type":"object","properties":{"validFrom":{"type":"string","description":"","xml":{"name":"valid-from","namespace":"urn:compass:wico:api:1.0","attribute":true}},"validTo":{"type":"string","description":"","xml":{"name":"valid-to","namespace":"urn:compass:wico:api:1.0","attribute":true}},"valid":{"type":"boolean","description":"","xml":{"namespace":"urn:compass:wico:api:1.0","attribute":true}},"address":{"type":"array","description":"","items":{"$ref":"#\/components\/schemas\/AddressPropertyType"}},"www":{"$ref":"#\/components\/schemas\/MultiStringPropertyType","description":""},"email":{"$ref":"#\/components\/schemas\/MultiStringPropertyType","description":""},"phone":{"$ref":"#\/components\/schemas\/MultiPhoneNumberDataType","description":""},"fax":{"$ref":"#\/components\/schemas\/MultiPhoneNumberDataType","description":""},"profession":{"$ref":"#\/components\/schemas\/MultiProfessionPropertyType","description":""},"employer":{"$ref":"#\/components\/schemas\/MultiStringPropertyType","description":""},"healthInsurances":{"$ref":"#\/components\/schemas\/MultiStringPropertyType","description":"","xml":{"name":"health-insurances"}},"specializations":{"$ref":"#\/components\/schemas\/MultiStringPropertyType","description":""},"training":{"$ref":"#\/components\/schemas\/MultiStringPropertyType","description":""},"otherTraining":{"$ref":"#\/components\/schemas\/MultiStringPropertyType","description":"","xml":{"name":"other-training"}},"professionalCareer":{"$ref":"#\/components\/schemas\/MultiStringPropertyType","description":"","xml":{"name":"professional-career"}},"specialIndustryKnowledge":{"$ref":"#\/components\/schemas\/MultiStringPropertyType","description":"","xml":{"name":"special-industry-knowledge"}},"languages":{"$ref":"#\/components\/schemas\/MultiStringPropertyType","description":""},"registrationNumber":{"$ref":"#\/components\/schemas\/StringPropertyType","description":"","xml":{"name":"registration-number"}}}},"PersonFreelanceProfessionalTrainingTherapistFunctionsType":{"type":"object","properties":{"trainingTherapistFunction":{"type":"array","description":"","items":{"$ref":"#\/components\/schemas\/PersonFreelanceProfessionalTrainingTherapistFunctionType"},"xml":{"name":"training-therapist-function"}}},"required":["trainingTherapistFunction"]},"PersonFreelanceProfessionalVeterinarianFunctionType":{"type":"object","properties":{"validFrom":{"type":"string","description":"","xml":{"name":"valid-from","namespace":"urn:compass:wico:api:1.0","attribute":true}},"validTo":{"type":"string","description":"","xml":{"name":"valid-to","namespace":"urn:compass:wico:api:1.0","attribute":true}},"valid":{"type":"boolean","description":"","xml":{"namespace":"urn:compass:wico:api:1.0","attribute":true}},"address":{"type":"array","description":"","items":{"$ref":"#\/components\/schemas\/AddressPropertyType"}},"www":{"$ref":"#\/components\/schemas\/MultiStringPropertyType","description":""},"email":{"$ref":"#\/components\/schemas\/MultiStringPropertyType","description":""},"phone":{"$ref":"#\/components\/schemas\/MultiPhoneNumberDataType","description":""},"fax":{"$ref":"#\/components\/schemas\/MultiPhoneNumberDataType","description":""},"profession":{"$ref":"#\/components\/schemas\/MultiProfessionPropertyType","description":""},"employer":{"$ref":"#\/components\/schemas\/MultiStringPropertyType","description":""},"healthInsurances":{"$ref":"#\/components\/schemas\/MultiStringPropertyType","description":"","xml":{"name":"health-insurances"}},"specializations":{"$ref":"#\/components\/schemas\/MultiStringPropertyType","description":""},"training":{"$ref":"#\/components\/schemas\/MultiStringPropertyType","description":""},"otherTraining":{"$ref":"#\/components\/schemas\/MultiStringPropertyType","description":"","xml":{"name":"other-training"}},"professionalCareer":{"$ref":"#\/components\/schemas\/MultiStringPropertyType","description":"","xml":{"name":"professional-career"}},"specialIndustryKnowledge":{"$ref":"#\/components\/schemas\/MultiStringPropertyType","description":"","xml":{"name":"special-industry-knowledge"}},"languages":{"$ref":"#\/components\/schemas\/MultiStringPropertyType","description":""},"registrationNumber":{"$ref":"#\/components\/schemas\/StringPropertyType","description":"","xml":{"name":"registration-number"}},"veterinarianOwnPharmacy":{"$ref":"#\/components\/schemas\/BooleanPropertyType","description":"","xml":{"name":"veterinarian-own-pharmacy"}},"veterinarianOfficialExamTaken":{"$ref":"#\/components\/schemas\/BooleanPropertyType","description":"","xml":{"name":"veterinarian-official-exam-taken"}},"veterinarianSpecializations":{"$ref":"#\/components\/schemas\/MultiStringPropertyType","description":"","xml":{"name":"veterinarian-specializations"}}},"required":["veterinarianOfficialExamTaken","veterinarianOwnPharmacy","veterinarianSpecializations"]},"PersonFreelanceProfessionalVeterinarianFunctionsType":{"type":"object","properties":{"veterinarianFunction":{"type":"array","description":"","items":{"$ref":"#\/components\/schemas\/PersonFreelanceProfessionalVeterinarianFunctionType"},"xml":{"name":"veterinarian-function"}}},"required":["veterinarianFunction"]},"PersonMasterDataType":{"type":"object","properties":{"name":{"$ref":"#\/components\/schemas\/NaturalPersonNamePropertyType","description":""},"sex":{"$ref":"#\/components\/schemas\/SexPropertyType","description":""},"dateOfBirth":{"$ref":"#\/components\/schemas\/DatePropertyType","description":"","xml":{"name":"date-of-birth"}},"yearOfBirth":{"$ref":"#\/components\/schemas\/IntPropertyType","description":"","xml":{"name":"year-of-birth"}},"vatNumber":{"$ref":"#\/components\/schemas\/StringPropertyType","description":"","xml":{"name":"vat-number"}}},"required":["name"]},"PersonPepDataPepReasonsPepReasonType":{"type":"object","properties":{"politician":{"$ref":"#\/components\/schemas\/PepReasonPoliticianType","description":""},"lastBeneficialOwnerTogetherWithPep":{"$ref":"#\/components\/schemas\/PepReasonCoOwnershipWithPepType","description":"","xml":{"name":"last-beneficial-owner-together-with-pep"}},"stateOwnedCompanyOffice":{"$ref":"#\/components\/schemas\/PepReasonStateOwnedCompanyOfficerType","description":"","xml":{"name":"state-owned-company-office"}},"relationship":{"$ref":"#\/components\/schemas\/PepReasonRelationshipType","description":""},"other":{"$ref":"#\/components\/schemas\/PepReasonOtherType","description":""},"validFrom":{"type":"string","description":"","xml":{"name":"valid-from","namespace":"urn:compass:wico:api:1.0","attribute":true}},"validTo":{"type":"string","description":"","xml":{"name":"valid-to","namespace":"urn:compass:wico:api:1.0","attribute":true}},"valid":{"type":"boolean","description":"","xml":{"namespace":"urn:compass:wico:api:1.0","attribute":true}}}},"PersonPepDataPepReasonsType":{"type":"object","properties":{"pepReason":{"type":"array","description":"","items":{"$ref":"#\/components\/schemas\/PersonPepDataPepReasonsPepReasonType"},"xml":{"name":"pep-reason"}}},"required":["pepReason"]},"PersonPepDataType":{"type":"object","properties":{"pepReasons":{"$ref":"#\/components\/schemas\/PersonPepDataPepReasonsType","description":"","xml":{"name":"pep-reasons"}}},"required":["pepReasons"]},"PersonProfileType":{"type":"object","properties":{"meta":{"$ref":"#\/components\/schemas\/Meta","description":""},"reference":{"$ref":"#\/components\/schemas\/ProfileReferenceType","description":""},"status":{"$ref":"#\/components\/schemas\/PersonStatusType","description":""},"data":{"$ref":"#\/components\/schemas\/PersonDataType","description":""}},"required":["data","meta","reference","status"]},"PersonStatusType":{"type":"object","properties":{"deceasedStatus":{"type":"boolean","description":"","xml":{"name":"deceased-status"}},"pepStatus":{"type":"boolean","description":"","xml":{"name":"pep-status"}},"pepConnectionStatus":{"type":"boolean","description":"","xml":{"name":"pep-connection-status"}},"aggregatedInsolvencyCaseStatus":{"type":"string","description":"","enum":["PENDING","CLOSED"],"xml":{"name":"aggregated-insolvency-case-status"}},"aggregatedApparentInsolvencyCaseStatus":{"type":"string","description":"","enum":["PENDING","CLOSED"],"xml":{"name":"aggregated-apparent-insolvency-case-status"}},"relationToRussia":{"$ref":"#\/components\/schemas\/RelationToRussia","description":"","xml":{"name":"relation-to-russia"}},"sanctioned":{"type":"boolean","description":""}}},"PersonTradeOfficesHeldTradeLicensesType":{"type":"object","properties":{"heldTradeLicense":{"type":"array","description":"","items":{"$ref":"#\/components\/schemas\/TradeTradeLicenseFunctionType"},"xml":{"name":"held-trade-license"}}},"required":["heldTradeLicense"]},"PersonTradeOfficesManagingDirectorType":{"type":"object","properties":{"managingDirectorFunction":{"type":"array","description":"","items":{"$ref":"#\/components\/schemas\/TradeTradeLicenseFunctionType"},"xml":{"name":"managing-director-function"}}},"required":["managingDirectorFunction"]},"PersonTradeOfficesType":{"type":"object","properties":{"heldTradeLicenses":{"$ref":"#\/components\/schemas\/PersonTradeOfficesHeldTradeLicensesType","description":"","xml":{"name":"held-trade-licenses"}},"managingDirectorOffices":{"$ref":"#\/components\/schemas\/PersonTradeOfficesManagingDirectorType","description":"","xml":{"name":"managing-director-offices"}}}},"PhoneNumberPropertyValueType":{"type":"object","properties":{"validFrom":{"type":"string","description":"","xml":{"name":"valid-from","namespace":"urn:compass:wico:api:1.0","attribute":true}},"phoneNumber":{"type":"string","description":"","xml":{"name":"phone-number"}}},"required":["phoneNumber"]},"ProfessionPropertyValueType":{"type":"object","properties":{"validFrom":{"type":"string","description":"","xml":{"name":"valid-from","namespace":"urn:compass:wico:api:1.0","attribute":true}},"profession":{"$ref":"#\/components\/schemas\/ProfessionType","description":""}},"required":["profession"]},"ProfessionType":{"type":"object","properties":{"title":{"type":"string","description":""},"since":{"type":"string","description":""},"until":{"type":"string","description":""}},"required":["title"]},"ProfileFormerWicoIdsType":{"type":"object","properties":{"formerWicoId":{"type":"array","description":"","items":{"type":"string","xml":{"name":"former-wico-id"}},"xml":{"name":"former-wico-id"}}},"required":["formerWicoId"]},"ProfileReferenceType":{"type":"object","properties":{"wicoId":{"type":"string","description":"","xml":{"name":"wico-id"}},"formerWicoIds":{"$ref":"#\/components\/schemas\/ProfileFormerWicoIdsType","description":"","xml":{"name":"former-wico-ids"}}},"required":["wicoId"]},"PsychologistSpecializationPropertyValueType":{"type":"object","properties":{"validFrom":{"type":"string","description":"","xml":{"name":"valid-from","namespace":"urn:compass:wico:api:1.0","attribute":true}},"field":{"$ref":"#\/components\/schemas\/PsychologistSpecializationType","description":""}},"required":["field"]},"PsychologistSpecializationType":{"type":"object","properties":{"field":{"type":"string","description":""},"registrationDate":{"type":"string","description":"","xml":{"name":"registration-date"}},"registrationNumber":{"type":"string","description":"","xml":{"name":"registration-number"}}},"required":["field"]},"ReferenceType":{"type":"object","properties":{"name":{"type":"string","description":""},"registerNumber":{"$ref":"#\/components\/schemas\/RegisterNumberType","description":"","xml":{"name":"register-number"}},"structuredName":{"$ref":"#\/components\/schemas\/NaturalPersonNameType","description":"","xml":{"name":"structured-name"}},"sex":{"type":"string","description":"","enum":["M","F","O"]},"dateOfBirth":{"type":"string","description":"","xml":{"name":"date-of-birth"}},"yearOfBirth":{"type":"integer","format":"int32","description":"","xml":{"name":"year-of-birth"}},"pepStatus":{"type":"boolean","description":"","xml":{"name":"pep-status"}},"pepConnectionStatus":{"type":"boolean","description":"","xml":{"name":"pep-connection-status"}},"deceasedStatus":{"type":"boolean","description":"","xml":{"name":"deceased-status"}},"address":{"$ref":"#\/components\/schemas\/AddressType","description":""},"wicoId":{"type":"string","description":"","xml":{"name":"wico-id"}},"formerWicoIds":{"type":"array","description":"","items":{"type":"string","xml":{"name":"former-wico-ids"}},"xml":{"name":"former-wico-ids"}},"objectType":{"type":"string","description":"","enum":["REGISTERED_COMPANY","ASSOCIATION","TRADE_PERSON","NATURAL_PERSON","NON_INCORPORATED_PARTNERSHIP","TERRITORIAL_ENTITY","OTHER_NON_NATURAL_PERSON"],"xml":{"name":"object-type"}}},"required":["objectType","wicoId"]},"RegisterNumberType":{"type":"object","properties":{"value":{"type":"string","description":""},"register":{"type":"string","description":"","enum":["AT_FB","AT_ZVR","AT_TRADE","AT_ERV_PARTICIPANTS","AT_NOTARIES_CHAMBER","AT_CLINICAL_PSYCHOLOGISTS_LIST","AT_HEALTH_PSYCHOLOGISTS_LIST","AT_MUSIC_THERAPISTS_LIST","AT_PSYCHOTHERAPISTS_LIST","AT_TRAINING_TRAINING_THERAPISTS_LIST","AT_HEALTH_PROFESSIONALS_REGISTER","DE_HR"],"xml":{"attribute":true}},"authority":{"type":"string","description":"","xml":{"attribute":true}}}},"RelationToRussia":{"type":"object","properties":{"value":{"type":"string","description":"","enum":["RUSSIAN_ORGANISATION","RUSSIAN_LBO","RUSSIAN_OWNER","PERSON_WITH_RUSSIAN_ADDRESS","DIRECT_OR_INDIRECT_CUMULATED_RUSSIAN_OWNERSHIP_ABOVE_40_PERCENT"]},"explanation":{"type":"string","description":"","xml":{"attribute":true}}}},"SexPropertyType":{"type":"object","properties":{"currentValue":{"$ref":"#\/components\/schemas\/SexPropertyValueType","description":"","xml":{"name":"current-value"}}}},"SexPropertyValueType":{"type":"object","properties":{"validFrom":{"type":"string","description":"","xml":{"name":"valid-from","namespace":"urn:compass:wico:api:1.0","attribute":true}},"sex":{"type":"string","description":"","enum":["M","F","O"]}},"required":["sex"]},"SharePropertyType":{"type":"object","properties":{"currentValue":{"$ref":"#\/components\/schemas\/SharePropertyValueType","description":"","xml":{"name":"current-value"}}},"required":["currentValue"]},"SharePropertyValueType":{"type":"object","properties":{"validFrom":{"type":"string","description":"","xml":{"name":"valid-from","namespace":"urn:compass:wico:api:1.0","attribute":true}},"share":{"$ref":"#\/components\/schemas\/ShareType","description":""}},"required":["share"]},"ShareType":{"type":"object","properties":{"amount":{"$ref":"#\/components\/schemas\/MonetaryAmountType","description":""},"percentage":{"type":"number","description":""},"comment":{"type":"string","description":""}}},"StringFormerPropertyValueType":{"type":"object","properties":{"validFrom":{"type":"string","description":"","xml":{"name":"valid-from","namespace":"urn:compass:wico:api:1.0","attribute":true}},"validTo":{"type":"string","description":"","xml":{"name":"valid-to","namespace":"urn:compass:wico:api:1.0","attribute":true}},"content":{"type":"string","description":""}},"required":["content"]},"StringPropertyType":{"type":"object","properties":{"currentValue":{"$ref":"#\/components\/schemas\/StringPropertyValueType","description":"","xml":{"name":"current-value"}}},"required":["currentValue"]},"StringPropertyValueType":{"type":"object","properties":{"validFrom":{"type":"string","description":"","xml":{"name":"valid-from","namespace":"urn:compass:wico:api:1.0","attribute":true}},"content":{"type":"string","description":""}},"required":["content"]},"StructuredRepresentationRegulationFunctionRestrictionsType":{"type":"object","properties":{"function":{"type":"array","description":"","items":{"type":"string"}}},"required":["function"]},"StructuredRepresentationRegulationOfficeRestrictionsType":{"type":"object","properties":{"mainOffice":{"type":"boolean","default":false,"description":"","xml":{"name":"main-office"}},"branchOffice":{"type":"array","description":"","items":{"type":"string","xml":{"name":"branch-office"}},"xml":{"name":"branch-office"}}}},"StructuredRepresentationRegulationType":{"type":"object","properties":{"from":{"type":"string","description":""},"until":{"type":"string","description":""},"authorization":{"type":"string","description":"","enum":["NONE","UNKNOWN","INDEPENDENT","JOINT"]},"functionRestrictions":{"$ref":"#\/components\/schemas\/StructuredRepresentationRegulationFunctionRestrictionsType","description":"","xml":{"name":"function-restrictions"}},"officeRestrictions":{"$ref":"#\/components\/schemas\/StructuredRepresentationRegulationOfficeRestrictionsType","description":"","xml":{"name":"office-restrictions"}}},"required":["authorization"]},"StubType":{"type":"object","properties":{"name":{"type":"string","description":""},"registerNumber":{"$ref":"#\/components\/schemas\/RegisterNumberType","description":"","xml":{"name":"register-number"}},"structuredName":{"$ref":"#\/components\/schemas\/NaturalPersonNameType","description":"","xml":{"name":"structured-name"}},"sex":{"type":"string","description":"","enum":["M","F","O"]},"dateOfBirth":{"type":"string","description":"","xml":{"name":"date-of-birth"}},"yearOfBirth":{"type":"integer","format":"int32","description":"","xml":{"name":"year-of-birth"}},"pepStatus":{"type":"boolean","description":"","xml":{"name":"pep-status"}},"pepConnectionStatus":{"type":"boolean","description":"","xml":{"name":"pep-connection-status"}},"deceasedStatus":{"type":"boolean","description":"","xml":{"name":"deceased-status"}},"address":{"$ref":"#\/components\/schemas\/AddressType","description":""}}},"TradeLicenseOwnerType":{"type":"object","properties":{"entityReference":{"$ref":"#\/components\/schemas\/ReferenceType","description":"","xml":{"name":"entity-reference"}}},"required":["entityReference"]},"TradeLicenseType":{"type":"object","properties":{"gisaNumber":{"type":"string","description":"","xml":{"name":"gisa-number"}},"licenseText":{"type":"string","description":"","xml":{"name":"license-text"}},"owner":{"$ref":"#\/components\/schemas\/TradeLicenseOwnerType","description":""},"address":{"$ref":"#\/components\/schemas\/AddressType","description":""}},"required":["gisaNumber","licenseText"]},"TradeTradeLicenseFunctionType":{"type":"object","properties":{"validFrom":{"type":"string","description":"","xml":{"name":"valid-from","namespace":"urn:compass:wico:api:1.0","attribute":true}},"validTo":{"type":"string","description":"","xml":{"name":"valid-to","namespace":"urn:compass:wico:api:1.0","attribute":true}},"valid":{"type":"boolean","description":"","xml":{"namespace":"urn:compass:wico:api:1.0","attribute":true}},"type":{"type":"string","description":"","xml":{"attribute":true}},"tradeLicense":{"$ref":"#\/components\/schemas\/TradeLicenseType","description":"","xml":{"name":"trade-license"}}},"required":["tradeLicense"]},"User":{"type":"object","properties":{"organisation":{"type":"string","description":""},"username":{"type":"string","description":""},"clientInfo":{"type":"string","description":""}},"required":["clientInfo","organisation","username"],"xml":{"name":"user","namespace":"urn:compass:wico:api:1.0"}},"ChildDocument":{"type":"object","properties":{"reference":{"type":"string","description":""},"documentTitle":{"type":"string","description":""},"documentType":{"type":"string","description":""},"contentType":{"type":"string","description":""}},"required":["contentType","documentTitle","documentType","reference"]},"ChildDocuments":{"type":"object","properties":{"childDocument":{"type":"array","description":"","items":{"$ref":"#\/components\/schemas\/ChildDocument"}}}},"Document":{"type":"object","properties":{"meta":{"$ref":"#\/components\/schemas\/Meta","description":""},"data":{"$ref":"#\/components\/schemas\/DocumentDetails","description":""}},"required":["data","meta"],"xml":{"name":"document","namespace":"urn:compass:wico:api:1.0"}},"DocumentDetails":{"type":"object","properties":{"source":{"type":"string","description":"","enum":["ARCHIVE","BUSINESS_REGISTER","WIEREG_REGISTER","TRADE_REGISTER","ASSOCIATION_REGISTER","ZMR_REGISTER","ZPR_REGISTER","ZMR_AND_ZPR_REGISTER","LAND_REGISTER","IMMAZING"]},"notes":{"type":"string","description":""},"reference":{"type":"string","description":""},"documentTitle":{"type":"string","description":""},"documentType":{"type":"string","description":""},"contentType":{"type":"string","description":""},"childDocuments":{"$ref":"#\/components\/schemas\/ChildDocuments","description":""}},"required":["contentType","documentTitle","documentType","notes","reference","source"]},"ResolvedId":{"type":"object","properties":{"wicoId":{"type":"string","description":"","xml":{"name":"wico-id"}},"name":{"type":"string","description":""},"dateOfBirth":{"type":"string","description":"","xml":{"name":"date-of-birth"}},"type":{"type":"string","description":""}},"required":["dateOfBirth","name","type","wicoId"]},"Resolver":{"type":"object","properties":{"meta":{"$ref":"#\/components\/schemas\/Meta","description":""},"data":{"$ref":"#\/components\/schemas\/ResolvedId","description":""}},"required":["data","meta"],"xml":{"name":"resolver","namespace":"urn:compass:wico:api:1.0"}},"Pageable":{"type":"object","properties":{"page":{"type":"integer","format":"int32","description":"","minimum":0},"size":{"type":"integer","format":"int32","description":"","minimum":1},"sort":{"type":"array","description":"","items":{"type":"string"}}}},"AdditionalInformation":{"type":"object","properties":{"phone":{"type":"string","description":""}},"xml":{"name":"additionalInformation","namespace":"urn:compass:wico:api:1.0"}},"Highlight":{"type":"object","properties":{"field":{"type":"string","description":""},"snippet":{"type":"string","description":""}},"required":["field","snippet"]},"Occupations":{"type":"object","properties":{"occupation":{"type":"array","description":"","items":{"type":"string"}}},"xml":{"name":"occupations","namespace":"urn:compass:wico:api:1.0"}},"OrganisationResult":{"type":"object","properties":{"wicoId":{"type":"string","description":"","xml":{"name":"wico-id"}},"name":{"type":"string","description":""},"registerNumbers":{"$ref":"#\/components\/schemas\/RegisterNumbers","description":""},"vatNumber":{"type":"string","description":"","xml":{"name":"vat-number"}},"address":{"$ref":"#\/components\/schemas\/AddressType","description":""},"type":{"type":"string","description":""},"organisationSearchStatus":{"$ref":"#\/components\/schemas\/OrganisationSearchStatus","description":""},"highlight":{"$ref":"#\/components\/schemas\/Highlight","description":""},"additionalInformation":{"$ref":"#\/components\/schemas\/AdditionalInformation","description":""}},"required":["additionalInformation","address","highlight","name","organisationSearchStatus","registerNumbers","type","vatNumber","wicoId"],"xml":{"name":"organisationResult","namespace":"urn:compass:wico:api:1.0"}},"OrganisationSearchStatus":{"type":"object","properties":{"dummyCompanyStatus":{"type":"boolean","description":"","xml":{"name":"dummy-company-status"}},"companyRegistrationStatus":{"type":"string","description":"","enum":["ACTIVE","DISSOLVED"],"xml":{"name":"company-registration-status"}},"aggregatedInsolvencyCaseStatus":{"type":"string","description":"","enum":["PENDING","CLOSED"],"xml":{"name":"aggregated-insolvency-case-status"}},"aggregatedApparentInsolvencyCaseStatus":{"type":"string","description":"","enum":["PENDING","CLOSED"],"xml":{"name":"aggregated-apparent-insolvency-case-status"}},"associationRegistrationStatus":{"type":"string","description":"","enum":["ACTIVE","DISSOLVED"],"xml":{"name":"association-registration-status"}},"aggregatedTradeLicenseStatus":{"type":"string","description":"","enum":["ACTIVE","SUSPENDED","DISSOLVED"],"xml":{"name":"aggregated-trade-license-status"}},"relationToRussia":{"$ref":"#\/components\/schemas\/RelationToRussia","description":"","xml":{"name":"relation-to-russia"}},"sanctioned":{"type":"boolean","description":""}},"required":["aggregatedTradeLicenseStatus","associationRegistrationStatus","companyRegistrationStatus"],"xml":{"name":"organisationSearchStatus","namespace":"urn:compass:wico:api:1.0"}},"PersonResult":{"type":"object","properties":{"wicoId":{"type":"string","description":"","xml":{"name":"wico-id"}},"name":{"type":"string","description":""},"dateOfBirth":{"type":"string","description":""},"type":{"type":"string","description":""},"address":{"$ref":"#\/components\/schemas\/AddressType","description":""},"occupations":{"$ref":"#\/components\/schemas\/Occupations","description":""},"registerNumbers":{"$ref":"#\/components\/schemas\/RegisterNumbers","description":""},"personSearchStatus":{"$ref":"#\/components\/schemas\/PersonSearchStatus","description":""},"activeOfficies":{"type":"integer","format":"int32","description":""},"formerOfficies":{"type":"integer","format":"int32","description":""},"highlight":{"$ref":"#\/components\/schemas\/Highlight","description":""}},"required":["address","dateOfBirth","highlight","name","occupations","personSearchStatus","registerNumbers","type","wicoId"],"xml":{"name":"personResult","namespace":"urn:compass:wico:api:1.0"}},"PersonSearchStatus":{"type":"object","properties":{"deceasedStatus":{"type":"boolean","description":"","xml":{"name":"deceased-status"}},"pepStatus":{"type":"boolean","description":"","xml":{"name":"pep-status"}},"pepConnectionStatus":{"type":"boolean","description":"","xml":{"name":"pep-connection-status"}},"aggregatedInsolvencyCaseStatus":{"type":"string","description":"","enum":["PENDING","CLOSED"],"xml":{"name":"aggregated-insolvency-case-status"}},"aggregatedApparentInsolvencyCaseStatus":{"type":"string","description":"","enum":["PENDING","CLOSED"],"xml":{"name":"aggregated-apparent-insolvency-case-status"}},"relationToRussia":{"$ref":"#\/components\/schemas\/RelationToRussia","description":"","xml":{"name":"relation-to-russia"}},"sanctioned":{"type":"boolean","description":""}},"xml":{"name":"personSearchStatus","namespace":"urn:compass:wico:api:1.0"}},"RegisterNumber":{"type":"object","properties":{"register":{"type":"string","description":"","enum":["AT_FB","AT_ZVR","AT_TRADE","AT_ERV_PARTICIPANTS","AT_NOTARIES_CHAMBER","AT_CLINICAL_PSYCHOLOGISTS_LIST","AT_HEALTH_PSYCHOLOGISTS_LIST","AT_MUSIC_THERAPISTS_LIST","AT_PSYCHOTHERAPISTS_LIST","AT_TRAINING_TRAINING_THERAPISTS_LIST","AT_HEALTH_PROFESSIONALS_REGISTER","DE_HR"]},"number":{"type":"string","description":""}},"required":["number","register"]},"RegisterNumbers":{"type":"object","properties":{"registerNumber":{"type":"array","description":"","items":{"$ref":"#\/components\/schemas\/RegisterNumber"}}},"xml":{"name":"registerNumbers","namespace":"urn:compass:wico:api:1.0"}},"Results":{"type":"object","properties":{"organisationResult":{"type":"array","description":"","items":{"$ref":"#\/components\/schemas\/OrganisationResult"}},"personResult":{"type":"array","description":"","items":{"$ref":"#\/components\/schemas\/PersonResult"}}},"xml":{"name":"results","namespace":"urn:compass:wico:api:1.0"}},"Search":{"type":"object","properties":{"meta":{"$ref":"#\/components\/schemas\/Meta","description":""},"data":{"$ref":"#\/components\/schemas\/SearchResult","description":""}},"required":["data","meta"],"xml":{"name":"search","namespace":"urn:compass:wico:api:1.0"}},"SearchResult":{"type":"object","properties":{"totalResults":{"type":"integer","format":"int64","description":""},"page":{"type":"integer","format":"int64","description":""},"pageSize":{"type":"integer","format":"int64","description":""},"results":{"$ref":"#\/components\/schemas\/Results","description":""}},"required":["results"]},"ResponseString":{"type":"object","properties":{"status":{"type":"string","description":"","enum":["OK","ERROR"]},"message":{"type":"string","description":""},"data":{"type":"string","description":""}}}},"securitySchemes":{"compass-api-token":{"type":"apiKey","name":"Authorization","in":"header","scheme":"bearer","bearerFormat":"JWT"}}}}