Info
faststream.asyncapi.schema.Info #
Bases: BaseModel
A class to represent information.
ATTRIBUTE | DESCRIPTION |
---|---|
title | title of the information
|
version | version of the information (default: "1.0.0")
|
description | description of the information (default: "")
|
termsOfService | terms of service for the information (default: None)
|
contact | contact information for the information (default: None)
|
license | license information for the information (default: None)
|