Schema Validation
schema_validation
Schemas
schema_validation.schemas
Methods
Lists all OpenAPI schemas uploaded to API Shield with pagination support.
Gets the contents and metadata of a specific OpenAPI schema uploaded to API Shield.
Uploads a new OpenAPI schema for API Shield schema validation. The schema defines expected request/response formats for API endpoints.
Modifies an existing OpenAPI schema in API Shield, updating the validation rules for associated API operations.
Permanently removes an uploaded OpenAPI schema from API Shield. Operations using this schema will lose their validation rules.
Domain types
A schema used in schema validation
Settings
schema_validation.settings
Methods
Retrieves the current global schema validation settings for a zone.
Fully updates global schema validation settings for a zone, replacing existing configuration.
Partially updates global schema validation settings for a zone using PATCH semantics.
schema_validation.settings.operations
Methods
Lists all per-operation schema validation settings configured for the zone.
Retrieves the schema validation settings configured for a specific API operation.
Fully updates schema validation settings for a specific API operation.
Updates schema validation settings for multiple API operations in a single request. Efficient for applying consistent validation rules across endpoints.
Removes custom schema validation settings for a specific API operation, reverting to zone-level defaults.