AgencyPOCEmailAddress
The email address monitored by the POC in the grant management role.
| Type | string |
|---|---|
| Format | email |
| Length | 0–255 |
Provenance
| CDM entity | Federal Program POC |
|---|---|
| Data groups | Assistance Listing (AL) Information, AL Contact Information |
| Related elements | (3) Email Address |
| Grants activity references | GRM.010.010 Grant Program Set-up and Maintenance |
| References | (1) 2 CFR 200.203, (3) SAM.gov Assistance Listing, (5) 31 USC 6102 |
| Description source | Crafted |
Example & schema
"agency@example.gov"{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "AgencyPOCEmailAddress.schema.json", "title": "AgencyPOCEmailAddress", "description": "The email address monitored by the POC in the grant management role.", "type": "string", "format": "email", "maxLength": 255, "x-cdmEntity": "Federal Program POC", "x-grantsActivityReferences": [ "GRM.010.010 Grant Program Set-up and Maintenance" ], "x-dataGroups": [ "Assistance Listing (AL) Information", "AL Contact Information" ], "x-relatedElements": [ "(3) Email Address" ], "x-descriptionSource": [ "Crafted" ], "x-references": [ "(1) 2 CFR 200.203", "(3) SAM.gov Assistance Listing", "(5) 31 USC 6102" ]}