Hi,
The CTK for TMF Trouble Ticket 621 contains a file CHANGE_ME.json with the payloads that will be used in the test.
The example provided in the "attachment" field seems to have an error because it is defined with @type "AttachmentRef" but contains fields related to @type "Attachment".
"attachment": [
{
"id": "34345",
"description": "Scanned disputed bill",
"attachmentType": "billCopy",
"mimeType": "image/png",
"name": "March Bill",
"url": "https://mycsp.com:7070/docloader?docnum=3534555",
"@type": "AttachmentRef"
}
],
As you can see fields like attachmentType or mimeType are present only on @type Attachment and are not part of AttachmentRef

Even though this is an example file and we can modify it I think it would be nice if this was fixed. The @type should be changed to "Attachment".
Best Regards.
------------------------------
Alana Brandão
INATEL - Instituto Nacional de Telecomunicacoes
------------------------------