ContactDict faststream.asyncapi.schema.ContactDict # Bases: TypedDict A class to represent a dictionary of contact information. ATTRIBUTE DESCRIPTION name required name of the contact (type: str) url URL of the contact (type: AnyHttpUrl) email email address of the contact (type: EmailStr) name instance-attribute # name url instance-attribute # url email instance-attribute # email