changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "$defs": {
+ "KycSignal": {
+ "properties": {
+ "kategori": {
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "title": "Kategori"
+ },
+ "kunngjoring_dato": {
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "title": "Kunngjoring Dato"
+ },
+ "payload": {
+ "anyOf": [
+ {
+ "additionalProperties": true,
+ "type": "object"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "title": "Payload"
+ },
+ "type": {
+ "title": "Type",
+ "type": "string"
+ }
+ },
+ "required": [
+ "type"
+ ],
+ "title": "KycSignal",
+ "type": "object"
+ }
+ },
+ "properties": {
+ "distress_category": {
+ "anyOf": [
+ {
+ "enum": [
+ "green",
+ "yellow",
+ "red",
+ "unknown"
+ ],
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "title": "Distress Category"
+ },
+ "distress_reasons": {
+ "items": {
+ "type": "string"
+ },
+ "title": "Distress Reasons",
+ "type": "array"
+ },
+ "distress_score": {
+ "anyOf": [
+ {
+ "type": "number"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "title": "Distress Score"
+ },
+ "frivillighet": {
+ "anyOf": [
+ {
+ "additionalProperties": true,
+ "type": "object"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "description": "Authoritative Frivillighetsregister (voluntary-org) membership: registered, registreringsdato, kategorier. Omitted when the source is off.",
+ "title": "Frivillighet"
+ },
+ "fusjon": {
+ "anyOf": [
+ {
+ "additionalProperties": true,
+ "type": "object"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "description": "Merger/demerger relations: inbound (companies merged into this orgnr) + outbound (companies this orgnr was merged into), with dates.",
+ "title": "Fusjon"
+ },
+ "generated_at": {
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "title": "Generated At"
+ },
+ "hiring": {
+ "anyOf": [
+ {
+ "additionalProperties": true,
+ "type": "object"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "description": "NAV Arbeidsplassen hiring/growth signal: active_postings, positions_active, postings_30d/90d, burst_score, is_hiring_burst.",
+ "title": "Hiring"
+ },
+ "interim_balance_signal": {
+ "anyOf": [
+ {
+ "additionalProperties": true,
+ "type": "object"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "title": "Interim Balance Signal"
+ },
+ "kyc_signals": {
+ "items": {
+ "$ref": "#/$defs/KycSignal"
+ },
+ "title": "Kyc Signals",
+ "type": "array"
+ },
+ "orgnr": {
+ "title": "Orgnr",
+ "type": "string"
+ },
+ "recent_role_changes_count": {
+ "default": 0,
+ "title": "Recent Role Changes Count",
+ "type": "integer"
+ },
+ "summary": {
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "title": "Summary"
+ }
+ },
+ "required": [
+ "orgnr"
+ ],
+ "type": "object"
+}