{"$id":"https://events-schemas.twilio.com/Iam.IPBlocked/1","$schema":"http://json-schema.org/draft-07/schema#","additionalProperties":false,"description":"IP blocked during IPAM event definition","properties":{"account_sid":{"description":"Id of the Twilio account which was used to authenticate","type":"string"},"action":{"description":"Action of the API call","type":"string"},"address":{"description":"IP address of the caller","type":"string"},"auth_sid":{"description":"Id of the API key or other method used to authenticate","type":"string"},"authentication_method":{"description":"Method used to authenticate (Auth Token, API Key)","type":"string"},"request_sid":{"description":"Id of the request","type":"string"},"resource":{"description":"Resource path of the API call","type":"string"},"timestamp":{"description":"Time of the event in epoch millisecond format.","type":"string"}},"required":["timestamp","account_sid","request_sid","address","action","resource","authentication_method"],"title":"IPBlocked","type":"object"}