changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "properties": {
+ "breaches": {
+ "description": "List of breach records",
+ "items": {
+ "properties": {
+ "added_date": {
+ "description": "Date added to HIBP",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "breach_date": {
+ "description": "Date breach occurred",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "data_classes": {
+ "description": "Types of data exposed",
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ },
+ "description": {
+ "description": "Detailed breach description",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "domain": {
+ "description": "Primary domain affected",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "is_fabricated": {
+ "description": "Whether breach is fabricated",
+ "type": [
+ "boolean",
+ "null"
+ ]
+ },
+ "is_malware": {
+ "description": "Whether malware was involved",
+ "type": [
+ "boolean",
+ "null"
+ ]
+ },
+ "is_retired": {
+ "description": "Whether breach is retired",
+ "type": [
+ "boolean",
+ "null"
+ ]
+ },
+ "is_sensitive": {
+ "description": "Whether breach is sensitive",
+ "type": [
+ "boolean",
+ "null"
+ ]
+ },
+ "is_spam_list": {
+ "description": "Whether this is a spam list",
+ "type": [
+ "boolean",
+ "null"
+ ]
+ },
+ "is_verified": {
+ "description": "Whether breach is verified",
+ "type": [
+ "boolean",
+ "null"
+ ]
+ },
+ "logo_path": {
+ "description": "Path to breach logo image",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "modified_date": {
+ "description": "Last modification date",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "name": {
+ "description": "Unique breach name",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "pwn_count": {
+ "description": "Number of affected accounts",
+ "type": [
+ "number",
+ "null"
+ ]
+ },
+ "title": {
+ "description": "Human-readable breach title",
+ "type": [
+ "string",
+ "null"
+ ]
+ }
+ },
+ "required": [
+ "name",
+ "title",
+ "domain",
+ "breach_date",
+ "added_date",
+ "modified_date",
+ "pwn_count",
+ "description",
+ "data_classes",
+ "is_verified",
+ "is_fabricated",
+ "is_sensitive",
+ "is_retired",
+ "is_spam_list",
+ "is_malware",
+ "logo_path"
+ ],
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "count": {
+ "description": "Number of breaches returned",
+ "type": "number"
+ }
+ },
+ "required": [
+ "count",
+ "breaches"
+ ],
+ "type": "object"
+}