Skip to content

Commit

Permalink
Fix calling service version required in AST
Browse files Browse the repository at this point in the history
  • Loading branch information
kstich committed Sep 26, 2024
1 parent ef25d2d commit 94727c7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/source-2.0/spec/json-ast.rst
Original file line number Diff line number Diff line change
Expand Up @@ -414,8 +414,8 @@ shapes defined in JSON support the same properties as the Smithy IDL.
- ``service``
* - version
- ``string``
- **Required**. Defines the version of the service. The version can be
provided in any format (e.g., ``2017-02-11``, ``2.0``, etc).
- Defines the version of the service. The version can be provided in any
format (e.g., ``2017-02-11``, ``2.0``, etc).
* - :ref:`operations <service-operations>`
- [:ref:`AST shape reference <ast-shape-reference>`]
- Binds a list of operations to the service. Each reference MUST target
Expand Down

0 comments on commit 94727c7

Please sign in to comment.