{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/MerchantLinks", "title": "MerchantLinks", "properties": { "apiCredentials": { "$ref": "#/components/schemas/LinksElement" }, "self": { "description": "Link to the resource itself.", "$ref": "#/components/schemas/LinksElement" }, "users": { "$ref": "#/components/schemas/LinksElement" }, "webhooks": { "$ref": "#/components/schemas/LinksElement" } }, "required": [ "self" ], "type": "object" }