JSON Schema Validation

How do we perform the JSON schema validation in Pega , any component exists in the pega which will gives us this ability to perform a validation.

I saw a video in a youtube showing a JSON Schema rule under sysadmin category but did not found that rule anywhere in the pega 8.8 version .

@PavanB75 In Pega Platform, you can perform JSON schema validation for text inputs and outputs in automations. You can configure a JSON schema by uploading a .yaml file. The JSON schema transfers the data to the REST service from the automation rule. The .yaml file generates the Swagger documentation with the sample JSON request and response. If the .yaml content is invalid, the system displays an error and you cannot submit the file. Please note that Pega Platform uses the OpenAPI specific .yaml content to generate the Swagger documentation. This feature is available in the '23 version of Pega Platform.

:warning: This is a GenAI-powered tool. All generated answers require validation against the provided references.

Configuring validation for text inputs and outputs in automations

@MarijeSchillernDo you have any screenshot of this implementation. Please share some screenshot