Skip to main content
Glama

Firmenwatch — Swiss Company Register

Server Details

Search and verify Swiss companies, UID status and register changes with dated official sources.

If you are the author of this connector, you can claim ownership with GitHub, an HTTP challenge, or a DNS record. Claimed connector authors can inspect health checks, view analytics, and manage their listing.
Status
Healthy
Uptime
99.8% over 23 days
Last Tested
Transport
Streamable HTTP · MCP 2025-11-25
URL

TDQS

A4.2/5.0

Scored across 6 tools

Disambiguation4/5

The tools are mostly distinct: firma_suchen finds companies, firma_details retrieves details, firma_risiko summarizes legal events, uid_pruefen validates UIDs, tagesbriefing provides daily changes, and bestand_status reports data quality. There is minor potential confusion between firma_details and firma_risiko since both relate to a company's status, but their descriptions clearly separate public register data from risk-relevant publications.

Naming Consistency4/5

Tool names follow a consistent pattern of lowercase German nouns/verbs with underscores: firma_suchen, firma_details, firma_risiko, uid_pruefen, tagesbriefing, bestand_status. The pattern is mostly consistent, though tagesbriefing and bestand_status are compound nouns rather than verb_noun pairs, which is a minor deviation.

Tool Count5/5

Six tools is well-scoped for a Swiss company register server. Each tool covers a distinct need: search, details, risk, UID validation, daily briefing, and data quality status. No redundant tools and no obvious missing categories that would require more.

Completeness4/5

The server covers the core workflows: searching for companies, retrieving details, validating UIDs, checking risk-relevant publications, and monitoring daily changes. A minor gap is the lack of a tool for retrieving historical or full publication lists beyond the risk summary, but the provided tools cover the stated purpose well.

Available Tools

6 tools
bestand_statusDatenstand prüfenA
Read-onlyIdempotent
Inspect

Trennt die neueste verfügbare Publikation von der lückenlos verifizierten Grenze und meldet den Datenqualitätsstatus. Nennt zusätzlich Frische und Abdeckung von MWST, FINMA und SECO. Nutze dies, bevor du dich auf eine Auskunft verlässt.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

Output Schema

ParametersJSON Schema
NameRequiredDescription
codeNo
fehlerNo
firmenNo
aktuellNo
hinweisNo
meldungenNo
datenstandNo
erwartet_bisNo
publikationenNo
alter_in_tagenNo
counts_estimatedNo
ereignisstrom_bisNo
unvollstaendig_abNo
retry_after_secondsNo
compliance_screeningNo
datenqualitaetsstatusNo
historie_verfuegbar_abNo
unvollstaendiger_scopeNo
unvollstaendiger_statusNo
lueckenlos_verifiziert_bisNo
neueste_verfuegbare_publikationNo
neueste_publikation_alter_in_tagenNo
historische_vollstaendigkeit_zugesichertNo

TDQS

A4.5/5.0
Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

Annotations already declare readOnly/openWorld/idempotent/non-destructive behavior. The description adds meaningful context beyond these: it reveals that the tool separates the newest publication from the fully verified boundary and reports freshness/coverage for MWST, FINMA, and SECO—details that shape how an agent should interpret the result.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Three short German sentences, front-loaded with the core distinction, then supporting evidence dimensions, then a concrete use instruction. Every sentence earns its place with no filler.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a zero-parameter status check with a read-only annotation profile and an output schema present, the description is complete: it states what is separated, what quality is reported, which datasets are covered, and when to call it.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

With zero parameters, the description cannot be expected to explain parameters; the baseline of 4 applies. It instead focuses appropriately on what the operation reports.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description names a specific function—'Trennt die neueste verfügbare Publikation von der lückenlos verifizierten Grenze und meldet den Datenqualitätsstatus'—and clearly distinguishes this from the sibling search/detail/risk tools by focusing on data-status quality rather than entity information. The resource is unambiguous: the data stock and its verification boundary.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The closing instruction, 'Nutze dies, bevor du dich auf eine Auskunft verlässt,' gives an explicit when-to-use rule. It does not state when not to use it or name alternatives, but the intended trigger is clear enough for selection.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

firma_detailsFirmendetails abrufenA
Read-onlyIdempotent
Inspect

Liefert die öffentlichen Angaben zu einer Firma anhand der UID: Stammdaten, Registerkapital nur mit belegter Währung, Personen- und Organabdeckung ohne Namen, Revision, Registerbefunde, belegbare Registerbezüge und den jüngsten Verlauf sowie den aktuellen MWST-, FINMA- und SECO-Abgleich mit amtlicher Quelle, Stand und Grenzen. Der öffentliche KI-Zugang gibt keine Namen natürlicher Personen und keine Finanzschätzungen aus.

ParametersJSON Schema
NameRequiredDescriptionDefault
uidYesUID im Format CHE-123.456.789 oder nur die neun Ziffern
mit_verlaufNoMeldungsverlauf mitliefern

Output Schema

ParametersJSON Schema
NameRequiredDescription
uidNo
codeNo
sitzNo
firmaNo
zweckNo
fehlerNo
kantonNo
profilNo
statusNo
adresseNo
analyseNo
brancheNo
hinweisNo
quellenNo
verlaufNo
complianceNo
datenstandNo
rechtsformNo
geloescht_amNo
letzte_meldungNo
kapital_nominalNo
rechtsform_codeNo
kapital_waehrungNo
branchenableitungNo
kapital_einbezahltNo
retry_after_secondsNo
erstmals_eingetragenNo

TDQS

A4.2/5.0
Behavior5/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

Annotations already establish read-only, idempotent, open-world behavior, so the description correctly focuses on additional constraints beyond those hints. It explicitly discloses that natural-person names and financial estimates are not provided ('gibt keine Namen natürlicher Personen und keine Finanzschätzungen aus') and notes boundaries like 'nur mit belegter Währung' and 'ohne Namen'. This gives the agent actionable expectations about response content and limitations.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description front-loads the core purpose in the first clause and then uses a dense comma-separated list to convey scope. It is longer than a typical description, but every listed element adds information about what the tool does or does not return. The structure is somewhat run-on, yet remains readable and contains no filler.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

With a rich output schema, detailed annotations, and an informative description, an agent has enough to select and invoke the tool correctly. The description covers content categories, data limitations (no person names, no financial estimates), and currentness aspects (MWST-, FINMA- and SECO-Abgleich with Stand), which are critical context not derivable from schema alone.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 100%, so the schema already fully explains both parameters, including the UID format and mit_verlauf default. The description adds minor contextual information by mentioning 'jüngsten Verlauf' as an output component and referencing UID as the lookup key, but it does not materially expand param semantics beyond a baseline. Baseline 3 is appropriate given full schema coverage.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description opens with an explicit verb and resource: 'Liefert die öffentlichen Angaben zu einer Firma anhand der UID'. It then enumerates the delivered categories (Stammdaten, Registerkapital, Personen- und Organabdeckung, etc.), making the tool's scope clear. Although it does not name sibling tools directly, the combination of 'anhand der UID' and the detail inventory distinguishes it sufficiently from firma_suchen and uid_pruefen.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description implies the intended use: retrieve public company details by UID. It clearly communicates that the tool expects a UID and returns public information, which is a basic usage context. However, it does not explicitly mention when not to use it or point to alternatives such as firma_suchen or uid_pruefen, so routing guidance is left to inference.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

firma_risikoRegisterbefunde zu einer FirmaA
Read-onlyIdempotent
Inspect

Fasst zusammen, was im Handelsamtsblatt zu einer Firma publiziert wurde und geschäftlich relevant ist: Konkurs, Liquidation, Nachlassstundung, Kapitalherabsetzung und häufige Organwechsel. Jeder Befund ist einzeln benannt und datiert. Dies ist KEINE Bonitätsauskunft und bewertet KEINE natürlichen Personen.

ParametersJSON Schema
NameRequiredDescriptionDefault
uidYesUID der Firma

Output Schema

ParametersJSON Schema
NameRequiredDescription
uidNo
codeNo
firmaNo
stufeNo
fehlerNo
profilNo
befundeNo
hinweisNo
quellenNo
punktwertNo
datenstandNo
stufe_codeNo
verfuegbarNo
einschraenkungNo
quellenhinweisNo
unvollstaendig_abNo
historienabdeckungNo
retry_after_secondsNo
datenqualitaetsstatusNo
lueckenlos_verifiziert_bisNo
neueste_verfuegbare_publikationNo

TDQS

A4.1/5.0
Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

Annotations already declare readOnlyHint, idempotentHint, and destructiveHint, so the safety profile is covered. The description adds useful behavioral context beyond annotations: each finding is individually named and dated, and the results are filtered to business-relevant events.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is compact and front-loaded: it states the core function first, gives concrete examples, then adds exclusions. Every sentence earns its place, and the clear negative statements help disambiguate without extra length.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a single-parameter read-only tool with a rich output schema and annotations covering safety, the description is complete. It explains what is summarized, what is included, and what is explicitly excluded, so an agent has enough context to invoke the tool correctly.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

There is only one parameter, uid, and the schema describes it as 'UID der Firma', giving 100% coverage. The description reinforces that the tool operates on a company but adds no meaningful new detail about the parameter format or syntax.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly specifies the verb ('Fasst zusammen'), the resource (Handelsamtsblatt publications about a company), and the relevant business topics such as bankruptcy, liquidation, and capital reduction. It does not explicitly differentiate from sibling tools by name, but it does state it is not a credit rating and does not assess natural persons, which narrows the scope.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description gives clear context on what the tool covers and explicitly states when it should not be used: it is not a credit rating and does not assess natural persons. It does not name alternative sibling tools, but the negative guidance helps an agent avoid misusing the tool.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

firma_suchenSchweizer Firma suchenA
Read-onlyIdempotent
Inspect

Sucht Firmen im Schweizer Handelsregister nach Name oder UID. Liefert Firma, UID, Rechtsform, Sitz, Adresse und Status. Nutze dies, wenn die UID nicht bekannt ist.

ParametersJSON Schema
NameRequiredDescriptionDefault
anzahlNoHöchstzahl Treffer, 1 bis 25
kantonNoKantonskürzel, z. B. ZH. Erlaubt: AG, AI, AR, BE, BL, BS, FR, GE, GL, GR, JU, LU, NE, NW, OW, SG, SH, SO, SZ, TG, TI, UR, VD, VS, ZG, ZH
statusNoAuf einen Status einschränken
suchbegriffYesFirmenname oder Teil davon, oder eine UID wie CHE-123.456.789

Output Schema

ParametersJSON Schema
NameRequiredDescription
codeNo
fehlerNo
firmenNo
hinweisNo
quellenNo
datenstandNo
quellenhinweisNo
treffer_gesamtNo
weitere_trefferNo
unvollstaendig_abNo
historienabdeckungNo
retry_after_secondsNo
datenqualitaetsstatusNo
lueckenlos_verifiziert_bisNo
neueste_verfuegbare_publikationNo

TDQS

A4.1/5.0
Behavior3/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

Annotations already declare readOnlyHint, idempotentHint, openWorldHint, and destructiveHint=false, covering the safety profile. The description adds the searchable keys and output fields but discloses no further operational behavior such as result limits or filter effects; that's acceptable given the annotation coverage.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Three short sentences: what it does, what it returns, and when to use it. No filler or repetition; the core action is front-loaded.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Annotations, output schema, and fully described parameters cover safety, return shape, and constraints. The description fills only the selection gap (name/UID lookup, use when UID unknown), which is exactly what an agent needs.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 100%, with each parameter documented including the suchbegriff semantics. The description's phrase 'nach Name oder UID' reinforces suchbegriff but contributes little beyond the schema, so baseline 3.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

Opens with a specific verb and resource: 'Sucht Firmen im Schweizer Handelsregister nach Name oder UID'. It also states the returned fields and ends with a usage condition that separates it from UID-based siblings.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The last sentence 'Nutze dies, wenn die UID nicht bekannt ist' gives clear when-to-use context. It doesn't name the alternative tools or state explicit when-not conditions, so it stops short of a 5.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

tagesbriefingTägliches FirmenbriefingA
Read-onlyIdempotent
Inspect

