{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "RequestValidator", "type": "object", "properties": { "id": { "type": "string" }, "name": { "type": "string" }, "validateRequestBody": { "type": "boolean" }, "validateRequestParameters": { "type": "boolean" } } }