Skip to content

LicenseDict

faststream.asyncapi.schema.info.LicenseDict #

Bases: TypedDict

A dictionary-like class to represent a license.

ATTRIBUTE DESCRIPTION
name

required name of the license (type: str)

url

URL of the license (type: AnyHttpUrl)

name instance-attribute #

name

url instance-attribute #

url