{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "errorSource", "type": "object", "description": "The pointer and parameter of the error", "properties": { "parameter": { "type": "string", "description": "Indicates which path or URI query parameter caused the error" }, "pointer": { "type": "string", "description": "Pointer to the associated entity in the request body" } } }