Back to Templates
Schema Validation with File Refs
Use the Request Validation policy with OpenAPI that references external files.
Categories:
ValidationProgrammability
Schema Validation from File Refs#
This sample demonstrates how to use the Request Validation policy and write an OpenAPI spec that references external files using a $ref
.
Discover More Examples
API Linting
See how to use API linting to enforce api consistency and require Zuplo features like policies.
API Governance
Backend for Frontend (BFF) Auth
Optimize UX and security in web applications with this approach.
Authentication
Custom Rate Limiting
Invoke the Rate Limit policy programatically and then modify the 429 response.
Programmability
Custom Modules
How to bundle custom node modules to use in your Zuplo project.
Programmability