Skip to content

contactInfo

Summary

Contact information (name, email, phone, description) for this resource

Field Type
object
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

organizationcontext

Schema

A JSON example of this model.

{
"name": "contactInfo",
"fieldType": "object",
"value": {
"name": "Jane Smith",
"email": "jane.smith@agency.gov",
"phone": "+1-202-555-0100",
"description": "Program officer for technical questions"
},
"description": "Contact information (name, email, phone, description) for this resource"
}