changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "$defs": {
+ "AmlPepHit": {
+ "properties": {
+ "ekstern_id": {
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "title": "Ekstern Id"
+ },
+ "embete": {
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "title": "Embete"
+ },
+ "entitet_type": {
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "title": "Entitet Type"
+ },
+ "fodselsdato": {
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "title": "Fodselsdato"
+ },
+ "fodselsdato_mangler": {
+ "default": false,
+ "title": "Fodselsdato Mangler",
+ "type": "boolean"
+ },
+ "kategori": {
+ "title": "Kategori",
+ "type": "string"
+ },
+ "kilder": {
+ "items": {
+ "type": "string"
+ },
+ "title": "Kilder",
+ "type": "array"
+ },
+ "match_ratio": {
+ "title": "Match Ratio",
+ "type": "number"
+ },
+ "match_type": {
+ "title": "Match Type",
+ "type": "string"
+ },
+ "matchgrunnlag": {
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "title": "Matchgrunnlag"
+ },
+ "pep_status": {
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "title": "Pep Status"
+ },
+ "pep_type": {
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "title": "Pep Type"
+ },
+ "primart_navn": {
+ "title": "Primart Navn",
+ "type": "string"
+ },
+ "relasjon": {
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "title": "Relasjon"
+ },
+ "relasjon_innenfor_direktivet": {
+ "anyOf": [
+ {
+ "type": "boolean"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "title": "Relasjon Innenfor Direktivet"
+ },
+ "relasjon_kode": {
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "title": "Relasjon Kode"
+ },
+ "verv_fra": {
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "title": "Verv Fra"
+ },
+ "verv_historikk": {
+ "items": {
+ "additionalProperties": true,
+ "type": "object"
+ },
+ "title": "Verv Historikk",
+ "type": "array"
+ },
+ "verv_til": {
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "title": "Verv Til"
+ },
+ "weak_match": {
+ "default": false,
+ "title": "Weak Match",
+ "type": "boolean"
+ }
+ },
+ "required": [
+ "primart_navn",
+ "kategori",
+ "match_ratio",
+ "match_type"
+ ],
+ "title": "AmlPepHit",
+ "type": "object"
+ }
+ },
+ "properties": {
+ "hit_count": {
+ "title": "Hit Count",
+ "type": "integer"
+ },
+ "hits": {
+ "items": {
+ "$ref": "#/$defs/AmlPepHit"
+ },
+ "title": "Hits",
+ "type": "array"
+ },
+ "note": {
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "title": "Note"
+ },
+ "query_birth_year": {
+ "anyOf": [
+ {
+ "type": "integer"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "title": "Query Birth Year"
+ },
+ "query_name": {
+ "title": "Query Name",
+ "type": "string"
+ },
+ "query_too_short": {
+ "default": false,
+ "title": "Query Too Short",
+ "type": "boolean"
+ }
+ },
+ "required": [
+ "query_name",
+ "hits",
+ "hit_count"
+ ],
+ "type": "object"
+}