Liefert die wichtigsten strukturierten Firmenänderungen des jüngsten lückenlos verifizierten Publikationstags und zählt sie nach Art. Nutze dieses Werkzeug für einen täglichen KI-Lauf, ein Morgenbriefing oder eine automatisierte Marktbeobachtung. Optional lässt sich das Briefing nach Kanton, Meldungsart und Stichwort eingrenzen.

ParametersJSON Schema
NameRequiredDescriptionDefault
artenNoOptional auf Meldungsarten einschränken
datumNoOptionaler Publikationstag JJJJ-MM-TT. Ohne Angabe wird die jüngste lückenlos verifizierte Grenze verwendet.
anzahlNo
kantoneNoOptional auf Kantone einschränken
stichwoerterNoStichwörter im Firmennamen oder bereinigten Meldungstext

Output Schema

ParametersJSON Schema
NameRequiredDescription
codeNo
anzahlNo
fehlerNo
hinweisNo
quellenNo
begrenztNo
meldungenNo
datenstandNo
quellenhinweisNo
publikationstagNo
auswahl_nach_artNo
unvollstaendig_abNo
historienabdeckungNo
retry_after_secondsNo
datenqualitaetsstatusNo
lueckenlos_verifiziert_bisNo
neueste_verfuegbare_publikationNo

TDQS

A3.9/5.0
Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

Annotations already indicate readOnly, idempotent, non-destructive behavior. The description adds meaningful context beyond this: it scopes the data to the 'jüngsten lückenlos verifizierten Publikationstag' and states that changes are 'nach Art' counted, plus 'wichtigsten' implying a selection/ranking. This gives an agent useful expectations about data freshness and aggregation boundaries without contradicting the annotations.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Three sentences, each earning its place: the function, the usage, and the available filters. It is front-loaded with the primary deliverable and stays appropriately sized for a tool with five optional parameters and an output schema, with no redundant filler.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the output schema exists and the annotations carry the safety profile, this description is largely complete: it explains what the tool returns (structured company changes with counts), the temporal scope, and the optional narrowing by canton/type/keyword. The term 'wichtigsten' is left ambiguous — an agent might not know how importance is determined — which is a minor gap, but overall the definition is adequate for correct invocation.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is high at 80%, so the baseline is 3. The description merely restates what the schema already documents (filtering by Kanton, Meldungsart, Stichwort), and it adds no extra semantic nuance for 'anzahl' or 'datum'. It does not go beyond what the structured schema already provides.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

Description clearly states a specific verb-resource combination: 'Liefert die wichtigsten strukturierten Firmenänderungen des jüngsten lückenlos verifizierten Publikationstags und zählt sie nach Art.' This differentiates it from the sibling firm-specific tools (firma_details, firma_suchen, etc.) at a semantic level, but it does not name a sibling explicitly or state what it is not, so it falls just short of a 5.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description explicitly says when to use it: 'Nutze dieses Werkzeug für einen täglichen KI-Lauf, ein Morgenbriefing oder eine automatisierte Marktbeobachtung.' It provides clear target scenarios and mentions optional filtering, but it does not offer explicit exclusions or contrast with alternatives like the sibling tool definitions might expect.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

uid_pruefenUID prüfenA
Read-onlyIdempotent
Inspect

Prüft eine Schweizer UID auf Format und Prüfziffer (Modulo 11 nach Spezifikation des Bundesamts für Statistik) und schlägt sie im Bestand nach. Nutze dies, bevor du eine UID in ein System übernimmst — Tippfehler werden so erkannt.

ParametersJSON Schema
NameRequiredDescriptionDefault
uidYesZu prüfende UID

Output Schema

ParametersJSON Schema
NameRequiredDescription
codeNo
firmaNo
grundNo
fehlerNo
profilNo
statusNo
gueltigNo
hinweisNo
quellenNo
datenstandNo
im_bestandNo
erlaeuterungNo
normalisiertNo
quellenhinweisNo
unvollstaendig_abNo
historienabdeckungNo
retry_after_secondsNo
datenqualitaetsstatusNo
lueckenlos_verifiziert_bisNo
neueste_verfuegbare_publikationNo

TDQS

A4.3/5.0
Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

Annotations already declare readOnlyHint, openWorldHint, idempotentHint, and non-destructive behavior. The description goes beyond these by disclosing the exact validation logic (Modulo 11 per BFS specification) and the lookup-against-registry behavior, which adds genuinely useful behavioral context.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Two sentences with no filler. The first sentence leads with the core purpose and algorithm; the second provides a concrete usage recommendation. Every sentence earns its place.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a tool with one well-documented parameter, strong annotations, and an output schema, the description covers what the tool does, how it validates, and when to use it. Nothing essential for selecting or invoking the tool correctly is missing.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 100%: the single parameter 'uid' is described as 'Zu prüfende UID'. The description adds context about Swiss UIDs and validation, but does not add further parameter-level meaning. This matches the baseline for full schema coverage.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description names a specific verb ('Prüft') and resource ('Schweizer UID'), and specifies the two concrete aspects being checked: format and check digit (Modulo 11). It also adds the registry lookup, making the tool's scope distinct from the sibling company-data tools without needing to open the schema.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description explicitly states when to use the tool: before transferring a UID into a system, with the benefit that typos will be detected. It does not mention alternatives or when not to use it, but the context is clear enough for a single-purpose validation tool.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Tool Schema Changelog

