diff --git a/cmd/tfplugindocs/testdata/scripts/schema-json/generate/framework_provider_success_all_framework_types.txtar b/cmd/tfplugindocs/testdata/scripts/schema-json/generate/framework_provider_success_all_framework_types.txtar
index b58019ee..f341079e 100644
--- a/cmd/tfplugindocs/testdata/scripts/schema-json/generate/framework_provider_success_all_framework_types.txtar
+++ b/cmd/tfplugindocs/testdata/scripts/schema-json/generate/framework_provider_success_all_framework_types.txtar
@@ -73,31 +73,31 @@ example resource
- `float64_attribute` (Number) example float64 attribute
- `int64_attribute` (Number) example int64 attribute
- `list_attribute` (List of String) example list attribute
-- `list_nested_block` (Block List) example list nested block (see [below for nested schema](#nestedblock--list_nested_block))
-- `list_nested_block_sensitive_nested_attribute` (Block List) (see [below for nested schema](#nestedblock--list_nested_block_sensitive_nested_attribute))
+- `list_nested_block` (Block List) example list nested block (See [below for nested schema](#nestedblock--list_nested_block))
+- `list_nested_block_sensitive_nested_attribute` (Block List) (See [below for nested schema](#nestedblock--list_nested_block_sensitive_nested_attribute))
- `map_attribute` (Map of String) example map attribute
- `number_attribute` (Number) example number attribute
-- `object_attribute` (Object) example object attribute (see [below for nested schema](#nestedatt--object_attribute))
-- `object_attribute_with_nested_object_attribute` (Object) example object attribute with nested object attribute (see [below for nested schema](#nestedatt--object_attribute_with_nested_object_attribute))
+- `object_attribute` (Object) example object attribute (See [below for nested schema](#nestedatt--object_attribute))
+- `object_attribute_with_nested_object_attribute` (Object) example object attribute with nested object attribute (See [below for nested schema](#nestedatt--object_attribute_with_nested_object_attribute))
- `sensitive_bool_attribute` (Boolean, Sensitive) example sensitive bool attribute
- `sensitive_float64_attribute` (Number, Sensitive) example sensitive float64 attribute
- `sensitive_int64_attribute` (Number, Sensitive) example sensitive int64 attribute
- `sensitive_list_attribute` (List of String, Sensitive) example sensitive list attribute
- `sensitive_map_attribute` (Map of String, Sensitive) example sensitive map attribute
- `sensitive_number_attribute` (Number, Sensitive) example sensitive number attribute
-- `sensitive_object_attribute` (Object, Sensitive) example sensitive object attribute (see [below for nested schema](#nestedatt--sensitive_object_attribute))
+- `sensitive_object_attribute` (Object, Sensitive) example sensitive object attribute (See [below for nested schema](#nestedatt--sensitive_object_attribute))
- `sensitive_set_attribute` (Set of String, Sensitive) example sensitive set attribute
- `sensitive_string_attribute` (String, Sensitive) example sensitive string attribute
- `set_attribute` (Set of String) example set attribute
-- `set_nested_block` (Block Set) example set nested block (see [below for nested schema](#nestedblock--set_nested_block))
-- `single_nested_block` (Block, Optional) example single nested block (see [below for nested schema](#nestedblock--single_nested_block))
-- `single_nested_block_sensitive_nested_attribute` (Block, Optional) example sensitive single nested block (see [below for nested schema](#nestedblock--single_nested_block_sensitive_nested_attribute))
+- `set_nested_block` (Block Set) example set nested block (See [below for nested schema](#nestedblock--set_nested_block))
+- `single_nested_block` (Block, Optional) example single nested block (See [below for nested schema](#nestedblock--single_nested_block))
+- `single_nested_block_sensitive_nested_attribute` (Block, Optional) example sensitive single nested block (See [below for nested schema](#nestedblock--single_nested_block_sensitive_nested_attribute))
- `string_attribute` (String) example string attribute
### Read-Only
- `id` (String) The ID of this resource.
-- `set_nested_block_sensitive_nested_attribute` (Block Set) example sensitive set nested block (see [below for nested schema](#nestedblock--set_nested_block_sensitive_nested_attribute))
+- `set_nested_block_sensitive_nested_attribute` (Block Set) example sensitive set nested block (See [below for nested schema](#nestedblock--set_nested_block_sensitive_nested_attribute))
### Nested Schema for `list_nested_block`
@@ -106,7 +106,7 @@ Optional:
- `list_nested_block_attribute` (String) example list nested block attribute
- `list_nested_block_attribute_with_default` (String) example list nested block attribute with default
-- `nested_list_block` (Block List) (see [below for nested schema](#nestedblock--list_nested_block--nested_list_block))
+- `nested_list_block` (Block List) (See [below for nested schema](#nestedblock--list_nested_block--nested_list_block))
### Nested Schema for `list_nested_block.nested_list_block`
@@ -139,7 +139,7 @@ Optional:
Optional:
-- `nested_object` (Object) (see [below for nested schema](#nestedobjatt--object_attribute_with_nested_object_attribute--nested_object))
+- `nested_object` (Object) (See [below for nested schema](#nestedobjatt--object_attribute_with_nested_object_attribute--nested_object))
- `object_attribute_attribute` (String)
diff --git a/cmd/tfplugindocs/testdata/scripts/schema-json/generate/nested_id_attribute.txtar b/cmd/tfplugindocs/testdata/scripts/schema-json/generate/nested_id_attribute.txtar
index 21628fae..b5b8e16e 100644
--- a/cmd/tfplugindocs/testdata/scripts/schema-json/generate/nested_id_attribute.txtar
+++ b/cmd/tfplugindocs/testdata/scripts/schema-json/generate/nested_id_attribute.txtar
@@ -66,25 +66,25 @@ example resource
### Required
-- `required_object_attribute` (Object) example required object attribute (see [below for nested schema](#nestedatt--required_object_attribute))
+- `required_object_attribute` (Object) example required object attribute (See [below for nested schema](#nestedatt--required_object_attribute))
### Optional
-- `list_nested_block_optional_id` (Block List) example list nested block with optional id attribute (see [below for nested schema](#nestedblock--list_nested_block_optional_id))
-- `list_nested_block_required_id` (Block List) example list nested block with required id attribute (see [below for nested schema](#nestedblock--list_nested_block_required_id))
-- `optional_object_attribute` (Object) example optional object attribute (see [below for nested schema](#nestedatt--optional_object_attribute))
-- `set_nested_block_optional_id` (Block Set) example set nested block with optional id attribute (see [below for nested schema](#nestedblock--set_nested_block_optional_id))
-- `set_nested_block_required_id` (Block Set) example set nested block with required id attribute (see [below for nested schema](#nestedblock--set_nested_block_required_id))
-- `single_nested_block_optional_id` (Block, Optional) example single nested block with optional id attribute (see [below for nested schema](#nestedblock--single_nested_block_optional_id))
-- `single_nested_block_required_id` (Block, Optional) example single nested block with required id attribute (see [below for nested schema](#nestedblock--single_nested_block_required_id))
+- `list_nested_block_optional_id` (Block List) example list nested block with optional id attribute (See [below for nested schema](#nestedblock--list_nested_block_optional_id))
+- `list_nested_block_required_id` (Block List) example list nested block with required id attribute (See [below for nested schema](#nestedblock--list_nested_block_required_id))
+- `optional_object_attribute` (Object) example optional object attribute (See [below for nested schema](#nestedatt--optional_object_attribute))
+- `set_nested_block_optional_id` (Block Set) example set nested block with optional id attribute (See [below for nested schema](#nestedblock--set_nested_block_optional_id))
+- `set_nested_block_required_id` (Block Set) example set nested block with required id attribute (See [below for nested schema](#nestedblock--set_nested_block_required_id))
+- `single_nested_block_optional_id` (Block, Optional) example single nested block with optional id attribute (See [below for nested schema](#nestedblock--single_nested_block_optional_id))
+- `single_nested_block_required_id` (Block, Optional) example single nested block with required id attribute (See [below for nested schema](#nestedblock--single_nested_block_required_id))
### Read-Only
-- `computed_object_attribute` (Object) example computed object attribute (see [below for nested schema](#nestedatt--computed_object_attribute))
+- `computed_object_attribute` (Object) example computed object attribute (See [below for nested schema](#nestedatt--computed_object_attribute))
- `id` (String) The ID of this resource.
-- `list_nested_block_computed_id` (Block List) example list nested block with computed id attribute (see [below for nested schema](#nestedblock--list_nested_block_computed_id))
-- `set_nested_block_computed_id` (Block Set) example set nested block with computed id attribute (see [below for nested schema](#nestedblock--set_nested_block_computed_id))
-- `single_nested_block_computed_id` (Block, Read-only) example single nested block with computed id attribute (see [below for nested schema](#nestedblock--single_nested_block_computed_id))
+- `list_nested_block_computed_id` (Block List) example list nested block with computed id attribute (See [below for nested schema](#nestedblock--list_nested_block_computed_id))
+- `set_nested_block_computed_id` (Block Set) example set nested block with computed id attribute (See [below for nested schema](#nestedblock--set_nested_block_computed_id))
+- `single_nested_block_computed_id` (Block, Read-only) example single nested block with computed id attribute (See [below for nested schema](#nestedblock--single_nested_block_computed_id))
### Nested Schema for `required_object_attribute`
diff --git a/internal/schemamd/render.go b/internal/schemamd/render.go
index a459d0ba..50a0b4c2 100644
--- a/internal/schemamd/render.go
+++ b/internal/schemamd/render.go
@@ -92,7 +92,7 @@ func writeAttribute(w io.Writer, path []string, att *tfjson.SchemaAttribute, gro
nestedTypes := []nestedType{}
switch {
case att.AttributeNestedType != nil:
- _, err = io.WriteString(w, " (see [below for nested schema](#"+anchorID+"))")
+ _, err = io.WriteString(w, " (See [below for nested schema](#"+anchorID+"))")
if err != nil {
return nil, err
}
@@ -106,7 +106,7 @@ func writeAttribute(w io.Writer, path []string, att *tfjson.SchemaAttribute, gro
group: group,
})
case att.AttributeType.IsObjectType():
- _, err = io.WriteString(w, " (see [below for nested schema](#"+anchorID+"))")
+ _, err = io.WriteString(w, " (See [below for nested schema](#"+anchorID+"))")
if err != nil {
return nil, err
}
@@ -120,7 +120,7 @@ func writeAttribute(w io.Writer, path []string, att *tfjson.SchemaAttribute, gro
group: group,
})
case att.AttributeType.IsCollectionType() && att.AttributeType.ElementType().IsObjectType():
- _, err = io.WriteString(w, " (see [below for nested schema](#"+anchorID+"))")
+ _, err = io.WriteString(w, " (See [below for nested schema](#"+anchorID+"))")
if err != nil {
return nil, err
}
@@ -166,7 +166,7 @@ func writeBlockType(w io.Writer, path []string, block *tfjson.SchemaBlockType) (
block: block.Block,
}
- _, err = io.WriteString(w, " (see [below for nested schema](#"+anchorID+"))")
+ _, err = io.WriteString(w, " (See [below for nested schema](#"+anchorID+"))")
if err != nil {
return nil, err
}
@@ -412,7 +412,7 @@ func writeObjectAttribute(w io.Writer, path []string, att cty.Type, group groupF
nestedTypes := []nestedType{}
switch {
case att.IsObjectType():
- _, err = io.WriteString(w, " (see [below for nested schema](#"+anchorID+"))")
+ _, err = io.WriteString(w, " (See [below for nested schema](#"+anchorID+"))")
if err != nil {
return nil, err
}
@@ -426,7 +426,7 @@ func writeObjectAttribute(w io.Writer, path []string, att cty.Type, group groupF
group: group,
})
case att.IsCollectionType() && att.ElementType().IsObjectType():
- _, err = io.WriteString(w, " (see [below for nested schema](#"+anchorID+"))")
+ _, err = io.WriteString(w, " (See [below for nested schema](#"+anchorID+"))")
if err != nil {
return nil, err
}
diff --git a/internal/schemamd/testdata/aws_acm_certificate.md b/internal/schemamd/testdata/aws_acm_certificate.md
index 7ead0c69..fc56940d 100644
--- a/internal/schemamd/testdata/aws_acm_certificate.md
+++ b/internal/schemamd/testdata/aws_acm_certificate.md
@@ -6,7 +6,7 @@
- `certificate_body` (String)
- `certificate_chain` (String)
- `domain_name` (String)
-- `options` (Block List, Max: 1) (see [below for nested schema](#nestedblock--options))
+- `options` (Block List, Max: 1) (See [below for nested schema](#nestedblock--options))
- `private_key` (String, Sensitive)
- `subject_alternative_names` (Set of String)
- `tags` (Map of String)
@@ -16,7 +16,7 @@
### Read-Only
- `arn` (String)
-- `domain_validation_options` (Set of Object) (see [below for nested schema](#nestedatt--domain_validation_options))
+- `domain_validation_options` (Set of Object) (See [below for nested schema](#nestedatt--domain_validation_options))
- `id` (String) The ID of this resource.
- `status` (String)
- `validation_emails` (List of String)
diff --git a/internal/schemamd/testdata/awscc_acmpca_certificate.md b/internal/schemamd/testdata/awscc_acmpca_certificate.md
index 73bc8880..e80fa159 100644
--- a/internal/schemamd/testdata/awscc_acmpca_certificate.md
+++ b/internal/schemamd/testdata/awscc_acmpca_certificate.md
@@ -5,13 +5,13 @@
- `certificate_authority_arn` (String)
- `certificate_signing_request` (String) The certificate signing request (CSR) for the Certificate.
- `signing_algorithm` (String) The name of the algorithm that will be used to sign the Certificate.
-- `validity` (Attributes) Validity for a certificate. (see [below for nested schema](#nestedatt--validity))
+- `validity` (Attributes) Validity for a certificate. (See [below for nested schema](#nestedatt--validity))
### Optional
-- `api_passthrough` (Attributes) Structure that specifies fields to be overridden in a certificate at the time of issuance. These requires an API Passthrough template be used or they will be ignored. (see [below for nested schema](#nestedatt--api_passthrough))
+- `api_passthrough` (Attributes) Structure that specifies fields to be overridden in a certificate at the time of issuance. These requires an API Passthrough template be used or they will be ignored. (See [below for nested schema](#nestedatt--api_passthrough))
- `template_arn` (String)
-- `validity_not_before` (Attributes) Validity for a certificate. (see [below for nested schema](#nestedatt--validity_not_before))
+- `validity_not_before` (Attributes) Validity for a certificate. (See [below for nested schema](#nestedatt--validity_not_before))
### Read-Only
@@ -33,18 +33,18 @@ Required:
Optional:
-- `extensions` (Attributes) Structure that contains X.500 extensions for a Certificate. (see [below for nested schema](#nestedatt--api_passthrough--extensions))
-- `subject` (Attributes) Structure that contains X.500 distinguished name information. (see [below for nested schema](#nestedatt--api_passthrough--subject))
+- `extensions` (Attributes) Structure that contains X.500 extensions for a Certificate. (See [below for nested schema](#nestedatt--api_passthrough--extensions))
+- `subject` (Attributes) Structure that contains X.500 distinguished name information. (See [below for nested schema](#nestedatt--api_passthrough--subject))
### Nested Schema for `api_passthrough.extensions`
Optional:
-- `certificate_policies` (Attributes List) (see [below for nested schema](#nestedatt--api_passthrough--extensions--certificate_policies))
-- `extended_key_usage` (Attributes List) (see [below for nested schema](#nestedatt--api_passthrough--extensions--extended_key_usage))
-- `key_usage` (Attributes) Structure that contains X.509 KeyUsage information. (see [below for nested schema](#nestedatt--api_passthrough--extensions--key_usage))
-- `subject_alternative_names` (Attributes List) (see [below for nested schema](#nestedatt--api_passthrough--extensions--subject_alternative_names))
+- `certificate_policies` (Attributes List) (See [below for nested schema](#nestedatt--api_passthrough--extensions--certificate_policies))
+- `extended_key_usage` (Attributes List) (See [below for nested schema](#nestedatt--api_passthrough--extensions--extended_key_usage))
+- `key_usage` (Attributes) Structure that contains X.509 KeyUsage information. (See [below for nested schema](#nestedatt--api_passthrough--extensions--key_usage))
+- `subject_alternative_names` (Attributes List) (See [below for nested schema](#nestedatt--api_passthrough--extensions--subject_alternative_names))
### Nested Schema for `api_passthrough.extensions.certificate_policies`
@@ -55,7 +55,7 @@ Required:
Optional:
-- `policy_qualifiers` (Attributes List) (see [below for nested schema](#nestedatt--api_passthrough--extensions--certificate_policies--policy_qualifiers))
+- `policy_qualifiers` (Attributes List) (See [below for nested schema](#nestedatt--api_passthrough--extensions--certificate_policies--policy_qualifiers))
### Nested Schema for `api_passthrough.extensions.certificate_policies.policy_qualifiers`
@@ -63,7 +63,7 @@ Optional:
Required:
- `policy_qualifier_id` (String)
-- `qualifier` (Attributes) Structure that contains a X.509 policy qualifier. (see [below for nested schema](#nestedatt--api_passthrough--extensions--certificate_policies--policy_qualifiers--qualifier))
+- `qualifier` (Attributes) Structure that contains a X.509 policy qualifier. (See [below for nested schema](#nestedatt--api_passthrough--extensions--certificate_policies--policy_qualifiers--qualifier))
### Nested Schema for `api_passthrough.extensions.certificate_policies.policy_qualifiers.qualifier`
@@ -105,11 +105,11 @@ Optional:
Optional:
-- `directory_name` (Attributes) Structure that contains X.500 distinguished name information. (see [below for nested schema](#nestedatt--api_passthrough--extensions--subject_alternative_names--directory_name))
+- `directory_name` (Attributes) Structure that contains X.500 distinguished name information. (See [below for nested schema](#nestedatt--api_passthrough--extensions--subject_alternative_names--directory_name))
- `dns_name` (String) String that contains X.509 DnsName information.
-- `edi_party_name` (Attributes) Structure that contains X.509 EdiPartyName information. (see [below for nested schema](#nestedatt--api_passthrough--extensions--subject_alternative_names--edi_party_name))
+- `edi_party_name` (Attributes) Structure that contains X.509 EdiPartyName information. (See [below for nested schema](#nestedatt--api_passthrough--extensions--subject_alternative_names--edi_party_name))
- `ip_address` (String) String that contains X.509 IpAddress information.
-- `other_name` (Attributes) Structure that contains X.509 OtherName information. (see [below for nested schema](#nestedatt--api_passthrough--extensions--subject_alternative_names--other_name))
+- `other_name` (Attributes) Structure that contains X.509 OtherName information. (See [below for nested schema](#nestedatt--api_passthrough--extensions--subject_alternative_names--other_name))
- `registered_id` (String) String that contains X.509 ObjectIdentifier information.
- `rfc_822_name` (String) String that contains X.509 Rfc822Name information.
- `uniform_resource_identifier` (String) String that contains X.509 UniformResourceIdentifier information.
diff --git a/internal/schemamd/testdata/deep_nested_attributes.md b/internal/schemamd/testdata/deep_nested_attributes.md
index 88e52c6b..9ab085e0 100644
--- a/internal/schemamd/testdata/deep_nested_attributes.md
+++ b/internal/schemamd/testdata/deep_nested_attributes.md
@@ -2,7 +2,7 @@
### Required
-- `level_one` (Attributes) (see [below for nested schema](#nestedatt--level_one))
+- `level_one` (Attributes) (See [below for nested schema](#nestedatt--level_one))
### Read-Only
@@ -13,21 +13,21 @@
Optional:
-- `level_two` (Attributes) (see [below for nested schema](#nestedatt--level_one--level_two))
+- `level_two` (Attributes) (See [below for nested schema](#nestedatt--level_one--level_two))
### Nested Schema for `level_one.level_two`
Optional:
-- `level_three` (Attributes) (see [below for nested schema](#nestedatt--level_one--level_two--level_three))
+- `level_three` (Attributes) (See [below for nested schema](#nestedatt--level_one--level_two--level_three))
### Nested Schema for `level_one.level_two.level_three`
Optional:
-- `level_four_primary` (Attributes) (see [below for nested schema](#nestedatt--level_one--level_two--level_three--level_four_primary))
+- `level_four_primary` (Attributes) (See [below for nested schema](#nestedatt--level_one--level_two--level_three--level_four_primary))
- `level_four_secondary` (String)
@@ -35,7 +35,7 @@ Optional:
Optional:
-- `level_five` (Attributes) Parent should be level_one.level_two.level_three.level_four_primary. (see [below for nested schema](#nestedatt--level_one--level_two--level_three--level_four_primary--level_five))
+- `level_five` (Attributes) Parent should be level_one.level_two.level_three.level_four_primary. (See [below for nested schema](#nestedatt--level_one--level_two--level_three--level_four_primary--level_five))
- `level_four_primary_string` (String) Parent should be level_one.level_two.level_three.level_four_primary.
diff --git a/internal/schemamd/testdata/framework_types.md b/internal/schemamd/testdata/framework_types.md
index 06c04261..71f1b55e 100644
--- a/internal/schemamd/testdata/framework_types.md
+++ b/internal/schemamd/testdata/framework_types.md
@@ -6,31 +6,31 @@
- `float64_attribute` (Number) example float64 attribute
- `int64_attribute` (Number) example int64 attribute
- `list_attribute` (List of String) example list attribute
-- `list_nested_block` (Block List) example list nested block (see [below for nested schema](#nestedblock--list_nested_block))
-- `list_nested_block_sensitive_nested_attribute` (Block List) (see [below for nested schema](#nestedblock--list_nested_block_sensitive_nested_attribute))
+- `list_nested_block` (Block List) example list nested block (See [below for nested schema](#nestedblock--list_nested_block))
+- `list_nested_block_sensitive_nested_attribute` (Block List) (See [below for nested schema](#nestedblock--list_nested_block_sensitive_nested_attribute))
- `map_attribute` (Map of String) example map attribute
- `number_attribute` (Number) example number attribute
-- `object_attribute` (Object) example object attribute (see [below for nested schema](#nestedatt--object_attribute))
-- `object_attribute_with_nested_object_attribute` (Object) example object attribute with nested object attribute (see [below for nested schema](#nestedatt--object_attribute_with_nested_object_attribute))
+- `object_attribute` (Object) example object attribute (See [below for nested schema](#nestedatt--object_attribute))
+- `object_attribute_with_nested_object_attribute` (Object) example object attribute with nested object attribute (See [below for nested schema](#nestedatt--object_attribute_with_nested_object_attribute))
- `sensitive_bool_attribute` (Boolean, Sensitive) example sensitive bool attribute
- `sensitive_float64_attribute` (Number, Sensitive) example sensitive float64 attribute
- `sensitive_int64_attribute` (Number, Sensitive) example sensitive int64 attribute
- `sensitive_list_attribute` (List of String, Sensitive) example sensitive list attribute
- `sensitive_map_attribute` (Map of String, Sensitive) example sensitive map attribute
- `sensitive_number_attribute` (Number, Sensitive) example sensitive number attribute
-- `sensitive_object_attribute` (Object, Sensitive) example sensitive object attribute (see [below for nested schema](#nestedatt--sensitive_object_attribute))
+- `sensitive_object_attribute` (Object, Sensitive) example sensitive object attribute (See [below for nested schema](#nestedatt--sensitive_object_attribute))
- `sensitive_set_attribute` (Set of String, Sensitive) example sensitive set attribute
- `sensitive_string_attribute` (String, Sensitive) example sensitive string attribute
- `set_attribute` (Set of String) example set attribute
-- `set_nested_block` (Block Set) example set nested block (see [below for nested schema](#nestedblock--set_nested_block))
-- `single_nested_block` (Block, Optional) example single nested block (see [below for nested schema](#nestedblock--single_nested_block))
-- `single_nested_block_sensitive_nested_attribute` (Block, Optional) example sensitive single nested block (see [below for nested schema](#nestedblock--single_nested_block_sensitive_nested_attribute))
+- `set_nested_block` (Block Set) example set nested block (See [below for nested schema](#nestedblock--set_nested_block))
+- `single_nested_block` (Block, Optional) example single nested block (See [below for nested schema](#nestedblock--single_nested_block))
+- `single_nested_block_sensitive_nested_attribute` (Block, Optional) example sensitive single nested block (See [below for nested schema](#nestedblock--single_nested_block_sensitive_nested_attribute))
- `string_attribute` (String) example string attribute
### Read-Only
- `id` (String) The ID of this resource.
-- `set_nested_block_sensitive_nested_attribute` (Block Set) example sensitive set nested block (see [below for nested schema](#nestedblock--set_nested_block_sensitive_nested_attribute))
+- `set_nested_block_sensitive_nested_attribute` (Block Set) example sensitive set nested block (See [below for nested schema](#nestedblock--set_nested_block_sensitive_nested_attribute))
### Nested Schema for `list_nested_block`
@@ -39,7 +39,7 @@ Optional:
- `list_nested_block_attribute` (String) example list nested block attribute
- `list_nested_block_attribute_with_default` (String) example list nested block attribute with default
-- `nested_list_block` (Block List) (see [below for nested schema](#nestedblock--list_nested_block--nested_list_block))
+- `nested_list_block` (Block List) (See [below for nested schema](#nestedblock--list_nested_block--nested_list_block))
### Nested Schema for `list_nested_block.nested_list_block`
@@ -72,7 +72,7 @@ Optional:
Optional:
-- `nested_object` (Object) (see [below for nested schema](#nestedobjatt--object_attribute_with_nested_object_attribute--nested_object))
+- `nested_object` (Object) (See [below for nested schema](#nestedobjatt--object_attribute_with_nested_object_attribute--nested_object))
- `object_attribute_attribute` (String)