Skip to content

Commit 81702d8

Browse files
fix sv2 specifications link (#20229)
1 parent 2fb09c9 commit 81702d8

File tree

1 file changed

+1
-1
lines changed
  • src/content/docs/api-shield/security/schema-validation

1 file changed

+1
-1
lines changed

src/content/docs/api-shield/security/schema-validation/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ To delete currently uploaded or learned schemas:
175175

176176
## Specifications
177177

178-
Cloudflare currently only accepts [OpenAPI v3 schemas](https://swagger.io/specification/). The accepted file formats are YAML (`.yml` or `.yaml` file extension) and JSON (`.json` file extension).
178+
Cloudflare currently only accepts [OpenAPI v3 schemas](https://spec.openapis.org/oas/v3.0.3.html). The accepted file formats are YAML (`.yml` or `.yaml` file extension) and JSON (`.json` file extension).
179179

180180
OpenAPI schemas generated by different tooling may not be specific enough to import to Schema Validation. We recommend using a third-party tool such as [Swagger Editor](https://swagger.io/tools/swagger-editor/) to ensure that schemas are compliant to the OpenAPI specification.
181181

0 commit comments

Comments
 (0)