Recent tool additions, removals, and schema changes observed during successful MCP inspections.

  1. 1 tool update
    • Changedfirma_details1 field changed
      • addedOutput schema / properties / adresse / properties / nicht_oeffentlich
        Added value: +{
        +  "const": true,
        +  "type": "boolean"
        +}
  2. 1 tool update
    • Changedfirma_details1 field changed
      • addedOutput schema / properties / analyse / properties / first_registration / properties / date / description
        Added value: +"SHAB publication date of the earliest evidenced new registration; not the cantonal journal date."
  3. 6 tool updates
    • Changedbestand_status1 field changed
      • changedOutput schema / (root)
        Previous value: -nullNew value: +{
        +  "$schema": "https://json-schema.org/draft/2020-12/schema",
        +  "oneOf": [
        +    {
        +      "required": [
        +        "fehler"
        +      ]
        +    },
        +    {
        +      "not": {
        +        "required": [
        +          "fehler"
        +        ]
        +      },
        +      "required": [
        +        "datenqualitaetsstatus",
        +        "aktuell",
        +        "counts_estimated",
        +        "firmen",
        +        "meldungen",
        +        "publikationen",
        +        "ereignisstrom_bis",
        +        "historie_verfuegbar_ab",
        +        "historische_vollstaendigkeit_zugesichert",
        +        "compliance_screening",
        +        "hinweis"
        +      ]
        +    }
        +  ],
        +  "properties": {
        +    "aktuell": {
        +      "type": "boolean"
        +    },
        +    "alter_in_tagen": {
        +      "minimum": 0,
        +      "type": [
        +        "integer",
        +        "null"
        +      ]
        +    },
        +    "code": {
        +      "type": "string"
        +    },
        +    "compliance_screening": {
        +      "properties": {
        +        "checked_at": {
        +          "format": "date-time",
        +          "type": "string"
        +        },
        +        "checked_sources": {
        +          "maximum": 4,
        +          "minimum": 0,
        +          "type": "integer"
        +        },
        +        "healthy": {
        +          "type": "boolean"
        +        },
        +        "problem_codes": {
        +          "items": {
        +            "type": "string"
        +          },
        +          "type": "array"
        +        },
        +        "sources": {
        +          "items": {
        +            "properties": {
        +              "coverage_status": {
        +                "enum": [
        +                  "not_applicable",
        +                  "delta_only",
        +                  "building",
        +                  "complete",
        +                  "unknown"
        +                ],
        +                "type": "string"
        +              },
        +              "freshness": {
        +                "enum": [
        +                  "fresh",
        +                  "stale_warning",
        +                  "stale_problem",
        +                  "unknown"
        +                ],
        +                "type": "string"
        +              },
        +              "freshness_problem_after_hours": {
        +                "minimum": 1,
        +                "type": "integer"
        +              },
        +              "freshness_warning_after_hours": {
        +                "minimum": 1,
        +                "type": "integer"
        +              },
        +              "key": {
        +                "enum": [
        +                  "uid_vat",
        +                  "finma_authorisations",
        +                  "finma_warnings",
        +                  "seco_sanctions"
        +                ],
        +                "type": "string"
        +              },
        +              "last_complete_at": {
        +                "format": "date-time",
        +                "type": [
        +                  "string",
        +                  "null"
        +                ]
        +              },
        +              "last_success_at": {
        +                "format": "date-time",
        +                "type": [
        +                  "string",
        +                  "null"
        +                ]
        +              },
        +              "problem_codes": {
        +                "items": {
        +                  "type": "string"
        +                },
        +                "type": "array"
        +              },
        +              "sync_status": {
        +                "enum": [
        +                  "idle",
        +                  "fetching",
        +                  "healthy",
        +                  "error",
        +                  "missing"
        +                ],
        +                "type": "string"
        +              },
        +              "warning_codes": {
        +                "items": {
        +                  "type": "string"
        +                },
        +                "type": "array"
        +              }
        +            },
        +            "required": [
        +              "key",
        +              "sync_status",
        +              "coverage_status",
        +              "last_success_at",
        +              "last_complete_at",
        +              "freshness",
        +              "freshness_warning_after_hours",
        +              "freshness_problem_after_hours",
        +              "problem_codes",
        +              "warning_codes"
        +            ],
        +            "type": "object"
        +          },
        +          "type": "array"
        +        },
        +        "status": {
        +          "enum": [
        +            "checked",
        +            "unavailable"
        +          ],
        +          "type": "string"
        +        },
        +        "warning_codes": {
        +          "items": {
        +            "type": "string"
        +          },
        +          "type": "array"
        +        }
        +      },
        +      "required": [
        +        "status",
        +        "healthy",
        +        "checked_at",
        +        "checked_sources",
        +        "problem_codes",
        +        "warning_codes",
        +        "sources"
        +      ],
        +      "type": "object"
        +    },
        +    "counts_estimated": {
        +      "const": true
        +    },
        +    "datenqualitaetsstatus": {
        +      "enum": [
        +        "current",
        +        "processing",
        +        "degraded",
        +        "unavailable"
        +      ],
        +      "type": "string"
        +    },
        +    "datenstand": {
        +      "format": "date",
        +      "type": [
        +        "string",
        +        "null"
        +      ]
        +    },
        +    "ereignisstrom_bis": {
        +      "minimum": 0,
        +      "type": "integer"
        +    },
        +    "erwartet_bis": {
        +      "format": "date",
        +      "type": [
        +        "string",
        +        "null"
        +      ]
        +    },
        +    "fehler": {
        +      "minLength": 1,
        +      "type": "string"
        +    },
        +    "firmen": {
        +      "minimum": 0,
        +      "type": "integer"
        +    },
        +    "hinweis": {
        +      "type": "string"
        +    },
        +    "historie_verfuegbar_ab": {
        +      "const": "2025-01-03",
        +      "format": "date",
        +      "type": "string"
        +    },
        +    "historische_vollstaendigkeit_zugesichert": {
        +      "const": false
        +    },
        +    "lueckenlos_verifiziert_bis": {
        +      "format": "date",
        +      "type": [
        +        "string",
        +        "null"
        +      ]
        +    },
        +    "meldungen": {
        +      "minimum": 0,
        +      "type": "integer"
        +    },
        +    "neueste_publikation_alter_in_tagen": {
        +      "minimum": 0,
        +      "type": [
        +        "integer",
        +        "null"
        +      ]
        +    },
        +    "neueste_verfuegbare_publikation": {
        +      "format": "date",
        +      "type": [
        +        "string",
        +        "null"
        +      ]
        +    },
        +    "publikationen": {
        +      "minimum": 0,
        +      "type": "integer"
        +    },
        +    "retry_after_seconds": {
        +      "minimum": 1,
        +      "type": "integer"
        +    },
        +    "unvollstaendig_ab": {
        +      "format": "date",
        +      "type": [
        +        "string",
        +        "null"
        +      ]
        +    },
        +    "unvollstaendiger_scope": {
        +      "type": [
        +        "string",
        +        "null"
        +      ]
        +    },
        +    "unvollstaendiger_status": {
        +      "type": [
        +        "string",
        +        "null"
        +      ]
        +    }
        +  },
        +  "type": "object"
        +}
    • Changedfirma_details1 field changed
      • changedOutput schema / (root)
        Previous value: -nullNew value: +{
        +  "$schema": "https://json-schema.org/draft/2020-12/schema",
        +  "oneOf": [
        +    {
        +      "required": [
        +        "fehler"
        +      ]
        +    },
        +    {
        +      "not": {
        +        "required": [
        +          "fehler"
        +        ]
        +      },
        +      "required": [
        +        "firma",
        +        "uid",
        +        "status",
        +        "adresse",
        +        "verlauf",
        +        "profil",
        +        "datenstand",
        +        "analyse",
        +        "compliance",
        +        "quellen",
        +        "hinweis"
        +      ]
        +    }
        +  ],
        +  "properties": {
        +    "adresse": {
        +      "properties": {
        +        "hausnummer": {
        +          "type": [
        +            "string",
        +            "null"
        +          ]
        +        },
        +        "ort": {
        +          "type": [
        +            "string",
        +            "null"
        +          ]
        +        },
        +        "plz": {
        +          "type": [
        +            "string",
        +            "null"
        +          ]
        +        },
        +        "strasse": {
        +          "type": [
        +            "string",
        +            "null"
        +          ]
        +        }
        +      },
        +      "required": [
        +        "strasse",
        +        "hausnummer",
        +        "plz",
        +        "ort"
        +      ],
        +      "type": "object"
        +    },
        +    "analyse": {
        +      "properties": {
        +        "basis": {
        +          "const": "register_evidence_only",
        +          "description": "Ausschliesslich Registerstammdaten und erfasste SHAB-Ereignisse; keine Finanzschaetzungen.",
        +          "type": "string"
        +        },
        +        "data_status": {
        +          "description": "Kanonischer Firmenwatch-Datenqualitaetsstatus. Ein neueres Maximaldatum ist kein Vollstaendigkeitsbeleg; fuer lueckenlose Aussagen gilt verified_through.",
        +          "properties": {
        +            "incomplete_from": {
        +              "format": "date",
        +              "type": [
        +                "string",
        +                "null"
        +              ]
        +            },
        +            "latest_available_publication": {
        +              "format": "date",
        +              "type": [
        +                "string",
        +                "null"
        +              ]
        +            },
        +            "quality": {
        +              "enum": [
        +                "current",
        +                "processing",
        +                "degraded",
        +                "unavailable"
        +              ],
        +              "type": "string"
        +            },
        +            "verified_through": {
        +              "description": "Letzter Publikationstag vor jeder bekannten offenen technischen Freigabebarriere.",
        +              "format": "date",
        +              "type": [
        +                "string",
        +                "null"
        +              ]
        +            }
        +          },
        +          "required": [
        +            "latest_available_publication",
        +            "verified_through",
        +            "quality",
        +            "incomplete_from"
        +          ],
        +          "type": "object"
        +        },
        +        "event_history": {
        +          "properties": {
        +            "by_type": {
        +              "items": {
        +                "properties": {
        +                  "count": {
        +                    "minimum": 1,
        +                    "type": "integer"
        +                  },
        +                  "label": {
        +                    "type": "string"
        +                  },
        +                  "type": {
        +                    "type": "string"
        +                  }
        +                },
        +                "required": [
        +                  "type",
        +                  "label",
        +                  "count"
        +                ],
        +                "type": "object"
        +              },
        +              "type": "array"
        +            },
        +            "captured_publications": {
        +              "minimum": 0,
        +              "type": "integer"
        +            },
        +            "coverage": {
        +              "properties": {
        +                "available_from": {
        +                  "const": "2025-01-03",
        +                  "format": "date",
        +                  "type": "string"
        +                },
        +                "before_start": {
        +                  "const": "not_available",
        +                  "type": "string"
        +                },
        +                "complete_history_guaranteed": {
        +                  "const": false,
        +                  "type": "boolean"
        +                }
        +              },
        +              "required": [
        +                "available_from",
        +                "complete_history_guaranteed",
        +                "before_start"
        +              ],
        +              "type": "object"
        +            },
        +            "evaluated_events": {
        +              "maximum": 200,
        +              "minimum": 0,
        +              "type": "integer"
        +            },
        +            "evaluated_from": {
        +              "format": "date",
        +              "type": [
        +                "string",
        +                "null"
        +              ]
        +            },
        +            "evaluated_through": {
        +              "format": "date",
        +              "type": [
        +                "string",
        +                "null"
        +              ]
        +            },
        +            "possibly_more_events": {
        +              "type": "boolean"
        +            }
        +          },
        +          "required": [
        +            "captured_publications",
        +            "evaluated_events",
        +            "evaluated_from",
        +            "evaluated_through",
        +            "possibly_more_events",
        +            "by_type",
        +            "coverage"
        +          ],
        +          "type": "object"
        +        },
        +        "first_registration": {
        +          "properties": {
        +            "date": {
        +              "format": "date",
        +              "type": "string"
        +            },
        +            "evidence_basis": {
        +              "const": "structured_shab_new_registration",
        +              "type": "string"
        +            },
        +            "publication": {
        +              "properties": {
        +                "date": {
        +                  "format": "date",
        +                  "type": "string"
        +                },
        +                "id": {
        +                  "type": "string"
        +                },
        +                "number": {
        +                  "type": [
        +                    "string",
        +                    "null"
        +                  ]
        +                },
        +                "state": {
        +                  "enum": [
        +                    "commonsActual",
        +                    "commonsNew"
        +                  ],
        +                  "type": "string"
        +                },
        +                "sub_rubric": {
        +                  "type": "string"
        +                },
        +                "url": {
        +                  "format": "uri",
        +                  "type": "string"
        +                }
        +              },
        +              "required": [
        +                "id",
        +                "date",
        +                "number",
        +                "sub_rubric",
        +                "state",
        +                "url"
        +              ],
        +              "type": "object"
        +            }
        +          },
        +          "required": [
        +            "date",
        +            "evidence_basis",
        +            "publication"
        +          ],
        +          "type": "object"
        +        },
        +        "industry_classification": {
        +          "properties": {
        +            "basis": {
        +              "const": "registered_purpose_text",
        +              "type": "string"
        +            },
        +            "code": {
        +              "type": [
        +                "string",
        +                "null"
        +              ]
        +            },
        +            "confidence": {
        +              "maximum": 1,
        +              "minimum": 0,
        +              "type": "number"
        +            },
        +            "label": {
        +              "type": "string"
        +            },
        +            "qualification": {
        +              "enum": [
        +                "derived",
        +                "probable"
        +              ],
        +              "type": "string"
        +            }
        +          },
        +          "required": [
        +            "label",
        +            "code",
        +            "confidence",
        +            "qualification",
        +            "basis"
        +          ],
        +          "type": "object"
        +        },
        +        "legal_effect": {
        +          "const": "not_an_official_register_extract",
        +          "type": "string"
        +        },
        +        "officer_overview": {
        +          "properties": {
        +            "observed_active_entries": {
        +              "minimum": 0,
        +              "type": "integer"
        +            },
        +            "observed_former_entries": {
        +              "minimum": 0,
        +              "type": "integer"
        +            },
        +            "observed_total_entries": {
        +              "minimum": 0,
        +              "type": "integer"
        +            },
        +            "scope": {
        +              "properties": {
        +                "basis": {
        +                  "const": "captured_shab_history",
        +                  "type": "string"
        +                },
        +                "basis_date": {
        +                  "format": "date",
        +                  "type": [
        +                    "string",
        +                    "null"
        +                  ]
        +                },
        +                "basis_publication_id": {
        +                  "type": [
        +                    "string",
        +                    "null"
        +                  ]
        +                },
        +                "coverage": {
        +                  "enum": [
        +                    "none",
        +                    "partial",
        +                    "complete"
        +                  ],
        +                  "type": "string"
        +                },
        +                "description": {
        +                  "type": "string"
        +                },
        +                "empty_result_means": {
        +                  "type": [
        +                    "string",
        +                    "null"
        +                  ]
        +                },
        +                "observed_from": {
        +                  "format": "date",
        +                  "type": [
        +                    "string",
        +                    "null"
        +                  ]
        +                },
        +                "observed_through": {
        +                  "format": "date",
        +                  "type": [
        +                    "string",
        +                    "null"
        +                  ]
        +                },
        +                "official_register_url": {
        +                  "format": "uri",
        +                  "type": "string"
        +                },
        +                "result_interpretation": {
        +                  "enum": [
        +                    "observed_entries",
        +                    "no_entries",
        +                    "data_being_completed"
        +                  ],
        +                  "type": "string"
        +                },
        +                "state_updated_at": {
        +                  "format": "date-time",
        +                  "type": [
        +                    "string",
        +                    "null"
        +                  ]
        +                },
        +                "verified_complete": {
        +                  "type": "boolean"
        +                }
        +              },
        +              "required": [
        +                "basis",
        +                "coverage",
        +                "verified_complete",
        +                "basis_publication_id",
        +                "basis_date",
        +                "observed_from",
        +                "observed_through",
        +                "state_updated_at",
        +                "result_interpretation",
        +                "description",
        +                "empty_result_means",
        +                "official_register_url"
        +              ],
        +              "type": "object"
        +            }
        +          },
        +          "required": [
        +            "observed_active_entries",
        +            "observed_former_entries",
        +            "observed_total_entries",
        +            "scope"
        +          ],
        +          "type": "object"
        +        },
        +        "register_findings": {
        +          "properties": {
        +            "classification": {
        +              "enum": [
        +                "keine",
        +                "beobachten",
        +                "erhoeht",
        +                "kritisch"
        +              ],
        +              "type": "string"
        +            },
        +            "findings": {
        +              "items": {
        +                "properties": {
        +                  "code": {
        +                    "type": "string"
        +                  },
        +                  "detail": {
        +                    "type": "string"
        +                  },
        +                  "label": {
        +                    "type": "string"
        +                  },
        +                  "since": {
        +                    "format": "date",
        +                    "type": [
        +                      "string",
        +                      "null"
        +                    ]
        +                  },
        +                  "weight": {
        +                    "maximum": 100,
        +                    "minimum": 0,
        +                    "type": "integer"
        +                  }
        +                },
        +                "required": [
        +                  "code",
        +                  "label",
        +                  "weight",
        +                  "detail",
        +                  "since"
        +                ],
        +                "type": "object"
        +              },
        +              "minItems": 1,
        +              "type": "array"
        +            },
        +            "limitation": {
        +              "type": "string"
        +            },
        +            "method": {
        +              "const": "transparent_rules_on_register_facts",
        +              "type": "string"
        +            },
        +            "score": {
        +              "maximum": 100,
        +              "minimum": 0,
        +              "type": "integer"
        +            }
        +          },
        +          "required": [
        +            "classification",
        +            "score",
        +            "method",
        +            "findings",
        +            "limitation"
        +          ],
        +          "type": "object"
        +        },
        +        "register_relationships": {
        +          "properties": {
        +            "companies": {
        +              "items": {
        +                "properties": {
        +                  "canton": {
        +                    "type": [
        +                      "string",
        +                      "null"
        +                    ]
        +                  },
        +                  "evidence": {
        +                    "properties": {
        +                      "same_registered_address": {
        +                        "type": "boolean"
        +                      },
        +                      "shared_auditor_entries": {
        +                        "minimum": 0,
        +                        "type": "integer"
        +                      },
        +                      "shared_person_entries": {
        +                        "minimum": 0,
        +                        "type": "integer"
        +                      },
        +                      "shared_shareholder_entries": {
        +                        "minimum": 0,
        +                        "type": "integer"
        +                      }
        +                    },
        +                    "required": [
        +                      "same_registered_address",
        +                      "shared_person_entries",
        +                      "shared_auditor_entries",
        +                      "shared_shareholder_entries"
        +                    ],
        +                    "type": "object"
        +                  },
        +                  "name": {
        +                    "type": "string"
        +                  },
        +                  "profile": {
        +                    "format": "uri",
        +                    "type": "string"
        +                  },
        +                  "status": {
        +                    "type": "string"
        +                  },
        +                  "town": {
        +                    "type": [
        +                      "string",
        +                      "null"
        +                    ]
        +                  },
        +                  "uid": {
        +                    "type": "string"
        +                  }
        +                },
        +                "required": [
        +                  "uid",
        +                  "name",
        +                  "status",
        +                  "canton",
        +                  "town",
        +                  "profile",
        +                  "evidence"
        +                ],
        +                "type": "object"
        +              },
        +              "maxItems": 12,
        +              "type": "array"
        +            },
        +            "companies_by_evidence": {
        +              "properties": {
        +                "same_registered_address": {
        +                  "minimum": 0,
        +                  "type": "integer"
        +                },
        +                "shared_auditor_entries": {
        +                  "minimum": 0,
        +                  "type": "integer"
        +                },
        +                "shared_person_entries": {
        +                  "minimum": 0,
        +                  "type": "integer"
        +                },
        +                "shared_shareholder_entries": {
        +                  "minimum": 0,
        +                  "type": "integer"
        +                }
        +              },
        +              "required": [
        +                "same_registered_address",
        +                "shared_person_entries",
        +                "shared_auditor_entries",
        +                "shared_shareholder_entries"
        +              ],
        +              "type": "object"
        +            },
        +            "evidence_basis": {
        +              "properties": {
        +                "officer_scope_reference": {
        +                  "const": "officer_overview.scope",
        +                  "type": "string"
        +                },
        +                "person_auditor_shareholder_entries": {
        +                  "const": "captured_shab_officer_projection",
        +                  "type": "string"
        +                },
        +                "registered_address": {
        +                  "const": "imported_register_master_data",
        +                  "type": "string"
        +                }
        +              },
        +              "required": [
        +                "registered_address",
        +                "person_auditor_shareholder_entries",
        +                "officer_scope_reference"
        +              ],
        +              "type": "object"
        +            },
        +            "interpretation_limit": {
        +              "const": "A register relationship alone does not prove control, ownership or group membership.",
        +              "type": "string"
        +            },
        +            "possibly_more_companies": {
        +              "type": "boolean"
        +            },
        +            "registered_entities_at_same_address": {
        +              "minimum": 2,
        +              "type": "integer"
        +            },
        +            "returned_companies": {
        +              "maximum": 12,
        +              "minimum": 0,
        +              "type": "integer"
        +            }
        +          },
        +          "required": [
        +            "returned_companies",
        +            "possibly_more_companies",
        +            "evidence_basis",
        +            "companies_by_evidence",
        +            "companies",
        +            "interpretation_limit"
        +          ],
        +          "type": "object"
        +        },
        +        "registered_capital": {
        +          "properties": {
        +            "currency": {
        +              "pattern": "^[A-Z]{3}$",
        +              "type": "string"
        +            },
        +            "evidence_basis": {
        +              "const": "structured_shab_company_capital",
        +              "description": "Betrag und ISO-Waehrung stammen aus demselben strukturierten Zustandsblock einer amtlichen SHAB-Publikation.",
        +              "type": "string"
        +            },
        +            "nominal": {
        +              "minimum": 0,
        +              "type": "number"
        +            },
        +            "paid": {
        +              "minimum": 0,
        +              "type": [
        +                "number",
        +                "null"
        +              ]
        +            },
        +            "publication": {
        +              "properties": {
        +                "date": {
        +                  "format": "date",
        +                  "type": "string"
        +                },
        +                "id": {
        +                  "type": "string"
        +                },
        +                "number": {
        +                  "type": [
        +                    "string",
        +                    "null"
        +                  ]
        +                },
        +                "state": {
        +                  "enum": [
        +                    "commonsActual",
        +                    "commonsNew"
        +                  ],
        +                  "type": "string"
        +                },
        +                "sub_rubric": {
        +                  "type": "string"
        +                },
        +                "url": {
        +                  "format": "uri",
        +                  "type": "string"
        +                }
        +              },
        +              "required": [
        +                "id",
        +                "date",
        +                "number",
        +                "sub_rubric",
        +                "state",
        +                "url"
        +              ],
        +              "type": "object"
        +            },
        +            "verification": {
        +              "const": "currency_evidenced",
        +              "description": "Der Registerbetrag wird nur ausgegeben, wenn der zugehoerige ISO-Waehrungscode in einer erfassten SHAB-Publikation belegt ist.",
        +              "type": "string"
        +            }
        +          },
        +          "required": [
        +            "verification",
        +            "nominal",
        +            "paid",
        +            "currency",
        +            "evidence_basis",
        +            "publication"
        +          ],
        +          "type": "object"
        +        },
        +        "registered_domicile": {
        +          "properties": {
        +            "evidence_basis": {
        +              "const": "structured_shab_company_no_address",
        +              "type": "string"
        +            },
        +            "no_address": {
        +              "const": true,
        +              "type": "boolean"
        +            },
        +            "publication": {
        +              "properties": {
        +                "date": {
        +                  "format": "date",
        +                  "type": "string"
        +                },
        +                "id": {
        +                  "type": "string"
        +                },
        +                "number": {
        +                  "type": [
        +                    "string",
        +                    "null"
        +                  ]
        +                },
        +                "state": {
        +                  "enum": [
        +                    "commonsActual",
        +                    "commonsNew"
        +                  ],
        +                  "type": "string"
        +                },
        +                "sub_rubric": {
        +                  "type": "string"
        +                },
        +                "url": {
        +                  "format": "uri",
        +                  "type": "string"
        +                }
        +              },
        +              "required": [
        +                "id",
        +                "date",
        +                "number",
        +                "sub_rubric",
        +                "state",
        +                "url"
        +              ],
        +              "type": "object"
        +            },
        +            "status": {
        +              "const": "officially_marked_no_address",
        +              "type": "string"
        +            }
        +          },
        +          "required": [
        +            "no_address",
        +            "status",
        +            "evidence_basis",
        +            "publication"
        +          ],
        +          "type": "object"
        +        },
        +        "revision": {
        +          "properties": {
        +            "basis": {
        +              "const": "structured_shab_revision",
        +              "type": "string"
        +            },
        +            "opting_out": {
        +              "type": "boolean"
        +            },
        +            "publication": {
        +              "properties": {
        +                "date": {
        +                  "format": "date",
        +                  "type": "string"
        +                },
        +                "id": {
        +                  "type": "string"
        +                },
        +                "number": {
        +                  "type": [
        +                    "string",
        +                    "null"
        +                  ]
        +                },
        +                "state": {
        +                  "enum": [
        +                    "commonsActual",
        +                    "commonsNew"
        +                  ],
        +                  "type": "string"
        +                },
        +                "sub_rubric": {
        +                  "type": "string"
        +                },
        +                "url": {
        +                  "format": "uri",
        +                  "type": "string"
        +                }
        +              },
        +              "required": [
        +                "id",
        +                "date",
        +                "number",
        +                "sub_rubric",
        +                "state",
        +                "url"
        +              ],
        +              "type": "object"
        +            },
        +            "statement": {
        +              "type": "string"
        +            }
        +          },
        +          "required": [
        +            "opting_out",
        +            "statement",
        +            "basis",
        +            "publication"
        +          ],
        +          "type": "object"
        +        },
        +        "sources": {
        +          "properties": {
        +            "master_data": {
        +              "properties": {
        +                "name": {
        +                  "const": "Zefix dataset via LINDAS",
        +                  "type": "string"
        +                },
        +                "url": {
        +                  "format": "uri",
        +                  "type": "string"
        +                }
        +              },
        +              "required": [
        +                "name",
        +                "url"
        +              ],
        +              "type": "object"
        +            },
        +            "publications": {
        +              "properties": {
        +                "name": {
        +                  "type": "string"
        +                },
        +                "url": {
        +                  "format": "uri",
        +                  "type": "string"
        +                }
        +              },
        +              "required": [
        +                "name",
        +                "url"
        +              ],
        +              "type": "object"
        +            }
        +          },
        +          "required": [
        +            "master_data",
        +            "publications"
        +          ],
        +          "type": "object"
        +        }
        +      },
        +      "required": [
        +        "basis",
        +        "data_status",
        +        "officer_overview",
        +        "event_history",
        +        "sources",
        +        "legal_effect"
        +      ],
        +      "type": "object"
        +    },
        +    "branche": {
        +      "type": "string"
        +    },
        +    "branchenableitung": {
        +      "properties": {
        +        "basis": {
        +          "const": "registered_purpose_text",
        +          "type": "string"
        +        },
        +        "code": {
        +          "type": [
        +            "string",
        +            "null"
        +          ]
        +        },
        +        "einordnung": {
        +          "enum": [
        +            "derived",
        +            "probable"
        +          ],
        +          "type": "string"
        +        },
        +        "konfidenz": {
        +          "maximum": 1,
        +          "minimum": 0.45,
        +          "type": "number"
        +        }
        +      },
        +      "required": [
        +        "code",
        +        "konfidenz",
        +        "einordnung",
        +        "basis"
        +      ],
        +      "type": "object"
        +    },
        +    "code": {
        +      "type": "string"
        +    },
        +    "compliance": {
        +      "properties": {
        +        "basis": {
        +          "const": "official_external_sources",
        +          "type": "string"
        +        },
        +        "finma": {
        +          "properties": {
        +            "authorisation_check": {
        +              "description": "Exakter UID-Abgleich mit der veröffentlichten FINMA-Liste. no_uid_match bedeutet nur, dass diese UID im geprüften Listenstand nicht vorkommt.",
        +              "enum": [
        +                "listed",
        +                "no_uid_match",
        +                "unavailable"
        +              ],
        +              "type": "string"
        +            },
        +            "authorisations": {
        +              "items": {
        +                "properties": {
        +                  "authorisation_type": {
        +                    "type": "string"
        +                  },
        +                  "city": {
        +                    "type": "string"
        +                  },
        +                  "name": {
        +                    "type": "string"
        +                  },
        +                  "source_record_id": {
        +                    "type": "string"
        +                  },
        +                  "uid": {
        +                    "type": [
        +                      "string",
        +                      "null"
        +                    ]
        +                  }
        +                },
        +                "required": [
        +                  "source_record_id",
        +                  "name",
        +                  "city",
        +                  "uid",
        +                  "authorisation_type"
        +                ],
        +                "type": "object"
        +              },
        +              "type": "array"
        +            },
        +            "authorisations_source": {
        +              "oneOf": [
        +                {
        +                  "properties": {
        +                    "activated_at": {
        +                      "format": "date-time",
        +                      "type": "string"
        +                    },
        +                    "checked_at": {
        +                      "format": "date-time",
        +                      "type": "string"
        +                    },
        +                    "coverage_status": {
        +                      "description": "complete darf nur mit amtlichem Vollbestand und lueckenlosem Folgefeed gesetzt werden.",
        +                      "enum": [
        +                        "not_applicable",
        +                        "delta_only",
        +                        "building",
        +                        "complete"
        +                      ],
        +                      "type": "string"
        +                    },
        +                    "coverage_verified_through": {
        +                      "description": "Nur bei coverage_status=complete: letzter lueckenlos belegter Quelltag.",
        +                      "format": "date",
        +                      "type": [
        +                        "string",
        +                        "null"
        +                      ]
        +                    },
        +                    "fetched_at": {
        +                      "format": "date-time",
        +                      "type": "string"
        +                    },
        +                    "freshness": {
        +                      "enum": [
        +                        "fresh",
        +                        "stale_warning",
        +                        "stale_problem"
        +                      ],
        +                      "type": "string"
        +                    },
        +                    "freshness_basis": {
        +                      "enum": [
        +                        "source_last_success_at",
        +                        "record_checked_at",
        +                        "complete_coverage_last_success_at"
        +                      ],
        +                      "type": "string"
        +                    },
        +                    "freshness_problem_after_hours": {
        +                      "minimum": 1,
        +                      "type": "integer"
        +                    },
        +                    "key": {
        +                      "enum": [
        +                        "uid_vat",
        +                        "finma_authorisations",
        +                        "finma_warnings",
        +                        "seco_sanctions"
        +                      ],
        +                      "type": "string"
        +                    },
        +                    "limitation": {
        +                      "type": "string"
        +                    },
        +                    "machine_url": {
        +                      "format": "uri",
        +                      "type": "string"
        +                    },
        +                    "name": {
        +                      "type": "string"
        +                    },
        +                    "record_checked_at": {
        +                      "description": "Letzter direkter Beleg der konkreten UID-Zeile; getrennt von der globalen Feed-Abdeckung.",
        +                      "format": "date-time",
        +                      "type": [
        +                        "string",
        +                        "null"
        +                      ]
        +                    },
        +                    "source_date": {
        +                      "format": "date",
        +                      "type": "string"
        +                    },
        +                    "source_date_basis": {
        +                      "description": "Maschinenlesbare Bedeutung von source_date; das Abrufdatum steht separat in fetched_at beziehungsweise checked_at.",
        +                      "enum": [
        +                        "uid_delta_window_end",
        +                        "http_last_modified",
        +                        "latest_entry_publication_date",
        +                        "official_list_issue_date"
        +                      ],
        +                      "type": "string"
        +                    },
        +                    "source_version": {
        +                      "type": "string"
        +                    },
        +                    "url": {
        +                      "format": "uri",
        +                      "type": "string"
        +                    }
        +                  },
        +                  "required": [
        +                    "key",
        +                    "name",
        +                    "url",
        +                    "machine_url",
        +                    "source_date",
        +                    "checked_at",
        +                    "source_date_basis",
        +                    "coverage_status",
        +                    "coverage_verified_through",
        +                    "record_checked_at",
        +                    "freshness_basis",
        +                    "fetched_at",
        +                    "activated_at",
        +                    "source_version",
        +                    "freshness",
        +                    "freshness_problem_after_hours",
        +                    "limitation"
        +                  ],
        +                  "type": "object"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "authorisations_total": {
        +              "description": "Exakte Zahl der UID-Treffer vor der begrenzten Ausgabe.",
        +              "minimum": 0,
        +              "type": "integer"
        +            },
        +            "authorisations_truncated": {
        +              "type": "boolean"
        +            },
        +            "warning_check": {
        +              "description": "Konservativer Abgleich von exaktem Firmennamen und Ort. Ein Ergebnis ist weder Identitäts- noch Unbedenklichkeitsnachweis.",
        +              "enum": [
        +                "possible_match",
        +                "no_exact_name_location_match",
        +                "unavailable"
        +              ],
        +              "type": "string"
        +            },
        +            "warning_matches": {
        +              "items": {
        +                "properties": {
        +                  "identity": {
        +                    "enum": [
        +                      "confirmed_by_register_reference",
        +                      "candidate_requires_review"
        +                    ],
        +                    "type": "string"
        +                  },
        +                  "match_basis": {
        +                    "enum": [
        +                      "exact_register_reference",
        +                      "exact_name_and_location"
        +                    ],
        +                    "type": "string"
        +                  },
        +                  "name": {
        +                    "type": [
        +                      "string",
        +                      "null"
        +                    ]
        +                  },
        +                  "official_url": {
        +                    "format": "uri",
        +                    "type": "string"
        +                  },
        +                  "seat": {
        +                    "type": [
        +                      "string",
        +                      "null"
        +                    ]
        +                  },
        +                  "source_record_id": {
        +                    "type": "string"
        +                  },
        +                  "title": {
        +                    "type": "string"
        +                  },
        +                  "warning_date": {
        +                    "format": "date",
        +                    "type": "string"
        +                  }
        +                },
        +                "required": [
        +                  "source_record_id",
        +                  "title",
        +                  "name",
        +                  "seat",
        +                  "warning_date",
        +                  "official_url",
        +                  "match_basis",
        +                  "identity"
        +                ],
        +                "type": "object"
        +              },
        +              "type": "array"
        +            },
        +            "warning_matches_total": {
        +              "description": "Exakte Zahl der Namens-/Ortstreffer vor der begrenzten Ausgabe.",
        +              "minimum": 0,
        +              "type": "integer"
        +            },
        +            "warning_matches_truncated": {
        +              "type": "boolean"
        +            },
        +            "warnings_source": {
        +              "oneOf": [
        +                {
        +                  "properties": {
        +                    "activated_at": {
        +                      "format": "date-time",
        +                      "type": "string"
        +                    },
        +                    "checked_at": {
        +                      "format": "date-time",
        +                      "type": "string"
        +                    },
        +                    "coverage_status": {
        +                      "description": "complete darf nur mit amtlichem Vollbestand und lueckenlosem Folgefeed gesetzt werden.",
        +                      "enum": [
        +                        "not_applicable",
        +                        "delta_only",
        +                        "building",
        +                        "complete"
        +                      ],
        +                      "type": "string"
        +                    },
        +                    "coverage_verified_through": {
        +                      "description": "Nur bei coverage_status=complete: letzter lueckenlos belegter Quelltag.",
        +                      "format": "date",
        +                      "type": [
        +                        "string",
        +                        "null"
        +                      ]
        +                    },
        +                    "fetched_at": {
        +                      "format": "date-time",
        +                      "type": "string"
        +                    },
        +                    "freshness": {
        +                      "enum": [
        +                        "fresh",
        +                        "stale_warning",
        +                        "stale_problem"
        +                      ],
        +                      "type": "string"
        +                    },
        +                    "freshness_basis": {
        +                      "enum": [
        +                        "source_last_success_at",
        +                        "record_checked_at",
        +                        "complete_coverage_last_success_at"
        +                      ],
        +                      "type": "string"
        +                    },
        +                    "freshness_problem_after_hours": {
        +                      "minimum": 1,
        +                      "type": "integer"
        +                    },
        +                    "key": {
        +                      "enum": [
        +                        "uid_vat",
        +                        "finma_authorisations",
        +                        "finma_warnings",
        +                        "seco_sanctions"
        +                      ],
        +                      "type": "string"
        +                    },
        +                    "limitation": {
        +                      "type": "string"
        +                    },
        +                    "machine_url": {
        +                      "format": "uri",
        +                      "type": "string"
        +                    },
        +                    "name": {
        +                      "type": "string"
        +                    },
        +                    "record_checked_at": {
        +                      "description": "Letzter direkter Beleg der konkreten UID-Zeile; getrennt von der globalen Feed-Abdeckung.",
        +                      "format": "date-time",
        +                      "type": [
        +                        "string",
        +                        "null"
        +                      ]
        +                    },
        +                    "source_date": {
        +                      "format": "date",
        +                      "type": "string"
        +                    },
        +                    "source_date_basis": {
        +                      "description": "Maschinenlesbare Bedeutung von source_date; das Abrufdatum steht separat in fetched_at beziehungsweise checked_at.",
        +                      "enum": [
        +                        "uid_delta_window_end",
        +                        "http_last_modified",
        +                        "latest_entry_publication_date",
        +                        "official_list_issue_date"
        +                      ],
        +                      "type": "string"
        +                    },
        +                    "source_version": {
        +                      "type": "string"
        +                    },
        +                    "url": {
        +                      "format": "uri",
        +                      "type": "string"
        +                    }
        +                  },
        +                  "required": [
        +                    "key",
        +                    "name",
        +                    "url",
        +                    "machine_url",
        +                    "source_date",
        +                    "checked_at",
        +                    "source_date_basis",
        +                    "coverage_status",
        +                    "coverage_verified_through",
        +                    "record_checked_at",
        +                    "freshness_basis",
        +                    "fetched_at",
        +                    "activated_at",
        +                    "source_version",
        +                    "freshness",
        +                    "freshness_problem_after_hours",
        +                    "limitation"
        +                  ],
        +                  "type": "object"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            }
        +          },
        +          "required": [
        +            "authorisation_check",
        +            "authorisations_total",
        +            "authorisations_truncated",
        +            "authorisations",
        +            "warning_check",
        +            "warning_matches_total",
        +            "warning_matches_truncated",
        +            "warning_matches",
        +            "authorisations_source",
        +            "warnings_source"
        +          ],
        +          "type": "object"
        +        },
        +        "legal_effect": {
        +          "const": "screening_aid_not_official_confirmation",
        +          "type": "string"
        +        },
        +        "seco": {
        +          "properties": {
        +            "candidates": {
        +              "items": {
        +                "properties": {
        +                  "address": {
        +                    "type": [
        +                      "string",
        +                      "null"
        +                    ]
        +                  },
        +                  "country_code": {
        +                    "type": [
        +                      "string",
        +                      "null"
        +                    ]
        +                  },
        +                  "identity": {
        +                    "const": "candidate_requires_review",
        +                    "type": "string"
        +                  },
        +                  "listing_effective_date": {
        +                    "description": "Wirksamkeitsdatum der juengsten amtlichen listed-Modifikation; bleibt null, wenn die Quelle kein solches Datum nennt.",
        +                    "format": "date",
        +                    "type": [
        +                      "string",
        +                      "null"
        +                    ]
        +                  },
        +                  "listing_effective_date_basis": {
        +                    "const": "latest_official_listed_modification_effective_date",
        +                    "type": "string"
        +                  },
        +                  "machine_evidence_url": {
        +                    "description": "Fuer den Abgleich verwendete amtliche XML-Gesamtliste; fuer Maschinen, nicht als leichter Einzellink.",
        +                    "format": "uri",
        +                    "type": "string"
        +                  },
        +                  "match_basis": {
        +                    "enum": [
        +                      "exact_legal_name",
        +                      "exact_legal_name_and_location",
        +                      "exact_official_alias"
        +                    ],
        +                    "type": "string"
        +                  },
        +                  "matched_name": {
        +                    "type": "string"
        +                  },
        +                  "matched_name_kind": {
        +                    "enum": [
        +                      "primary_name",
        +                      "official_alias",
        +                      "former_name",
        +                      "spelling_variant"
        +                    ],
        +                    "type": "string"
        +                  },
        +                  "name": {
        +                    "type": "string"
        +                  },
        +                  "official_search_url": {
        +                    "description": "Menschenlesbare offizielle SECO-Suche; die SSID steht in source_record_id.",
        +                    "format": "uri",
        +                    "type": "string"
        +                  },
        +                  "program": {
        +                    "type": "string"
        +                  },
        +                  "source_record_id": {
        +                    "type": "string"
        +                  }
        +                },
        +                "required": [
        +                  "source_record_id",
        +                  "name",
        +                  "matched_name",
        +                  "matched_name_kind",
        +                  "program",
        +                  "listing_effective_date",
        +                  "listing_effective_date_basis",
        +                  "country_code",
        +                  "official_search_url",
        +                  "machine_evidence_url",
        +                  "address",
        +                  "match_basis",
        +                  "identity"
        +                ],
        +                "type": "object"
        +              },
        +              "type": "array"
        +            },
        +            "candidates_total": {
        +              "description": "Exakte Zahl der amtlich belegten Namenstreffer vor der begrenzten Ausgabe.",
        +              "minimum": 0,
        +              "type": "integer"
        +            },
        +            "candidates_truncated": {
        +              "type": "boolean"
        +            },
        +            "direct_match_check": {
        +              "description": "Exakter Abgleich mit direkt gelisteten amtlichen Haupt- und Alternativnamen; Eigentums- und Kontrollbeziehungen sind nicht abschliessend erfasst.",
        +              "enum": [
        +                "possible_match",
        +                "no_exact_match",
        +                "unavailable"
        +              ],
        +              "type": "string"
        +            },
        +            "source": {
        +              "oneOf": [
        +                {
        +                  "properties": {
        +                    "activated_at": {
        +                      "format": "date-time",
        +                      "type": "string"
        +                    },
        +                    "checked_at": {
        +                      "format": "date-time",
        +                      "type": "string"
        +                    },
        +                    "coverage_status": {
        +                      "description": "complete darf nur mit amtlichem Vollbestand und lueckenlosem Folgefeed gesetzt werden.",
        +                      "enum": [
        +                        "not_applicable",
        +                        "delta_only",
        +                        "building",
        +                        "complete"
        +                      ],
        +                      "type": "string"
        +                    },
        +                    "coverage_verified_through": {
        +                      "description": "Nur bei coverage_status=complete: letzter lueckenlos belegter Quelltag.",
        +                      "format": "date",
        +                      "type": [
        +                        "string",
        +                        "null"
        +                      ]
        +                    },
        +                    "fetched_at": {
        +                      "format": "date-time",
        +                      "type": "string"
        +                    },
        +                    "freshness": {
        +                      "enum": [
        +                        "fresh",
        +                        "stale_warning",
        +                        "stale_problem"
        +                      ],
        +                      "type": "string"
        +                    },
        +                    "freshness_basis": {
        +                      "enum": [
        +                        "source_last_success_at",
        +                        "record_checked_at",
        +                        "complete_coverage_last_success_at"
        +                      ],
        +                      "type": "string"
        +                    },
        +                    "freshness_problem_after_hours": {
        +                      "minimum": 1,
        +                      "type": "integer"
        +                    },
        +                    "key": {
        +                      "enum": [
        +                        "uid_vat",
        +                        "finma_authorisations",
        +                        "finma_warnings",
        +                        "seco_sanctions"
        +                      ],
        +                      "type": "string"
        +                    },
        +                    "limitation": {
        +                      "type": "string"
        +                    },
        +                    "machine_url": {
        +                      "format": "uri",
        +                      "type": "string"
        +                    },
        +                    "name": {
        +                      "type": "string"
        +                    },
        +                    "record_checked_at": {
        +                      "description": "Letzter direkter Beleg der konkreten UID-Zeile; getrennt von der globalen Feed-Abdeckung.",
        +                      "format": "date-time",
        +                      "type": [
        +                        "string",
        +                        "null"
        +                      ]
        +                    },
        +                    "source_date": {
        +                      "format": "date",
        +                      "type": "string"
        +                    },
        +                    "source_date_basis": {
        +                      "description": "Maschinenlesbare Bedeutung von source_date; das Abrufdatum steht separat in fetched_at beziehungsweise checked_at.",
        +                      "enum": [
        +                        "uid_delta_window_end",
        +                        "http_last_modified",
        +                        "latest_entry_publication_date",
        +                        "official_list_issue_date"
        +                      ],
        +                      "type": "string"
        +                    },
        +                    "source_version": {
        +                      "type": "string"
        +                    },
        +                    "url": {
        +                      "format": "uri",
        +                      "type": "string"
        +                    }
        +                  },
        +                  "required": [
        +                    "key",
        +                    "name",
        +                    "url",
        +                    "machine_url",
        +                    "source_date",
        +                    "checked_at",
        +                    "source_date_basis",
        +                    "coverage_status",
        +                    "coverage_verified_through",
        +                    "record_checked_at",
        +                    "freshness_basis",
        +                    "fetched_at",
        +                    "activated_at",
        +                    "source_version",
        +                    "freshness",
        +                    "freshness_problem_after_hours",
        +                    "limitation"
        +                  ],
        +                  "type": "object"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            }
        +          },
        +          "required": [
        +            "direct_match_check",
        +            "candidates_total",
        +            "candidates_truncated",
        +            "candidates",
        +            "source"
        +          ],
        +          "type": "object"
        +        },
        +        "sources": {
        +          "items": {
        +            "properties": {
        +              "activated_at": {
        +                "format": "date-time",
        +                "type": "string"
        +              },
        +              "checked_at": {
        +                "format": "date-time",
        +                "type": "string"
        +              },
        +              "coverage_status": {
        +                "description": "complete darf nur mit amtlichem Vollbestand und lueckenlosem Folgefeed gesetzt werden.",
        +                "enum": [
        +                  "not_applicable",
        +                  "delta_only",
        +                  "building",
        +                  "complete"
        +                ],
        +                "type": "string"
        +              },
        +              "coverage_verified_through": {
        +                "description": "Nur bei coverage_status=complete: letzter lueckenlos belegter Quelltag.",
        +                "format": "date",
        +                "type": [
        +                  "string",
        +                  "null"
        +                ]
        +              },
        +              "fetched_at": {
        +                "format": "date-time",
        +                "type": "string"
        +              },
        +              "freshness": {
        +                "enum": [
        +                  "fresh",
        +                  "stale_warning",
        +                  "stale_problem"
        +                ],
        +                "type": "string"
        +              },
        +              "freshness_basis": {
        +                "enum": [
        +                  "source_last_success_at",
        +                  "record_checked_at",
        +                  "complete_coverage_last_success_at"
        +                ],
        +                "type": "string"
        +              },
        +              "freshness_problem_after_hours": {
        +                "minimum": 1,
        +                "type": "integer"
        +              },
        +              "key": {
        +                "enum": [
        +                  "uid_vat",
        +                  "finma_authorisations",
        +                  "finma_warnings",
        +                  "seco_sanctions"
        +                ],
        +                "type": "string"
        +              },
        +              "limitation": {
        +                "type": "string"
        +              },
        +              "machine_url": {
        +                "format": "uri",
        +                "type": "string"
        +              },
        +              "name": {
        +                "type": "string"
        +              },
        +              "record_checked_at": {
        +                "description": "Letzter direkter Beleg der konkreten UID-Zeile; getrennt von der globalen Feed-Abdeckung.",
        +                "format": "date-time",
        +                "type": [
        +                  "string",
        +                  "null"
        +                ]
        +              },
        +              "source_date": {
        +                "format": "date",
        +                "type": "string"
        +              },
        +              "source_date_basis": {
        +                "description": "Maschinenlesbare Bedeutung von source_date; das Abrufdatum steht separat in fetched_at beziehungsweise checked_at.",
        +                "enum": [
        +                  "uid_delta_window_end",
        +                  "http_last_modified",
        +                  "latest_entry_publication_date",
        +                  "official_list_issue_date"
        +                ],
        +                "type": "string"
        +              },
        +              "source_version": {
        +                "type": "string"
        +              },
        +              "url": {
        +                "format": "uri",
        +                "type": "string"
        +              }
        +            },
        +            "required": [
        +              "key",
        +              "name",
        +              "url",
        +              "machine_url",
        +              "source_date",
        +              "checked_at",
        +              "source_date_basis",
        +              "coverage_status",
        +              "coverage_verified_through",
        +              "record_checked_at",
        +              "freshness_basis",
        +              "fetched_at",
        +              "activated_at",
        +              "source_version",
        +              "freshness",
        +              "freshness_problem_after_hours",
        +              "limitation"
        +            ],
        +            "type": "object"
        +          },
        +          "type": "array"
        +        },
        +        "vat": {
        +          "properties": {
        +            "end_date": {
        +              "format": "date",
        +              "type": [
        +                "string",
        +                "null"
        +              ]
        +            },
        +            "entry_date": {
        +              "format": "date",
        +              "type": [
        +                "string",
        +                "null"
        +              ]
        +            },
        +            "source": {
        +              "oneOf": [
        +                {
        +                  "properties": {
        +                    "activated_at": {
        +                      "format": "date-time",
        +                      "type": "string"
        +                    },
        +                    "checked_at": {
        +                      "format": "date-time",
        +                      "type": "string"
        +                    },
        +                    "coverage_status": {
        +                      "description": "complete darf nur mit amtlichem Vollbestand und lueckenlosem Folgefeed gesetzt werden.",
        +                      "enum": [
        +                        "not_applicable",
        +                        "delta_only",
        +                        "building",
        +                        "complete"
        +                      ],
        +                      "type": "string"
        +                    },
        +                    "coverage_verified_through": {
        +                      "description": "Nur bei coverage_status=complete: letzter lueckenlos belegter Quelltag.",
        +                      "format": "date",
        +                      "type": [
        +                        "string",
        +                        "null"
        +                      ]
        +                    },
        +                    "fetched_at": {
        +                      "format": "date-time",
        +                      "type": "string"
        +                    },
        +                    "freshness": {
        +                      "enum": [
        +                        "fresh",
        +                        "stale_warning",
        +                        "stale_problem"
        +                      ],
        +                      "type": "string"
        +                    },
        +                    "freshness_basis": {
        +                      "enum": [
        +                        "source_last_success_at",
        +                        "record_checked_at",
        +                        "complete_coverage_last_success_at"
        +                      ],
        +                      "type": "string"
        +                    },
        +                    "freshness_problem_after_hours": {
        +                      "minimum": 1,
        +                      "type": "integer"
        +                    },
        +                    "key": {
        +                      "enum": [
        +                        "uid_vat",
        +                        "finma_authorisations",
        +                        "finma_warnings",
        +                        "seco_sanctions"
        +                      ],
        +                      "type": "string"
        +                    },
        +                    "limitation": {
        +                      "type": "string"
        +                    },
        +                    "machine_url": {
        +                      "format": "uri",
        +                      "type": "string"
        +                    },
        +                    "name": {
        +                      "type": "string"
        +                    },
        +                    "record_checked_at": {
        +                      "description": "Letzter direkter Beleg der konkreten UID-Zeile; getrennt von der globalen Feed-Abdeckung.",
        +                      "format": "date-time",
        +                      "type": [
        +                        "string",
        +                        "null"
        +                      ]
        +                    },
        +                    "source_date": {
        +                      "format": "date",
        +                      "type": "string"
        +                    },
        +                    "source_date_basis": {
        +                      "description": "Maschinenlesbare Bedeutung von source_date; das Abrufdatum steht separat in fetched_at beziehungsweise checked_at.",
        +                      "enum": [
        +                        "uid_delta_window_end",
        +                        "http_last_modified",
        +                        "latest_entry_publication_date",
        +                        "official_list_issue_date"
        +                      ],
        +                      "type": "string"
        +                    },
        +                    "source_version": {
        +                      "type": "string"
        +                    },
        +                    "url": {
        +                      "format": "uri",
        +                      "type": "string"
        +                    }
        +                  },
        +                  "required": [
        +                    "key",
        +                    "name",
        +                    "url",
        +                    "machine_url",
        +                    "source_date",
        +                    "checked_at",
        +                    "source_date_basis",
        +                    "coverage_status",
        +                    "coverage_verified_through",
        +                    "record_checked_at",
        +                    "freshness_basis",
        +                    "fetched_at",
        +                    "activated_at",
        +                    "source_version",
        +                    "freshness",
        +                    "freshness_problem_after_hours",
        +                    "limitation"
        +                  ],
        +                  "type": "object"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "source_checked_at": {
        +              "format": "date-time",
        +              "type": [
        +                "string",
        +                "null"
        +              ]
        +            },
        +            "status": {
        +              "description": "Amtlicher MWST-Status der konkreten UID. unknown und unavailable sind ausdrücklich keine Negativaussage.",
        +              "enum": [
        +                "active",
        +                "registered",
        +                "ended",
        +                "not_registered",
        +                "unknown",
        +                "unavailable"
        +              ],
        +              "type": "string"
        +            },
        +            "uid_vat": {
        +              "type": [
        +                "string",
        +                "null"
        +              ]
        +            }
        +          },
        +          "required": [
        +            "status",
        +            "uid_vat",
        +            "entry_date",
        +            "end_date",
        +            "source_checked_at",
        +            "source"
        +          ],
        +          "type": "object"
        +        }
        +      },
        +      "required": [
        +        "basis",
        +        "vat",
        +        "finma",
        +        "seco",
        +        "sources",
        +        "legal_effect"
        +      ],
        +      "type": "object"
        +    },
        +    "datenstand": {
        +      "format": "date",
        +      "type": [
        +        "string",
        +        "null"
        +      ]
        +    },
        +    "erstmals_eingetragen": {
        +      "format": "date",
        +      "type": [
        +        "string",
        +        "null"
        +      ]
        +    },
        +    "fehler": {
        +      "minLength": 1,
        +      "type": "string"
        +    },
        +    "firma": {
        +      "type": "string"
        +    },
        +    "geloescht_am": {
        +      "format": "date",
        +      "type": [
        +        "string",
        +        "null"
        +      ]
        +    },
        +    "hinweis": {
        +      "type": "string"
        +    },
        +    "kanton": {
        +      "type": [
        +        "string",
        +        "null"
        +      ]
        +    },
        +    "kapital_einbezahlt": {
        +      "minimum": 0,
        +      "type": [
        +        "number",
        +        "null"
        +      ]
        +    },
        +    "kapital_nominal": {
        +      "minimum": 0,
        +      "type": "number"
        +    },
        +    "kapital_waehrung": {
        +      "pattern": "^[A-Z]{3}$",
        +      "type": "string"
        +    },
        +    "letzte_meldung": {
        +      "format": "date",
        +      "type": [
        +        "string",
        +        "null"
        +      ]
        +    },
        +    "profil": {
        +      "format": "uri",
        +      "type": "string"
        +    },
        +    "quellen": {
        +      "properties": {
        +        "aktualisierungen": {
        +          "properties": {
        +            "name": {
        +              "type": "string"
        +            },
        +            "url": {
        +              "format": "uri",
        +              "type": "string"
        +            }
        +          },
        +          "required": [
        +            "name",
        +            "url"
        +          ],
        +          "type": "object"
        +        },
        +        "stammdaten": {
        +          "properties": {
        +            "name": {
        +              "type": "string"
        +            },
        +            "url": {
        +              "format": "uri",
        +              "type": "string"
        +            }
        +          },
        +          "required": [
        +            "name",
        +            "url"
        +          ],
        +          "type": "object"
        +        }
        +      },
        +      "required": [
        +        "stammdaten",
        +        "aktualisierungen"
        +      ],
        +      "type": "object"
        +    },
        +    "rechtsform": {
        +      "type": [
        +        "string",
        +        "null"
        +      ]
        +    },
        +    "rechtsform_code": {
        +      "type": [
        +        "string",
        +        "null"
        +      ]
        +    },
        +    "retry_after_seconds": {
        +      "minimum": 1,
        +      "type": "integer"
        +    },
        +    "sitz": {
        +      "type": [
        +        "string",
        +        "null"
        +      ]
        +    },
        +    "status": {
        +      "enum": [
        +        "active",
        +        "in_liquidation",
        +        "bankrupt",
        +        "deleted"
        +      ],
        +      "type": "string"
        +    },
        +    "uid": {
        +      "type": "string"
        +    },
        +    "verlauf": {
        +      "items": {
        +        "properties": {
        +          "amtlicher_beleg": {
        +            "format": "uri",
        +            "type": "string"
        +          },
        +          "art": {
        +            "type": "string"
        +          },
        +          "art_code": {
        +            "enum": [
        +              "new_registration",
        +              "name_change",
        +              "address_change",
        +              "seat_change",
        +              "purpose_change",
        +              "capital_change",
        +              "legal_form_change",
        +              "officer_added",
        +              "officer_removed",
        +              "auditor_change",
        +              "liquidation_opened",
        +              "liquidation_closed",
        +              "deletion",
        +              "bankruptcy_opened",
        +              "bankruptcy_suspended",
        +              "bankruptcy_closed",
        +              "moratorium",
        +              "debt_enforcement",
        +              "branch_opened",
        +              "branch_closed",
        +              "merger",
        +              "other"
        +            ],
        +            "type": "string"
        +          },
        +          "beschreibung": {
        +            "type": [
        +              "string",
        +              "null"
        +            ]
        +          },
        +          "datum": {
        +            "format": "date",
        +            "type": "string"
        +          },
        +          "ereignis_id": {
        +            "type": "string"
        +          },
        +          "publikations_id": {
        +            "type": "string"
        +          }
        +        },
        +        "required": [
        +          "ereignis_id",
        +          "publikations_id",
        +          "datum",
        +          "art",
        +          "art_code",
        +          "beschreibung",
        +          "amtlicher_beleg"
        +        ],
        +        "type": "object"
        +      },
        +      "type": "array"
        +    },
        +    "zweck": {
        +      "type": [
        +        "string",
        +        "null"
        +      ]
        +    }
        +  },
        +  "type": "object"
        +}
    • Changedfirma_risiko1 field changed
      • changedOutput schema / (root)
        Previous value: -nullNew value: +{
        +  "$schema": "https://json-schema.org/draft/2020-12/schema",
        +  "oneOf": [
        +    {
        +      "required": [
        +        "fehler"
        +      ]
        +    },
        +    {
        +      "not": {
        +        "required": [
        +          "fehler"
        +        ]
        +      },
        +      "required": [
        +        "firma",
        +        "uid",
        +        "verfuegbar"
        +      ]
        +    }
        +  ],
        +  "properties": {
        +    "befunde": {
        +      "items": {
        +        "properties": {
        +          "befund": {
        +            "type": "string"
        +          },
        +          "befund_code": {
        +            "type": "string"
        +          },
        +          "erlaeuterung": {
        +            "type": "string"
        +          },
        +          "gewicht": {
        +            "type": "number"
        +          },
        +          "seit": {
        +            "format": "date",
        +            "type": [
        +              "string",
        +              "null"
        +            ]
        +          }
        +        },
        +        "required": [
        +          "befund_code",
        +          "befund",
        +          "gewicht",
        +          "erlaeuterung",
        +          "seit"
        +        ],
        +        "type": "object"
        +      },
        +      "type": "array"
        +    },
        +    "code": {
        +      "type": "string"
        +    },
        +    "datenqualitaetsstatus": {
        +      "enum": [
        +        "current",
        +        "processing",
        +        "degraded",
        +        "unavailable"
        +      ],
        +      "type": "string"
        +    },
        +    "datenstand": {
        +      "format": "date",
        +      "type": [
        +        "string",
        +        "null"
        +      ]
        +    },
        +    "einschraenkung": {
        +      "type": "string"
        +    },
        +    "fehler": {
        +      "minLength": 1,
        +      "type": "string"
        +    },
        +    "firma": {
        +      "type": "string"
        +    },
        +    "hinweis": {
        +      "type": "string"
        +    },
        +    "historienabdeckung": {
        +      "properties": {
        +        "ab": {
        +          "const": "2025-01-03",
        +          "format": "date",
        +          "type": "string"
        +        },
        +        "fruehere_stichtage_verfuegbar": {
        +          "const": false,
        +          "type": "boolean"
        +        },
        +        "vollstaendigkeit_zugesichert": {
        +          "const": false,
        +          "type": "boolean"
        +        }
        +      },
        +      "required": [
        +        "ab",
        +        "vollstaendigkeit_zugesichert",
        +        "fruehere_stichtage_verfuegbar"
        +      ],
        +      "type": "object"
        +    },
        +    "lueckenlos_verifiziert_bis": {
        +      "format": "date",
        +      "type": [
        +        "string",
        +        "null"
        +      ]
        +    },
        +    "neueste_verfuegbare_publikation": {
        +      "format": "date",
        +      "type": [
        +        "string",
        +        "null"
        +      ]
        +    },
        +    "profil": {
        +      "format": "uri",
        +      "type": "string"
        +    },
        +    "punktwert": {
        +      "type": "number"
        +    },
        +    "quellen": {
        +      "properties": {
        +        "aktualisierungen": {
        +          "properties": {
        +            "name": {
        +              "type": "string"
        +            },
        +            "url": {
        +              "format": "uri",
        +              "type": "string"
        +            }
        +          },
        +          "required": [
        +            "name",
        +            "url"
        +          ],
        +          "type": "object"
        +        },
        +        "stammdaten": {
        +          "properties": {
        +            "name": {
        +              "type": "string"
        +            },
        +            "url": {
        +              "format": "uri",
        +              "type": "string"
        +            }
        +          },
        +          "required": [
        +            "name",
        +            "url"
        +          ],
        +          "type": "object"
        +        }
        +      },
        +      "required": [
        +        "stammdaten",
        +        "aktualisierungen"
        +      ],
        +      "type": "object"
        +    },
        +    "quellenhinweis": {
        +      "type": "string"
        +    },
        +    "retry_after_seconds": {
        +      "minimum": 1,
        +      "type": "integer"
        +    },
        +    "stufe": {
        +      "type": "string"
        +    },
        +    "stufe_code": {
        +      "enum": [
        +        "keine",
        +        "beobachten",
        +        "erhoeht",
        +        "kritisch"
        +      ],
        +      "type": "string"
        +    },
        +    "uid": {
        +      "type": "string"
        +    },
        +    "unvollstaendig_ab": {
        +      "format": "date",
        +      "type": [
        +        "string",
        +        "null"
        +      ]
        +    },
        +    "verfuegbar": {
        +      "type": "boolean"
        +    }
        +  },
        +  "type": "object"
        +}
    • Changedfirma_suchen1 field changed
      • changedOutput schema / (root)
        Previous value: -nullNew value: +{
        +  "$schema": "https://json-schema.org/draft/2020-12/schema",
        +  "oneOf": [
        +    {
        +      "required": [
        +        "fehler"
        +      ]
        +    },
        +    {
        +      "not": {
        +        "required": [
        +          "fehler"
        +        ]
        +      },
        +      "required": [
        +        "treffer_gesamt",
        +        "weitere_treffer",
        +        "firmen",
        +        "datenstand",
        +        "datenqualitaetsstatus",
        +        "hinweis"
        +      ]
        +    }
        +  ],
        +  "properties": {
        +    "code": {
        +      "type": "string"
        +    },
        +    "datenqualitaetsstatus": {
        +      "enum": [
        +        "current",
        +        "processing",
        +        "degraded",
        +        "unavailable"
        +      ],
        +      "type": "string"
        +    },
        +    "datenstand": {
        +      "format": "date",
        +      "type": [
        +        "string",
        +        "null"
        +      ]
        +    },
        +    "fehler": {
        +      "minLength": 1,
        +      "type": "string"
        +    },
        +    "firmen": {
        +      "items": {
        +        "properties": {
        +          "adresse": {
        +            "type": [
        +              "string",
        +              "null"
        +            ]
        +          },
        +          "firma": {
        +            "type": "string"
        +          },
        +          "kanton": {
        +            "type": [
        +              "string",
        +              "null"
        +            ]
        +          },
        +          "letzte_meldung": {
        +            "format": "date",
        +            "type": [
        +              "string",
        +              "null"
        +            ]
        +          },
        +          "profil": {
        +            "format": "uri",
        +            "type": "string"
        +          },
        +          "rechtsform": {
        +            "type": [
        +              "string",
        +              "null"
        +            ]
        +          },
        +          "sitz": {
        +            "type": [
        +              "string",
        +              "null"
        +            ]
        +          },
        +          "status": {
        +            "enum": [
        +              "active",
        +              "in_liquidation",
        +              "bankrupt",
        +              "deleted"
        +            ],
        +            "type": "string"
        +          },
        +          "uid": {
        +            "type": "string"
        +          }
        +        },
        +        "required": [
        +          "firma",
        +          "uid",
        +          "rechtsform",
        +          "sitz",
        +          "kanton",
        +          "adresse",
        +          "status",
        +          "letzte_meldung",
        +          "profil"
        +        ],
        +        "type": "object"
        +      },
        +      "type": "array"
        +    },
        +    "hinweis": {
        +      "type": "string"
        +    },
        +    "historienabdeckung": {
        +      "properties": {
        +        "ab": {
        +          "const": "2025-01-03",
        +          "format": "date",
        +          "type": "string"
        +        },
        +        "fruehere_stichtage_verfuegbar": {
        +          "const": false,
        +          "type": "boolean"
        +        },
        +        "vollstaendigkeit_zugesichert": {
        +          "const": false,
        +          "type": "boolean"
        +        }
        +      },
        +      "required": [
        +        "ab",
        +        "vollstaendigkeit_zugesichert",
        +        "fruehere_stichtage_verfuegbar"
        +      ],
        +      "type": "object"
        +    },
        +    "lueckenlos_verifiziert_bis": {
        +      "format": "date",
        +      "type": [
        +        "string",
        +        "null"
        +      ]
        +    },
        +    "neueste_verfuegbare_publikation": {
        +      "format": "date",
        +      "type": [
        +        "string",
        +        "null"
        +      ]
        +    },
        +    "quellen": {
        +      "properties": {
        +        "aktualisierungen": {
        +          "properties": {
        +            "name": {
        +              "type": "string"
        +            },
        +            "url": {
        +              "format": "uri",
        +              "type": "string"
        +            }
        +          },
        +          "required": [
        +            "name",
        +            "url"
        +          ],
        +          "type": "object"
        +        },
        +        "stammdaten": {
        +          "properties": {
        +            "name": {
        +              "type": "string"
        +            },
        +            "url": {
        +              "format": "uri",
        +              "type": "string"
        +            }
        +          },
        +          "required": [
        +            "name",
        +            "url"
        +          ],
        +          "type": "object"
        +        }
        +      },
        +      "required": [
        +        "stammdaten",
        +        "aktualisierungen"
        +      ],
        +      "type": "object"
        +    },
        +    "quellenhinweis": {
        +      "type": "string"
        +    },
        +    "retry_after_seconds": {
        +      "minimum": 1,
        +      "type": "integer"
        +    },
        +    "treffer_gesamt": {
        +      "minimum": 0,
        +      "type": [
        +        "integer",
        +        "null"
        +      ]
        +    },
        +    "unvollstaendig_ab": {
        +      "format": "date",
        +      "type": [
        +        "string",
        +        "null"
        +      ]
        +    },
        +    "weitere_treffer": {
        +      "type": "boolean"
        +    }
        +  },
        +  "type": "object"
        +}
    • Changedtagesbriefing1 field changed
      • changedOutput schema / (root)
        Previous value: -nullNew value: +{
        +  "$schema": "https://json-schema.org/draft/2020-12/schema",
        +  "oneOf": [
        +    {
        +      "required": [
        +        "fehler"
        +      ]
        +    },
        +    {
        +      "not": {
        +        "required": [
        +          "fehler"
        +        ]
        +      },
        +      "required": [
        +        "publikationstag",
        +        "anzahl",
        +        "begrenzt",
        +        "auswahl_nach_art",
        +        "meldungen",
        +        "datenstand",
        +        "hinweis"
        +      ]
        +    }
        +  ],
        +  "properties": {
        +    "anzahl": {
        +      "minimum": 0,
        +      "type": "integer"
        +    },
        +    "auswahl_nach_art": {
        +      "additionalProperties": {
        +        "minimum": 1,
        +        "type": "integer"
        +      },
        +      "type": "object"
        +    },
        +    "begrenzt": {
        +      "type": "boolean"
        +    },
        +    "code": {
        +      "type": "string"
        +    },
        +    "datenqualitaetsstatus": {
        +      "enum": [
        +        "current",
        +        "processing",
        +        "degraded",
        +        "unavailable"
        +      ],
        +      "type": "string"
        +    },
        +    "datenstand": {
        +      "format": "date",
        +      "type": [
        +        "string",
        +        "null"
        +      ]
        +    },
        +    "fehler": {
        +      "minLength": 1,
        +      "type": "string"
        +    },
        +    "hinweis": {
        +      "type": "string"
        +    },
        +    "historienabdeckung": {
        +      "properties": {
        +        "ab": {
        +          "const": "2025-01-03",
        +          "format": "date",
        +          "type": "string"
        +        },
        +        "fruehere_stichtage_verfuegbar": {
        +          "const": false,
        +          "type": "boolean"
        +        },
        +        "vollstaendigkeit_zugesichert": {
        +          "const": false,
        +          "type": "boolean"
        +        }
        +      },
        +      "required": [
        +        "ab",
        +        "vollstaendigkeit_zugesichert",
        +        "fruehere_stichtage_verfuegbar"
        +      ],
        +      "type": "object"
        +    },
        +    "lueckenlos_verifiziert_bis": {
        +      "format": "date",
        +      "type": [
        +        "string",
        +        "null"
        +      ]
        +    },
        +    "meldungen": {
        +      "items": {
        +        "properties": {
        +          "amtlicher_beleg": {
        +            "format": "uri",
        +            "type": "string"
        +          },
        +          "art": {
        +            "type": "string"
        +          },
        +          "art_code": {
        +            "enum": [
        +              "new_registration",
        +              "name_change",
        +              "address_change",
        +              "seat_change",
        +              "purpose_change",
        +              "capital_change",
        +              "legal_form_change",
        +              "officer_added",
        +              "officer_removed",
        +              "auditor_change",
        +              "liquidation_opened",
        +              "liquidation_closed",
        +              "deletion",
        +              "bankruptcy_opened",
        +              "bankruptcy_suspended",
        +              "bankruptcy_closed",
        +              "moratorium",
        +              "debt_enforcement",
        +              "branch_opened",
        +              "branch_closed",
        +              "merger",
        +              "other"
        +            ],
        +            "type": "string"
        +          },
        +          "beschreibung": {
        +            "type": [
        +              "string",
        +              "null"
        +            ]
        +          },
        +          "datum": {
        +            "format": "date",
        +            "type": "string"
        +          },
        +          "ereignis_id": {
        +            "type": "string"
        +          },
        +          "firma": {
        +            "type": "string"
        +          },
        +          "kanton": {
        +            "type": [
        +              "string",
        +              "null"
        +            ]
        +          },
        +          "ort": {
        +            "type": [
        +              "string",
        +              "null"
        +            ]
        +          },
        +          "profil": {
        +            "format": "uri",
        +            "type": "string"
        +          },
        +          "rechtsform": {
        +            "type": [
        +              "string",
        +              "null"
        +            ]
        +          },
        +          "uid": {
        +            "type": "string"
        +          }
        +        },
        +        "required": [
        +          "ereignis_id",
        +          "datum",
        +          "art",
        +          "art_code",
        +          "beschreibung",
        +          "firma",
        +          "uid",
        +          "rechtsform",
        +          "kanton",
        +          "ort",
        +          "profil",
        +          "amtlicher_beleg"
        +        ],
        +        "type": "object"
        +      },
        +      "type": "array"
        +    },
        +    "neueste_verfuegbare_publikation": {
        +      "format": "date",
        +      "type": [
        +        "string",
        +        "null"
        +      ]
        +    },
        +    "publikationstag": {
        +      "format": "date",
        +      "type": "string"
        +    },
        +    "quellen": {
        +      "properties": {
        +        "aktualisierungen": {
        +          "properties": {
        +            "name": {
        +              "type": "string"
        +            },
        +            "url": {
        +              "format": "uri",
        +              "type": "string"
        +            }
        +          },
        +          "required": [
        +            "name",
        +            "url"
        +          ],
        +          "type": "object"
        +        },
        +        "stammdaten": {
        +          "properties": {
        +            "name": {
        +              "type": "string"
        +            },
        +            "url": {
        +              "format": "uri",
        +              "type": "string"
        +            }
        +          },
        +          "required": [
        +            "name",
        +            "url"
        +          ],
        +          "type": "object"
        +        }
        +      },
        +      "required": [
        +        "stammdaten",
        +        "aktualisierungen"
        +      ],
        +      "type": "object"
        +    },
        +    "quellenhinweis": {
        +      "type": "string"
        +    },
        +    "retry_after_seconds": {
        +      "minimum": 1,
        +      "type": "integer"
        +    },
        +    "unvollstaendig_ab": {
        +      "format": "date",
        +      "type": [
        +        "string",
        +        "null"
        +      ]
        +    }
        +  },
        +  "type": "object"
        +}
    • Changeduid_pruefen1 field changed
      • changedOutput schema / (root)
        Previous value: -nullNew value: +{
        +  "$schema": "https://json-schema.org/draft/2020-12/schema",
        +  "oneOf": [
        +    {
        +      "required": [
        +        "fehler"
        +      ]
        +    },
        +    {
        +      "not": {
        +        "required": [
        +          "fehler"
        +        ]
        +      },
        +      "required": [
        +        "gueltig"
        +      ]
        +    }
        +  ],
        +  "properties": {
        +    "code": {
        +      "type": "string"
        +    },
        +    "datenqualitaetsstatus": {
        +      "enum": [
        +        "current",
        +        "processing",
        +        "degraded",
        +        "unavailable"
        +      ],
        +      "type": "string"
        +    },
        +    "datenstand": {
        +      "format": "date",
        +      "type": [
        +        "string",
        +        "null"
        +      ]
        +    },
        +    "erlaeuterung": {
        +      "type": "string"
        +    },
        +    "fehler": {
        +      "minLength": 1,
        +      "type": "string"
        +    },
        +    "firma": {
        +      "type": [
        +        "string",
        +        "null"
        +      ]
        +    },
        +    "grund": {
        +      "type": "string"
        +    },
        +    "gueltig": {
        +      "type": "boolean"
        +    },
        +    "hinweis": {
        +      "type": "string"
        +    },
        +    "historienabdeckung": {
        +      "properties": {
        +        "ab": {
        +          "const": "2025-01-03",
        +          "format": "date",
        +          "type": "string"
        +        },
        +        "fruehere_stichtage_verfuegbar": {
        +          "const": false,
        +          "type": "boolean"
        +        },
        +        "vollstaendigkeit_zugesichert": {
        +          "const": false,
        +          "type": "boolean"
        +        }
        +      },
        +      "required": [
        +        "ab",
        +        "vollstaendigkeit_zugesichert",
        +        "fruehere_stichtage_verfuegbar"
        +      ],
        +      "type": "object"
        +    },
        +    "im_bestand": {
        +      "type": "boolean"
        +    },
        +    "lueckenlos_verifiziert_bis": {
        +      "format": "date",
        +      "type": [
        +        "string",
        +        "null"
        +      ]
        +    },
        +    "neueste_verfuegbare_publikation": {
        +      "format": "date",
        +      "type": [
        +        "string",
        +        "null"
        +      ]
        +    },
        +    "normalisiert": {
        +      "type": "string"
        +    },
        +    "profil": {
        +      "format": "uri",
        +      "type": [
        +        "string",
        +        "null"
        +      ]
        +    },
        +    "quellen": {
        +      "properties": {
        +        "aktualisierungen": {
        +          "properties": {
        +            "name": {
        +              "type": "string"
        +            },
        +            "url": {
        +              "format": "uri",
        +              "type": "string"
        +            }
        +          },
        +          "required": [
        +            "name",
        +            "url"
        +          ],
        +          "type": "object"
        +        },
        +        "stammdaten": {
        +          "properties": {
        +            "name": {
        +              "type": "string"
        +            },
        +            "url": {
        +              "format": "uri",
        +              "type": "string"
        +            }
        +          },
        +          "required": [
        +            "name",
        +            "url"
        +          ],
        +          "type": "object"
        +        }
        +      },
        +      "required": [
        +        "stammdaten",
        +        "aktualisierungen"
        +      ],
        +      "type": "object"
        +    },
        +    "quellenhinweis": {
        +      "type": "string"
        +    },
        +    "retry_after_seconds": {
        +      "minimum": 1,
        +      "type": "integer"
        +    },
        +    "status": {
        +      "type": [
        +        "string",
        +        "null"
        +      ]
        +    },
        +    "unvollstaendig_ab": {
        +      "format": "date",
        +      "type": [
        +        "string",
        +        "null"
        +      ]
        +    }
        +  },
        +  "type": "object"
        +}
  4. 4 tool updates
    • Changedbestand_status1 field changed
      • addedInput schema / additionalProperties
        Added value: +false
    • Changedfirma_details1 field changed
      • addedInput schema / additionalProperties
        Added value: +false
    • Changedfirma_risiko1 field changed
      • addedInput schema / additionalProperties
        Added value: +false
    • Changeduid_pruefen1 field changed
      • addedInput schema / additionalProperties
        Added value: +false
  5. 6 tool updates
    • First observedbestand_status
    • First observedfirma_details
    • First observedfirma_risiko
    • First observedfirma_suchen
    • First observedtagesbriefing
    • First observeduid_pruefen

Related MCP Connectors

Related MCP Servers

  • A
    license
    A
    quality
    C
    maintenance
    Search and retrieve detailed information about Swiss companies from the official Zefix register, including company profiles, corporate structures, and SHAB publications.
    6
    MIT
  • A
    license
    A
    quality
    C
    maintenance
    Enables querying Swiss company data from official public sources: commercial register, UID register, and Swiss Official Gazette of Commerce, with per-company lookups and request budgets.
    6
    37 npm
    MIT
  • A
    license
    A
    quality
    A
    maintenance
    Provides access to the Swiss Federal Commercial Register (Zefix) for company search, verification, and reference data, enabling natural language queries for public administration use cases.
    9
    39 PyPI
    MIT
  • F
    license
    Not graded
    quality
    C
    maintenance
    The most comprehensive signal intelligence on Swiss businesses — 800K+ companies with people, FINMA/SRO regulatory data, building permits, procurement tenders, and AI-enriched profiles from the official commercial register.
    -
Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

Resources