ServerVariable
faststream.asyncapi.schema.servers.ServerVariable #
Bases: BaseModel
A class to represent a server variable.
ATTRIBUTE | DESCRIPTION |
---|---|
enum | list of possible values for the server variable (optional)
|
default | default value for the server variable (optional)
|
description | description of the server variable (optional)
|
examples | list of example values for the server variable (optional)
|