Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,15 +1,26 @@
---
title: Classic Schema Validation
title: Classic Schema Validation (deprecated)
pcx_content_type: how-to
type: overview
head:
- tag: title
content: Configure Classic Schema Validation
content: Configure Classic Schema Validation (deprecated)
sidebar:
badge:
text: Deprecated
order: 1
label: Classic Schema Validation

---

import { GlossaryTooltip } from "~/components"

:::caution[Deprecation notice]
Classic Schema Validation has been deprecated.

Upload all new schemas to [Schema Validation 2.0](/api-shield/security/schema-validation/).
:::

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.

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).
Expand Down
Loading