Crate aws_smithy_schema

Crate aws_smithy_schema 

Source
Expand description

Runtime schema types for Smithy shapes.

This module provides the core types for representing Smithy schemas at runtime, enabling protocol-agnostic serialization and deserialization.

Modules§

codec
prelude
serde

Structs§

ShapeId
A Smithy Shape ID.
TraitMap
A map of traits keyed by their Shape ID.

Enums§

ShapeType
Enumeration of Smithy shape types.

Traits§

Schema
Core trait representing a Smithy schema at runtime.
SchemaExt
Helper methods for Schema trait.
Trait
Trait representing a Smithy trait at runtime.