{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/platform.login.failed", "title": "platform.login.failed", "type": "object", "description": "Published when a user sign in fails.", "x-context": "user", "allOf": [ { "$ref": "#/components/schemas/EventDataUser" } ], "properties": { "from": { "$ref": "#/components/schemas/EventDataFrom" }, "ip": { "type": "string", "description": "Anonymized IP address.", "example": "10.0.0.1" } } }