Skip to content

Commit cd62f4c

Browse files
Deprecation notice for Classic Schema Validation (#20067)
1 parent 3964e90 commit cd62f4c

File tree

1 file changed

+13
-2
lines changed

1 file changed

+13
-2
lines changed

src/content/docs/api-shield/reference/classic-schema-validation.mdx

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,26 @@
11
---
2-
title: Classic Schema Validation
2+
title: Classic Schema Validation (deprecated)
33
pcx_content_type: how-to
44
type: overview
55
head:
66
- tag: title
7-
content: Configure Classic Schema Validation
7+
content: Configure Classic Schema Validation (deprecated)
8+
sidebar:
9+
badge:
10+
text: Deprecated
11+
order: 1
12+
label: Classic Schema Validation
813

914
---
1015

1116
import { GlossaryTooltip } from "~/components"
1217

18+
:::caution[Deprecation notice]
19+
Classic Schema Validation has been deprecated.
20+
21+
Upload all new schemas to [Schema Validation 2.0](/api-shield/security/schema-validation/).
22+
:::
23+
1324
Use the **API Shield** interface to configure [API Schema Validation](/api-shield/security/schema-validation/), which validates requests according to the <GlossaryTooltip term="API schema">API schema</GlossaryTooltip> you provide.
1425

1526
Before you can configure Schema Validation for an API, you must obtain an API Schema file matching our [specifications](/api-shield/security/schema-validation/#specifications).

0 commit comments

Comments
 (0)