diff --git a/src/content/docs/api-shield/security/schema-validation/index.mdx b/src/content/docs/api-shield/security/schema-validation/index.mdx
index b7f351dfac82454..8a183ab5fce8d19 100644
--- a/src/content/docs/api-shield/security/schema-validation/index.mdx
+++ b/src/content/docs/api-shield/security/schema-validation/index.mdx
@@ -14,13 +14,13 @@ import { GlossaryDefinition, GlossaryTooltip, Plan, Steps, Tabs, TabItem } from
Schema validation allows you to check if incoming traffic complies with a previously supplied API schema. When you provide an API schema or select from a list of learned schema, API Shield creates rules for incoming traffic from the schema definitions. These rules define which traffic is allowed and which traffic gets logged or blocked.
-Cloudflare has recently launched Schema validation 2.0. For help configuring the previous version of Schema validation for one or more hosts using the dashboard, refer to [Configure Classic Schema validation](/api-shield/reference/classic-schema-validation/). You can make changes to your Classic Schema validation settings but you cannot add any new schemas.
+Cloudflare has launched Schema validation 2.0. For help configuring the previous version of Schema validation for one or more hosts using the dashboard, refer to [Configure Classic Schema validation](/api-shield/reference/classic-schema-validation/). You can make changes to your Classic Schema validation settings but you cannot add any new schemas.
-You can migrate to Schema validation 2.0 manually by uploading your schemas to the new system, or you can wait for a future release where we will add an easy migrate option per-schema.
+You can migrate to Schema validation 2.0 manually by uploading your schemas to the new system.
## Process
-Endpoints must be added to [Endpoint Management](/api-shield/management-and-monitoring/) for Schema validation to protect them. Uploading a schema via the Cloudflare dashboard will automatically add endpoints, or you can manually add them from [API Discovery](/api-shield/security/api-discovery/).
+Endpoints must be added to [Endpoint Management](/api-shield/management-and-monitoring/endpoint-management/) for Schema validation to protect them. Uploading a schema via the Cloudflare dashboard will automatically add endpoints, or you can manually add them from [API Discovery](/api-shield/security/api-discovery/).
If you are uploading a schema via the API or Terraform, you must parse the schema and add your endpoints manually.
@@ -28,7 +28,7 @@ If you are uploading a schema via the API or Terraform, you must parse the schem
:::note
-To view the contents in your learned schema, refer to [Export a schema](/api-shield/management-and-monitoring/#export-a-schema) in Endpoint Management.
+To view the contents in your learned schema, refer to [Export a schema](/api-shield/management-and-monitoring/endpoint-management/schema-learning/#export-a-schema) in Endpoint Management.
:::
### Add validation by uploading a schema
@@ -118,7 +118,7 @@ If an endpoint is currently protected by a learned schema, the date of the last
### Add validation by adding a fallthrough rule
-A fallthrough rule acts as a catch-all for requests that do not match endpoints in [Endpoint Management](/api-shield/management-and-monitoring/).
+A fallthrough rule acts as a catch-all for requests that do not match endpoints in [Endpoint Management](/api-shield/management-and-monitoring/endpoint-management/).
By ensuring that all your endpoints in a schema are added to Endpoint Management, the fallthrough action can protect you against legacy or zombie endpoints that your team may be unaware of.
@@ -421,7 +421,6 @@ Refer to the information below for more details on Schema validation's current s
- `double`
- `password`
- `uuid`
- - Soon to be validated formats:
- `byte`
- `uint64`
@@ -456,4 +455,6 @@ Media-ranges can also be configured to enforce a `charset` parameter. For this,
## Availability
-Schema validation is available for all customers. Refer to [Plans](/api-shield/plans/) for more information based on your plan type.
\ No newline at end of file
+Schema validation is available for all customers. Refer to [Plans](/api-shield/plans/) for more information based on your plan type.
+
+[Schema learning](/api-shield/management-and-monitoring/endpoint-management/schema-learning/) is only available for customers subscribed to API Shield.
\ No newline at end of file