{"$id":"https://events-schemas.twilio.com/A2P.BrandRegistrationFailure/3","$schema":"http://json-schema.org/draft-07/schema#","additionalProperties":false,"description":"Provides brand registration failure message","examples":[{"accountsid":"AC0000000000000000000000000000001","brandregistrationerrors":[{"registrationerrorcode":21736,"registrationerrordescription":"The Brand contact email is invalid.","registrationerrorfields":["brand_contact_email"],"registrationerrorurl":"https://www.twilio.com/docs/api/errors/21736"}],"brandsid":"BN0000000000000000000000000000001","brandstatus":"registration_failed","createddate":1756043494500,"updateddate":1756043494500}],"properties":{"accountsid":{"description":"Id of the Twilio account of the pending-review toll free request","type":"string"},"brandfeedback":{"description":"Brand feedback IDs","type":"string"},"brandregistrationerrors":{"description":"List of errors that occurred during brand registration","items":{"additionalProperties":false,"description":"A campaign registration error","properties":{"registrationerrorcode":{"description":"Error message","type":"integer"},"registrationerrordescription":{"description":"Error code","type":"string"},"registrationerrorfields":{"description":"List of fields that caused the error","items":{"description":"A field in the campaign registration","type":"string"},"type":"array"},"registrationerrorurl":{"description":"URL to the error documentation","type":"string"}},"type":"object"},"type":"array"},"brandscore":{"description":"Brand registration score according to the external registration provider","type":"integer"},"brandsid":{"description":"Unique ID for brand","type":"string"},"brandstatus":{"description":"Brand status","type":"string"},"brandvettingoutcome":{"description":"Field which documents the state of the vetting for a brand","type":"string"},"createddate":{"description":"Date when brand was created","type":"integer"},"externalbrandid":{"description":"Unique ID of the matching brand in the registrar","type":"string"},"identitystatus":{"description":"Identity of the brand based on the supplied information.","type":"string"},"updateddate":{"description":"The last brand update date","type":"integer"},"vettingscore":{"description":"Vetting score retrieved from the external vetting provider","type":"integer"}},"required":[],"title":"A2P.BrandRegistrationFailureEvent","type":"object"}