changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "properties": {
+ "attribution": {
+ "type": "string"
+ },
+ "dno_note": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "e164": {
+ "type": "string"
+ },
+ "is_dno": {
+ "type": "boolean"
+ },
+ "number": {
+ "type": "string"
+ },
+ "number_type": {
+ "type": "string"
+ },
+ "operator": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "operator_note": {
+ "type": "string"
+ },
+ "score_avg": {
+ "type": [
+ "number",
+ "null"
+ ]
+ },
+ "sightings_30d": {
+ "type": "integer"
+ },
+ "spam_label": {
+ "enum": [
+ "brak_danych",
+ "raczej_bezpieczny",
+ "podejrzany",
+ "niebezpieczny",
+ "dno_spoofing"
+ ],
+ "type": "string"
+ },
+ "total_opinions": {
+ "type": "integer"
+ },
+ "url": {
+ "type": "string"
+ },
+ "whitelist": {
+ "properties": {
+ "institution": {
+ "type": "string"
+ },
+ "label": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "verified_on": {
+ "type": "string"
+ }
+ },
+ "required": [
+ "institution",
+ "verified_on"
+ ],
+ "type": [
+ "object",
+ "null"
+ ]
+ }
+ },
+ "required": [
+ "number",
+ "e164",
+ "spam_label",
+ "total_opinions",
+ "is_dno",
+ "url",
+ "attribution"
+ ],
+ "type": "object"
+}