From 3c4f7d8bb273b0f138007be088b311722a69f9f9 Mon Sep 17 00:00:00 2001 From: Kevin Stich Date: Thu, 26 Sep 2024 14:15:16 -0700 Subject: [PATCH] Fix calling service version required in AST --- docs/source-2.0/spec/json-ast.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/source-2.0/spec/json-ast.rst b/docs/source-2.0/spec/json-ast.rst index 0f975d0e71f..d981a96371d 100644 --- a/docs/source-2.0/spec/json-ast.rst +++ b/docs/source-2.0/spec/json-ast.rst @@ -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 ` - [:ref:`AST shape reference `] - Binds a list of operations to the service. Each reference MUST target