smithy-lang / smithy

Smithy is a protocol-agnostic interface definition language and set of tools for generating clients, servers, and documentation for any programming language.
https://smithy.io
Apache License 2.0
1.77k stars 208 forks source link

Typo in rules engine Tree Rule object specs #2305

Closed jackdreinhardt closed 3 months ago

jackdreinhardt commented 3 months ago

The Tree Rule object specs specify a type attribute is required, and it is required to be endpoint. This should be tree as per the example just below on the same page.

https://github.com/smithy-lang/smithy/blob/main/docs/source-2.0/additional-specs/rules-engine/specification.rst?plain=1#L423