{"$id":"https://events-schemas.twilio.com/A2P.BrandRegisteredUnverified/3","$schema":"http://json-schema.org/draft-07/schema#","additionalProperties":false,"description":"Provides brand registered unverified message","examples":[{"accountsid":"AC0000000000000000000000000000001","brandfeedback":"STOCK_SYMBOL,TAX_ID","brandregistrationerrors":[{"registrationerrorcode":30796,"registrationerrordescription":"Brand Registration Feedback: The submitted stock symbol and stock exchange could not be verified for the submitted legal company name.","registrationerrorfields":["stock_ticker","stock_exchange","business_name"],"registrationerrorurl":"https://www.twilio.com/docs/api/errors/30796"}],"brandsid":"BN0000000000000000000000000000001","brandstatus":"registered","createddate":1756043494500,"externalbrandid":"B000001","identitystatus":"unverified","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":"Brand registration error details","properties":{"registrationerrorcode":{"description":"Error message","type":"integer"},"registrationerrordescription":{"description":"Error code","type":"string"},"registrationerrorfields":{"description":"List of fields that caused the error","items":{"description":"Field that caused the error","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 in epoch ms","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 in epoch ms","type":"integer"},"vettingscore":{"description":"Vetting score retrieved from the external vetting provider","type":"integer"}},"required":[],"title":"A2P.BrandRegisteredUnverifiedEvent","type":"object"}