changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "properties": {
+ "completedAt": {
+ "description": "ISO timestamp",
+ "type": "string"
+ },
+ "error": {
+ "type": "string"
+ },
+ "message": {
+ "type": "string"
+ },
+ "modules": {
+ "items": {
+ "properties": {
+ "maxScore": {
+ "type": "number"
+ },
+ "module": {
+ "type": "string"
+ },
+ "score": {
+ "type": "number"
+ },
+ "status": {
+ "type": "string"
+ },
+ "violationsCount": {
+ "type": "number"
+ }
+ },
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "modulesCompleted": {
+ "type": "number"
+ },
+ "modulesTotal": {
+ "type": "number"
+ },
+ "riskLevel": {
+ "type": "string"
+ },
+ "scanId": {
+ "type": "string"
+ },
+ "scanReportUrl": {
+ "description": "Human-readable report on dsgvo.pro",
+ "type": "string"
+ },
+ "score": {
+ "description": "Compliance score 0–100 (completed scans only)",
+ "type": "number"
+ },
+ "startedAt": {
+ "description": "ISO timestamp",
+ "type": "string"
+ },
+ "status": {
+ "description": "initializing | pending | crawling | scanning | completed | failed",
+ "type": "string"
+ },
+ "url": {
+ "type": "string"
+ },
+ "violations": {
+ "items": {
+ "properties": {
+ "bussgeldrahmen": {
+ "properties": {
+ "amountEur": {
+ "type": "number"
+ },
+ "currency": {
+ "type": "string"
+ },
+ "paragraph": {
+ "type": "string"
+ }
+ },
+ "type": [
+ "object",
+ "null"
+ ]
+ },
+ "fixSteps": {
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ },
+ "fixSummary": {
+ "type": "string"
+ },
+ "law": {
+ "description": "Law and paragraph, e.g. \"BGB §356a\"",
+ "type": "string"
+ },
+ "module": {
+ "type": "string"
+ },
+ "noBussgeldReason": {
+ "description": "Why no fine range applies, when bussgeldrahmen is null",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "severity": {
+ "type": "string"
+ },
+ "title": {
+ "type": "string"
+ }
+ },
+ "type": "object"
+ },
+ "type": "array"
+ }
+ },
+ "type": "object"
+}