Schema(mapping=None, *, ignore_unknown_fields=False, **kwargs)The schema details derived from the spec. Currently, this entity is
supported for OpenAPI spec only. For OpenAPI spec, this maps to the
schema defined in the definitions section for OpenAPI 2.0
version and in components.schemas section for OpenAPI 3.0 and
3.1 version.
Attributes |
|
|---|---|
| Name | Description |
display_name |
str
Output only. The display name of the schema. This will map to the name of the schema in the spec. |
raw_value |
bytes
Output only. The raw value of the schema definition corresponding to the schema name in the spec. |