Skip to content

attachments

Summary

File attachments associated with this resource

Field Type
array
Version
0.1.0
Author
CommonGrants
Last Updated
March 6, 2026

Valid For Schemas

This custom field can be used with the following CommonGrants schemas:

Tags

context

Schema

A JSON example of this model.

{
"name": "attachments",
"fieldType": "array",
"value": [
{
"downloadUrl": "https://example.com/file.pdf",
"name": "example.pdf",
"description": "A PDF file with instructions",
"sizeInBytes": 1000,
"mimeType": "application/pdf",
"createdAt": "2025-01-01T17:01:01.000Z",
"lastModifiedAt": "2025-01-02T17:30:00.000Z"
}
],
"description": "File attachments associated with this resource"
}