links for search dispute resource
{ "$schema": "http://json-schema.org/draft-07/schema#", "$id": "https://github.com/api-evangelist/gov-uk-pay/blob/main/json-schema/DisputeLinksForSearch.json", "title": "DisputeLinksForSearch", "type": "object", "description": "links for search dispute resource", "properties": { "payment": { "$ref": "#/components/schemas/Link" } } }