diff --git a/docs/source-2.0/guides/migrating-idl-1-to-2.rst b/docs/source-2.0/guides/migrating-idl-1-to-2.rst index 27118ea7860..6257ea23f14 100644 --- a/docs/source-2.0/guides/migrating-idl-1-to-2.rst +++ b/docs/source-2.0/guides/migrating-idl-1-to-2.rst @@ -389,7 +389,7 @@ can be updated to: .. code-block:: smithy - $version: "1.0" + $version: "2.0" namespace smithy.example diff --git a/docs/source-2.0/index.rst b/docs/source-2.0/index.rst index a98d56d6a11..a88cece6b15 100644 --- a/docs/source-2.0/index.rst +++ b/docs/source-2.0/index.rst @@ -22,7 +22,7 @@ Smithy identifiers: { cityId: CityId } read: GetCity list: ListCities - resources: [Foreast], + resources: [Forecast] } .. rubric:: Next steps diff --git a/docs/source-2.0/spec/json-ast.rst b/docs/source-2.0/spec/json-ast.rst index b0b35a3bac3..ba683fa0b08 100644 --- a/docs/source-2.0/spec/json-ast.rst +++ b/docs/source-2.0/spec/json-ast.rst @@ -495,6 +495,10 @@ shapes defined in JSON support the same properties as the Smithy IDL. * - :ref:`identifiers ` - Map`> - Defines identifier names and shape IDs used to identify the resource. + * - :ref:`properties ` + - :ref:`AST shape reference ` + - Defines a map of property string names to shape IDs that + enumerate the properties of the resource. * - :ref:`create ` - :ref:`AST shape reference ` - Defines the lifecycle operation used to create a resource using one