Skip to content

Commit 3c4f7d8

Browse files
committed
Fix calling service version required in AST
1 parent ef25d2d commit 3c4f7d8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/source-2.0/spec/json-ast.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -414,8 +414,8 @@ shapes defined in JSON support the same properties as the Smithy IDL.
414414
- ``service``
415415
* - version
416416
- ``string``
417-
- **Required**. Defines the version of the service. The version can be
418-
provided in any format (e.g., ``2017-02-11``, ``2.0``, etc).
417+
- Defines the version of the service. The version can be provided in any
418+
format (e.g., ``2017-02-11``, ``2.0``, etc).
419419
* - :ref:`operations <service-operations>`
420420
- [:ref:`AST shape reference <ast-shape-reference>`]
421421
- Binds a list of operations to the service. Each reference MUST target

0 commit comments

Comments
 (0)