Skip to content

attachments

Summary

Attachments such as NOFOs and supplemental documents for the opportunity

Field Type
array
Version
0.1.0
Author
CommonGrants
Last Updated
January 20, 2026

Valid For Schemas

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

Tags

documentsfilesattachments

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": "Attachments such as NOFOs and supplemental documents for the opportunity"
}