HaveIBeenPwned · JSON Structure

Hibp Paste Structure

Paste entry structure as returned by /pasteaccount.

Type: object Properties: 0
SecurityBreach NotificationCredential StuffingStealer LogsK-AnonymityPrivacyIdentity

Paste is a JSON Structure definition published by HaveIBeenPwned. It conforms to the https://json-structure.org/schema meta-schema.

Meta-schema: https://json-structure.org/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/schema",
  "$id": "https://haveibeenpwned.com/structures/paste.json",
  "name": "Paste",
  "type": "object",
  "description": "Paste entry structure as returned by /pasteaccount.",
  "fields": [
    { "name": "Source", "type": "string" },
    { "name": "Id", "type": "string" },
    { "name": "Title", "type": "string", "optional": true },
    { "name": "Date", "type": "datetime", "optional": true },
    { "name": "EmailCount", "type": "integer" }
  ]
}