Skip to main content

Example

This class represents a TypedDict for defining example values or references in an API specification. It provides fields for a summary, description, and either a direct value or a URL to an external value, while allowing for additional custom properties through its configuration.

Attributes

AttributeTypeDescription
summary`strNone`
description`strNone`
value`AnyNone`
externalValue`AnyUrlNone`