{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/ErrorSource", "title": "ErrorSource", "type": "object", "properties": { "pointer": { "description": "A pointer to the source of the error in the request payload.", "type": "string", "example": "/data", "default": "/data", "nullable": true } } }