SF424
Summary
73 total questions | 64% mapped to the CommonGrants schema
SF424 - Application for Federal Assistance for organizations
Details
Sample version of the rendered form.
Type of submission in accordance with agency instructions
Type of application in accordance with agency instructions
Date received by federal agency — completed by Grants.gov upon submission
Applicant's control number
Number assigned to the organization by the Federal agency
Previously assigned Federal award identifier (for continuation or revision)
must match format "date"
Identifier assigned by the State
Address header — section label from the legacy SF-424 form
County or parish of the applicant address
Province of the applicant address
Primary organizational department or equivalent level
Primary organizational division or major subdivision
Honorific prefix
First or given name
Middle name
Last or family name
Name suffix
The contact's job title or role
The primary street address line
Additional street address information
The city or municipality
The US state, territory, or "Outside the US"
The country
The postal or ZIP code
The local phone number without the country code.
The contact's email address
Contact's fax number
Contact's organizational affiliation if different from the applicant organization
Primary applicant type
Secondary applicant type
Tertiary applicant type
Name of the awarding federal agency — pre-populated from Application cover sheet
Assistance Listing (CFDA) Number — pre-populated from Application cover sheet
Assistance Listing (CFDA) Program Title — pre-populated from Application cover sheet
Funding opportunity number — pre-populated from Application cover sheet
Funding opportunity title — pre-populated from Application cover sheet
Competition identification number — pre-populated from Application cover sheet
Competition identification title — pre-populated from Application cover sheet
The title of the project
The project start date (ISO 8601 format: YYYY-MM-DD)
The project end date (ISO 8601 format: YYYY-MM-DD)
Additional project titles (attach file)
Areas or entities affected, using categories specified in agency instructions
Congressional district of the applicant (format: XX-###, e.g. CA-005)
Congressional district(s) where the program/project will be performed
Additional congressional districts if the project spans more than one
Federal share of estimated funding
Applicant share of estimated funding
State share of estimated funding
Local share of estimated funding
Other share of estimated funding
Program income share of estimated funding
Total estimated funding — calculated field
Is the application subject to review by state executive order 12372?
must match format "date"
Is the applicant delinquent on any federal debt?
Applicant agrees to all required certifications
Authorized representative section header
Honorific prefix
First or given name
Middle name
Last or family name
Name suffix
The AOR's job title or role
The primary street address line
Additional street address information
The city or municipality
The US state, territory, or "Outside the US"
The country
The postal or ZIP code
The local phone number without the country code.
The AOR's email address
AOR fax number
AOR signature — completed by Grants.gov upon submission
Date the application was signed — completed by Grants.gov upon submission
Form Data
What the form data looks like when it is submitted.
{ "submissionType": "Application", "applicationType": "New", "revisionType": "A: Increase Award", "revisionOtherSpecify": "", "dateReceived": "2024-03-20", "applicantId": "", "federalEntityIdentifier": "", "federalAwardIdentifier": "", "stateReceiveDate": "", "stateApplicationId": "", "org": { "name": "Example Research Institute", "ein": "12-3456789", "uei": "ABC123DEF456", "address": { "street1": "123 Research Way", "street2": "Suite 100", "city": "Washington", "state": "DC", "country": "US", "postalCode": "20001" } }, "applicantAddressHeader": "", "applicantCounty": "District of Columbia", "applicantProvince": "", "departmentName": "Research Division", "divisionName": "Innovation Lab", "contact": { "name": { "prefix": "Dr.", "firstName": "Jane", "middleName": "Q", "lastName": "Smith", "suffix": "Ph.D." }, "title": "Research Director", "phone": { "countryCode": "+1", "number": "555-123-4567" }, "email": "jane.smith@example.org" }, "contactFax": "555-987-6543", "orgAffiliation": "", "applicantTypeCode1": "M: Nonprofit with 501C3 IRS Status (Other than Institution of Higher Education)", "applicantTypeCode2": "None", "applicantTypeCode3": "None", "applicantTypeOtherSpecify": "", "agencyName": "National Science Foundation", "cfdaNumber": "47.041", "cfdaProgramTitle": "Engineering Grants", "fundingOpportunityNumber": "NSF-24-123", "fundingOpportunityTitle": "Innovation in Research Technology", "competitionIdentificationNumber": "", "competitionIdentificationTitle": "", "project": { "title": "Advanced Research in Sustainable Technology", "startDate": "2024-10-01", "endDate": "2025-09-30" }, "additionalProjectTitle": "", "areasAffected": "", "congressionalDistrictApplicant": "DC-000", "congressionalDistrictProgramProject": "DC-000", "additionalCongressionalDistricts": "", "federalEstimatedFunding": "500000.00", "applicantEstimatedFunding": "100000.00", "stateEstimatedFunding": "50000.00", "localEstimatedFunding": "25000.00", "otherEstimatedFunding": "25000.00", "programIncomeEstimatedFunding": "0.00", "totalEstimatedFunding": "700000.00", "stateReview": "No", "stateReviewAvailableDate": "", "delinquentFederalDebt": "No", "debtExplanation": "", "certificationAgree": "Yes", "aorHeader": "", "aor": { "name": { "firstName": "Alex", "lastName": "Johnson" }, "title": "Executive Director", "phone": { "countryCode": "+1", "number": "555-234-5678" }, "email": "director@example.org" }, "aorFax": "555-876-5432", "aorSignature": "", "dateSigned": "2024-03-20"}JSON Schema
Provides the structure and data validation for this form.
{ "title": "SF424", "description": "SF-424 Application for Federal Assistance.\n\nComposes org + contact + AOR + project details from the question bank,\nand adds SF-424-specific fields (submission type, applicant type codes,\nopportunity info, estimated funding, state review, and certification).", "type": "object", "required": [ "submissionType", "applicationType", "dateReceived", "org", "contact", "applicantTypeCode1", "agencyName", "fundingOpportunityNumber", "fundingOpportunityTitle", "project", "congressionalDistrictApplicant", "congressionalDistrictProgramProject", "federalEstimatedFunding", "applicantEstimatedFunding", "stateEstimatedFunding", "localEstimatedFunding", "otherEstimatedFunding", "programIncomeEstimatedFunding", "totalEstimatedFunding", "stateReview", "delinquentFederalDebt", "certificationAgree", "aor", "aorSignature", "dateSigned" ], "properties": { "submissionType": { "description": "Type of submission in accordance with agency instructions", "type": "string", "enum": [ "Application", "Preapplication", "Changed/Corrected Application", "Changed/Corrected Preapplication", "Other" ] }, "applicationType": { "description": "Type of application in accordance with agency instructions", "type": "string", "enum": [ "New", "Continuation", "Revision" ] }, "revisionType": { "description": "Revision type (required if applicationType is Revision)", "type": "string", "enum": [ "A: Increase Award", "B: Decrease Award", "C: Increase Duration", "D: Decrease Duration", "E: Other (specify)", "AC: Increase Award, Increase Duration", "AD: Increase Award, Decrease Duration", "BC: Decrease Award, Increase Duration", "BD: Decrease Award, Decrease Duration" ] }, "revisionOtherSpecify": { "type": "string", "description": "Revision explanation (required if revisionType is Other)" }, "dateReceived": { "type": "string", "format": "date", "description": "Date received by federal agency — completed by Grants.gov upon submission" }, "applicantId": { "type": "string", "minLength": 0, "maxLength": 30, "description": "Applicant's control number" }, "federalEntityIdentifier": { "type": "string", "minLength": 0, "maxLength": 30, "description": "Number assigned to the organization by the Federal agency" }, "federalAwardIdentifier": { "type": "string", "minLength": 0, "maxLength": 25, "description": "Previously assigned Federal award identifier (for continuation or revision)" }, "stateReceiveDate": { "type": "string", "format": "date", "description": "Date received by the State" }, "stateApplicationId": { "type": "string", "minLength": 0, "maxLength": 30, "description": "Identifier assigned by the State" }, "org": { "description": "Primary applicant organization", "type": "object", "required": [ "name" ], "properties": { "name": { "type": "string", "description": "The organization's legal name" }, "ein": { "description": "The organization's Employer Identification Number", "type": "string", "pattern": "^[0-9]{2}-[0-9]{7}$" }, "uei": { "description": "The organization's Unique Entity Identifier from SAM.gov", "type": "string", "pattern": "^[A-z0-9]{12}$" }, "duns": { "description": "The organization's DUNS number", "type": "string" }, "mission": { "type": "string", "description": "The organization's mission statement" }, "yearFounded": { "description": "The calendar year the organization was founded", "type": "string", "pattern": "^[0-9]{4}$" }, "address": { "description": "The organization's primary address", "type": "object", "required": [ "street1", "city", "state", "country", "postalCode" ], "properties": { "street1": { "type": "string", "description": "The primary street address line" }, "street2": { "type": "string", "description": "Additional street address information" }, "city": { "type": "string", "description": "The city or municipality" }, "state": { "description": "The US state, territory, or \"Outside the US\"", "type": "string", "enum": [ "AL", "AK", "AZ", "AR", "CA", "CO", "CT", "DE", "FL", "GA", "HI", "ID", "IL", "IN", "IA", "KS", "KY", "LA", "ME", "MD", "MA", "MI", "MN", "MS", "MO", "MT", "NE", "NV", "NH", "NJ", "NM", "NY", "NC", "ND", "OH", "OK", "OR", "PA", "RI", "SC", "SD", "TN", "TX", "UT", "VT", "VA", "WA", "WV", "WI", "WY", "DC", "AS", "GU", "MP", "PR", "VI", "Outside the US" ] }, "stateOrProvince": { "type": "string", "description": "State or province name (for non-US addresses)" }, "country": { "type": "string", "description": "The country" }, "postalCode": { "type": "string", "description": "The postal or ZIP code" } } }, "phone": { "description": "The organization's primary phone number", "type": "object", "required": [ "countryCode", "number" ], "properties": { "countryCode": { "type": "string", "pattern": "^\\+[1-9][0-9]{0,3}$", "description": "The international country code (e.g., \"+1\" for US/Canada)." }, "number": { "type": "string", "description": "The local phone number without the country code." }, "extension": { "type": "string", "description": "Optional extension number for the phone line." }, "isMobile": { "type": "boolean", "default": false, "description": "Indicates whether this is a mobile/cell phone number." } } }, "email": { "description": "The organization's primary email address", "type": "string", "format": "email" } } }, "applicantAddressHeader": { "type": "string", "description": "Address header — section label from the legacy SF-424 form" }, "applicantCounty": { "type": "string", "minLength": 0, "maxLength": 30, "description": "County or parish of the applicant address" }, "applicantProvince": { "type": "string", "minLength": 0, "maxLength": 30, "description": "Province of the applicant address" }, "departmentName": { "type": "string", "minLength": 0, "maxLength": 30, "description": "Primary organizational department or equivalent level" }, "divisionName": { "type": "string", "minLength": 0, "maxLength": 30, "description": "Primary organizational division or major subdivision" }, "contact": { "description": "Primary point of contact", "type": "object", "required": [ "name" ], "properties": { "name": { "description": "The contact's full name", "type": "object", "required": [ "firstName", "lastName" ], "properties": { "prefix": { "description": "Honorific prefix", "type": "string", "enum": [ "Mr.", "Ms.", "Mrs.", "Dr.", "Prof." ] }, "firstName": { "type": "string", "description": "First or given name" }, "middleName": { "type": "string", "description": "Middle name" }, "lastName": { "type": "string", "description": "Last or family name" }, "suffix": { "description": "Name suffix", "type": "string", "enum": [ "Jr.", "Sr.", "II", "III", "IV", "Ph.D.", "M.D.", "Esq." ] } } }, "title": { "type": "string", "description": "The contact's job title or role" }, "address": { "description": "The contact's mailing address", "type": "object", "required": [ "street1", "city", "state", "country", "postalCode" ], "properties": { "street1": { "type": "string", "description": "The primary street address line" }, "street2": { "type": "string", "description": "Additional street address information" }, "city": { "type": "string", "description": "The city or municipality" }, "state": { "description": "The US state, territory, or \"Outside the US\"", "type": "string", "enum": [ "AL", "AK", "AZ", "AR", "CA", "CO", "CT", "DE", "FL", "GA", "HI", "ID", "IL", "IN", "IA", "KS", "KY", "LA", "ME", "MD", "MA", "MI", "MN", "MS", "MO", "MT", "NE", "NV", "NH", "NJ", "NM", "NY", "NC", "ND", "OH", "OK", "OR", "PA", "RI", "SC", "SD", "TN", "TX", "UT", "VT", "VA", "WA", "WV", "WI", "WY", "DC", "AS", "GU", "MP", "PR", "VI", "Outside the US" ] }, "stateOrProvince": { "type": "string", "description": "State or province name (for non-US addresses)" }, "country": { "type": "string", "description": "The country" }, "postalCode": { "type": "string", "description": "The postal or ZIP code" } } }, "phone": { "description": "The contact's phone number", "type": "object", "required": [ "countryCode", "number" ], "properties": { "countryCode": { "type": "string", "pattern": "^\\+[1-9][0-9]{0,3}$", "description": "The international country code (e.g., \"+1\" for US/Canada)." }, "number": { "type": "string", "description": "The local phone number without the country code." }, "extension": { "type": "string", "description": "Optional extension number for the phone line." }, "isMobile": { "type": "boolean", "default": false, "description": "Indicates whether this is a mobile/cell phone number." } } }, "email": { "description": "The contact's email address", "type": "string", "format": "email" } } }, "contactFax": { "description": "Contact's fax number", "type": "string", "minLength": 0, "maxLength": 25 }, "orgAffiliation": { "description": "Contact's organizational affiliation if different from the applicant organization", "type": "string", "minLength": 0, "maxLength": 60 }, "applicantTypeCode1": { "description": "Primary applicant type", "type": "string", "enum": [ "None", "A: State Government", "B: County Government", "C: City or Township Government", "D: Special District Government", "E: Regional Organization", "F: U.S. Territory or Possession", "G: Independent School District", "H: Public/State Controlled Institution of Higher Education", "I: Indian/Native American Tribal Government (Federally Recognized)", "J: Indian/Native American Tribal Government (Other than Federally Recognized)", "K: Indian/Native American Tribally Designated Organization", "L: Public/Indian Housing Authority", "M: Nonprofit with 501C3 IRS Status (Other than Institution of Higher Education)", "N: Nonprofit without 501C3 IRS Status (Other than Institution of Higher Education)", "O: Private Institution of Higher Education", "P: Individual", "Q: For-Profit Organization (Other than Small Business)", "R: Small Business", "S: Hispanic-serving Institution", "T: Historically Black Colleges and Universities (HBCUs)", "U: Tribally Controlled Colleges and Universities (TCCUs)", "V: Alaska Native and Native Hawaiian Serving Institutions", "W: Non-domestic (non-US) Entity", "X: Other (specify)" ] }, "applicantTypeCode2": { "description": "Secondary applicant type", "type": "string", "enum": [ "None", "A: State Government", "B: County Government", "C: City or Township Government", "D: Special District Government", "E: Regional Organization", "F: U.S. Territory or Possession", "G: Independent School District", "H: Public/State Controlled Institution of Higher Education", "I: Indian/Native American Tribal Government (Federally Recognized)", "J: Indian/Native American Tribal Government (Other than Federally Recognized)", "K: Indian/Native American Tribally Designated Organization", "L: Public/Indian Housing Authority", "M: Nonprofit with 501C3 IRS Status (Other than Institution of Higher Education)", "N: Nonprofit without 501C3 IRS Status (Other than Institution of Higher Education)", "O: Private Institution of Higher Education", "P: Individual", "Q: For-Profit Organization (Other than Small Business)", "R: Small Business", "S: Hispanic-serving Institution", "T: Historically Black Colleges and Universities (HBCUs)", "U: Tribally Controlled Colleges and Universities (TCCUs)", "V: Alaska Native and Native Hawaiian Serving Institutions", "W: Non-domestic (non-US) Entity", "X: Other (specify)" ] }, "applicantTypeCode3": { "description": "Tertiary applicant type", "type": "string", "enum": [ "None", "A: State Government", "B: County Government", "C: City or Township Government", "D: Special District Government", "E: Regional Organization", "F: U.S. Territory or Possession", "G: Independent School District", "H: Public/State Controlled Institution of Higher Education", "I: Indian/Native American Tribal Government (Federally Recognized)", "J: Indian/Native American Tribal Government (Other than Federally Recognized)", "K: Indian/Native American Tribally Designated Organization", "L: Public/Indian Housing Authority", "M: Nonprofit with 501C3 IRS Status (Other than Institution of Higher Education)", "N: Nonprofit without 501C3 IRS Status (Other than Institution of Higher Education)", "O: Private Institution of Higher Education", "P: Individual", "Q: For-Profit Organization (Other than Small Business)", "R: Small Business", "S: Hispanic-serving Institution", "T: Historically Black Colleges and Universities (HBCUs)", "U: Tribally Controlled Colleges and Universities (TCCUs)", "V: Alaska Native and Native Hawaiian Serving Institutions", "W: Non-domestic (non-US) Entity", "X: Other (specify)" ] }, "applicantTypeOtherSpecify": { "type": "string", "minLength": 0, "maxLength": 50, "description": "Explanation if applicant type is Other (specify)" }, "agencyName": { "type": "string", "minLength": 1, "maxLength": 60, "description": "Name of the awarding federal agency — pre-populated from Application cover sheet" }, "cfdaNumber": { "type": "string", "minLength": 0, "maxLength": 15, "description": "Assistance Listing (CFDA) Number — pre-populated from Application cover sheet" }, "cfdaProgramTitle": { "type": "string", "minLength": 0, "maxLength": 120, "description": "Assistance Listing (CFDA) Program Title — pre-populated from Application cover sheet" }, "fundingOpportunityNumber": { "type": "string", "minLength": 1, "maxLength": 40, "description": "Funding opportunity number — pre-populated from Application cover sheet" }, "fundingOpportunityTitle": { "type": "string", "minLength": 1, "maxLength": 255, "description": "Funding opportunity title — pre-populated from Application cover sheet" }, "competitionIdentificationNumber": { "type": "string", "description": "Competition identification number — pre-populated from Application cover sheet" }, "competitionIdentificationTitle": { "type": "string", "description": "Competition identification title — pre-populated from Application cover sheet" }, "project": { "description": "Core project details including title and performance period", "type": "object", "properties": { "title": { "type": "string", "description": "The title of the project" }, "description": { "type": "string", "description": "A description of the project" }, "amountRequested": { "description": "The amount of funding requested", "type": "object", "required": [ "amount", "currency" ], "properties": { "amount": { "description": "The amount of money", "type": "string", "pattern": "^-?[0-9]+\\.?[0-9]*$" }, "currency": { "type": "string", "description": "The ISO 4217 currency code in which the amount is denominated" } } }, "startDate": { "type": "string", "format": "date", "description": "The project start date (ISO 8601 format: YYYY-MM-DD)" }, "endDate": { "type": "string", "format": "date", "description": "The project end date (ISO 8601 format: YYYY-MM-DD)" } } }, "additionalProjectTitle": { "type": "string", "description": "Additional project titles (attach file)" }, "areasAffected": { "type": "string", "minLength": 0, "maxLength": 250, "description": "Areas or entities affected, using categories specified in agency instructions" }, "congressionalDistrictApplicant": { "description": "Congressional district of the applicant (format: XX-###, e.g. CA-005)", "type": "string", "minLength": 1, "maxLength": 6 }, "congressionalDistrictProgramProject": { "description": "Congressional district(s) where the program/project will be performed", "type": "string", "minLength": 1, "maxLength": 6 }, "additionalCongressionalDistricts": { "type": "string", "minLength": 0, "maxLength": 6, "description": "Additional congressional districts if the project spans more than one" }, "federalEstimatedFunding": { "type": "string", "description": "Federal share of estimated funding" }, "applicantEstimatedFunding": { "type": "string", "description": "Applicant share of estimated funding" }, "stateEstimatedFunding": { "type": "string", "description": "State share of estimated funding" }, "localEstimatedFunding": { "type": "string", "description": "Local share of estimated funding" }, "otherEstimatedFunding": { "type": "string", "description": "Other share of estimated funding" }, "programIncomeEstimatedFunding": { "type": "string", "description": "Program income share of estimated funding" }, "totalEstimatedFunding": { "type": "string", "description": "Total estimated funding — calculated field" }, "stateReview": { "type": "string", "description": "Is the application subject to review by state executive order 12372?" }, "stateReviewAvailableDate": { "type": "string", "format": "date", "description": "Date the application was made available for state review" }, "delinquentFederalDebt": { "description": "Is the applicant delinquent on any federal debt?", "type": "string", "enum": [ "Yes", "No" ] }, "debtExplanation": { "type": "string", "description": "Explanation of federal debt delinquency (required if delinquent)" }, "certificationAgree": { "description": "Applicant agrees to all required certifications", "type": "string", "enum": [ "Yes", "No" ] }, "aorHeader": { "type": "string", "description": "Authorized representative section header" }, "aor": { "description": "Authorized Organization Representative", "type": "object", "required": [ "name" ], "properties": { "name": { "description": "The AOR's full name", "type": "object", "required": [ "firstName", "lastName" ], "properties": { "prefix": { "description": "Honorific prefix", "type": "string", "enum": [ "Mr.", "Ms.", "Mrs.", "Dr.", "Prof." ] }, "firstName": { "type": "string", "description": "First or given name" }, "middleName": { "type": "string", "description": "Middle name" }, "lastName": { "type": "string", "description": "Last or family name" }, "suffix": { "description": "Name suffix", "type": "string", "enum": [ "Jr.", "Sr.", "II", "III", "IV", "Ph.D.", "M.D.", "Esq." ] } } }, "title": { "type": "string", "description": "The AOR's job title or role" }, "address": { "description": "The AOR's mailing address", "type": "object", "required": [ "street1", "city", "state", "country", "postalCode" ], "properties": { "street1": { "type": "string", "description": "The primary street address line" }, "street2": { "type": "string", "description": "Additional street address information" }, "city": { "type": "string", "description": "The city or municipality" }, "state": { "description": "The US state, territory, or \"Outside the US\"", "type": "string", "enum": [ "AL", "AK", "AZ", "AR", "CA", "CO", "CT", "DE", "FL", "GA", "HI", "ID", "IL", "IN", "IA", "KS", "KY", "LA", "ME", "MD", "MA", "MI", "MN", "MS", "MO", "MT", "NE", "NV", "NH", "NJ", "NM", "NY", "NC", "ND", "OH", "OK", "OR", "PA", "RI", "SC", "SD", "TN", "TX", "UT", "VT", "VA", "WA", "WV", "WI", "WY", "DC", "AS", "GU", "MP", "PR", "VI", "Outside the US" ] }, "stateOrProvince": { "type": "string", "description": "State or province name (for non-US addresses)" }, "country": { "type": "string", "description": "The country" }, "postalCode": { "type": "string", "description": "The postal or ZIP code" } } }, "phone": { "description": "The AOR's phone number", "type": "object", "required": [ "countryCode", "number" ], "properties": { "countryCode": { "type": "string", "pattern": "^\\+[1-9][0-9]{0,3}$", "description": "The international country code (e.g., \"+1\" for US/Canada)." }, "number": { "type": "string", "description": "The local phone number without the country code." }, "extension": { "type": "string", "description": "Optional extension number for the phone line." }, "isMobile": { "type": "boolean", "default": false, "description": "Indicates whether this is a mobile/cell phone number." } } }, "email": { "description": "The AOR's email address", "type": "string", "format": "email" } } }, "aorFax": { "description": "AOR fax number", "type": "string", "minLength": 0, "maxLength": 25 }, "aorSignature": { "type": "string", "maxLength": 144, "description": "AOR signature — completed by Grants.gov upon submission" }, "dateSigned": { "type": "string", "format": "date", "description": "Date the application was signed — completed by Grants.gov upon submission" } }}UI Schema (merged)
Describes how to present the form. Reflects any per-form
x-overrides.uiSchema patches applied on top of the inherited
question-bank UI schemas.
{ "type": "VerticalLayout", "elements": [ { "type": "Control", "scope": "#/properties/submissionType", "label": "Submission Type" }, { "type": "Control", "scope": "#/properties/applicationType", "label": "Application Type" }, { "type": "Control", "scope": "#/properties/revisionType", "label": "Revision Type", "rule": { "effect": "SHOW", "condition": { "scope": "#/properties/applicationType", "schema": { "type": "string", "pattern": "^Revision$" } } } }, { "type": "Control", "scope": "#/properties/revisionOtherSpecify", "label": "Other Explanation", "rule": { "effect": "SHOW", "condition": { "scope": "#/properties/revisionType", "schema": { "type": "string", "pattern": "^E: Other" } } } }, { "type": "Control", "scope": "#/properties/dateReceived" }, { "type": "Control", "scope": "#/properties/applicantId", "label": "Applicant Identifier" }, { "type": "Control", "scope": "#/properties/federalEntityIdentifier", "label": "Federal Entity Identifier" }, { "type": "Control", "scope": "#/properties/federalAwardIdentifier", "label": "Federal Award Identifier" }, { "type": "Control", "scope": "#/properties/stateReceiveDate", "label": "Date Received by State" }, { "type": "Control", "scope": "#/properties/stateApplicationId", "label": "State Application Identifier" }, { "type": "Group", "label": "Primary Applicant Organization Details", "elements": [ { "type": "Control", "scope": "#/properties/org/properties/name", "label": "Organization Name" }, { "type": "Control", "scope": "#/properties/org/properties/ein", "label": "EIN/TIN" }, { "type": "Control", "scope": "#/properties/org/properties/uei", "label": "SAM UEI" }, { "type": "Control", "scope": "#/properties/org/properties/duns", "label": "DUNS Number", "rule": { "effect": "HIDE", "condition": { "scope": "#/properties/org/properties/duns", "schema": {} } } }, { "type": "Control", "scope": "#/properties/org/properties/mission", "label": "Mission Statement", "rule": { "effect": "HIDE", "condition": { "scope": "#/properties/org/properties/mission", "schema": {} } } }, { "type": "Control", "scope": "#/properties/org/properties/yearFounded", "label": "Year Founded", "rule": { "effect": "HIDE", "condition": { "scope": "#/properties/org/properties/yearFounded", "schema": {} } } }, { "type": "Group", "label": "Address", "elements": [ { "type": "Control", "scope": "#/properties/org/properties/address/properties/street1", "label": "Street1" }, { "type": "Control", "scope": "#/properties/org/properties/address/properties/street2", "label": "Street2" }, { "type": "Control", "scope": "#/properties/org/properties/address/properties/city", "label": "City" }, { "type": "Control", "scope": "#/properties/org/properties/address/properties/state", "label": "State" }, { "type": "Control", "scope": "#/properties/org/properties/address/properties/country", "label": "Country" }, { "type": "Control", "scope": "#/properties/org/properties/address/properties/postalCode", "label": "Zip / Postal Code" } ] }, { "type": "Group", "label": "Phone Number", "elements": [ { "type": "Control", "scope": "#/properties/org/properties/phone/properties/countryCode", "label": "Country Code", "rule": { "effect": "HIDE", "condition": { "scope": "#/properties/org/properties/phone/properties/countryCode", "schema": {} } } }, { "type": "Control", "scope": "#/properties/org/properties/phone/properties/number", "label": "Phone Number" }, { "type": "Control", "scope": "#/properties/org/properties/phone/properties/extension", "label": "Extension", "rule": { "effect": "HIDE", "condition": { "scope": "#/properties/org/properties/phone/properties/extension", "schema": {} } } }, { "type": "Control", "scope": "#/properties/org/properties/phone/properties/isMobile", "label": "Is Mobile?", "rule": { "effect": "HIDE", "condition": { "scope": "#/properties/org/properties/phone/properties/isMobile", "schema": {} } } } ] }, { "type": "Control", "scope": "#/properties/org/properties/email", "label": "Organization Email Address", "rule": { "effect": "HIDE", "condition": { "scope": "#/properties/org/properties/email", "schema": {} } } } ] }, { "type": "Control", "scope": "#/properties/applicantAddressHeader", "label": "Address Header" }, { "type": "Control", "scope": "#/properties/applicantCounty", "label": "County/Parish" }, { "type": "Control", "scope": "#/properties/applicantProvince", "label": "Province" }, { "type": "Control", "scope": "#/properties/departmentName", "label": "Department Name" }, { "type": "Control", "scope": "#/properties/divisionName", "label": "Division Name" }, { "type": "Group", "label": "Primary Point of Contact Details", "elements": [ { "type": "Group", "label": "Name", "elements": [ { "type": "Control", "scope": "#/properties/contact/properties/name/properties/prefix", "label": "Prefix" }, { "type": "Control", "scope": "#/properties/contact/properties/name/properties/firstName", "label": "First Name" }, { "type": "Control", "scope": "#/properties/contact/properties/name/properties/middleName", "label": "Middle Name" }, { "type": "Control", "scope": "#/properties/contact/properties/name/properties/lastName", "label": "Last Name" }, { "type": "Control", "scope": "#/properties/contact/properties/name/properties/suffix", "label": "Suffix" } ] }, { "type": "Control", "scope": "#/properties/contact/properties/title", "label": "Job Title" }, { "type": "Group", "label": "Mailing Address", "elements": [ { "type": "Control", "scope": "#/properties/contact/properties/address/properties/street1", "label": "Street Address (Line 1)" }, { "type": "Control", "scope": "#/properties/contact/properties/address/properties/street2", "label": "Street Address (Line 2)" }, { "type": "Control", "scope": "#/properties/contact/properties/address/properties/city", "label": "City" }, { "type": "Control", "scope": "#/properties/contact/properties/address/properties/state", "label": "State" }, { "type": "Control", "scope": "#/properties/contact/properties/address/properties/country", "label": "Country" }, { "type": "Control", "scope": "#/properties/contact/properties/address/properties/postalCode", "label": "Postal Code" } ], "rule": { "effect": "HIDE", "condition": { "scope": "#/properties/contact/properties/address/properties/street1", "schema": {} } } }, { "type": "Group", "label": "Phone Number", "elements": [ { "type": "Control", "scope": "#/properties/contact/properties/phone/properties/countryCode", "label": "Country Code", "rule": { "effect": "HIDE", "condition": { "scope": "#/properties/contact/properties/phone/properties/countryCode", "schema": {} } } }, { "type": "Control", "scope": "#/properties/contact/properties/phone/properties/number", "label": "Phone Number" }, { "type": "Control", "scope": "#/properties/contact/properties/phone/properties/extension", "label": "Extension", "rule": { "effect": "HIDE", "condition": { "scope": "#/properties/contact/properties/phone/properties/extension", "schema": {} } } }, { "type": "Control", "scope": "#/properties/contact/properties/phone/properties/isMobile", "label": "Is Mobile?", "rule": { "effect": "HIDE", "condition": { "scope": "#/properties/contact/properties/phone/properties/isMobile", "schema": {} } } } ] }, { "type": "Control", "scope": "#/properties/contact/properties/email", "label": "Email Address" } ] }, { "type": "Control", "scope": "#/properties/contactFax", "label": "Fax Number" }, { "type": "Control", "scope": "#/properties/orgAffiliation", "label": "Organizational Affiliation" }, { "type": "Control", "scope": "#/properties/applicantTypeCode1" }, { "type": "Control", "scope": "#/properties/applicantTypeCode2" }, { "type": "Control", "scope": "#/properties/applicantTypeCode3" }, { "type": "Control", "scope": "#/properties/applicantTypeOtherSpecify", "rule": { "effect": "SHOW", "condition": { "scope": "#/properties/applicantTypeCode1", "schema": { "type": "string", "pattern": "^X: Other" } } } }, { "type": "Control", "scope": "#/properties/agencyName", "label": "Agency Name" }, { "type": "Control", "scope": "#/properties/cfdaNumber", "label": "CFDA Number" }, { "type": "Control", "scope": "#/properties/cfdaProgramTitle", "label": "CFDA Program Title" }, { "type": "Control", "scope": "#/properties/fundingOpportunityNumber", "label": "Funding Opportunity Number" }, { "type": "Control", "scope": "#/properties/fundingOpportunityTitle", "label": "Funding Opportunity Title" }, { "type": "Control", "scope": "#/properties/competitionIdentificationNumber", "label": "Competition Identification Number" }, { "type": "Control", "scope": "#/properties/competitionIdentificationTitle", "label": "Competition Identification Title" }, { "type": "Group", "label": "Project Details", "elements": [ { "type": "Control", "scope": "#/properties/project/properties/title", "label": "Project Title" }, { "type": "Control", "scope": "#/properties/project/properties/description", "label": "Project Description", "options": { "multi": true }, "rule": { "effect": "HIDE", "condition": { "scope": "#/properties/project/properties/description", "schema": {} } } }, { "type": "Group", "label": "Amount Requested", "elements": [ { "type": "Control", "scope": "#/properties/project/properties/amountRequested/properties/amount", "label": "Amount", "rule": { "effect": "HIDE", "condition": { "scope": "#/properties/project/properties/amountRequested/properties/amount", "schema": {} } } }, { "type": "Control", "scope": "#/properties/project/properties/amountRequested/properties/currency", "label": "Currency Code", "rule": { "effect": "HIDE", "condition": { "scope": "#/properties/project/properties/amountRequested/properties/currency", "schema": {} } } } ], "rule": { "effect": "HIDE", "condition": { "scope": "#/properties/project/properties/amountRequested/properties/amount", "schema": {} } } }, { "type": "Control", "scope": "#/properties/project/properties/startDate", "label": "Project Start Date" }, { "type": "Control", "scope": "#/properties/project/properties/endDate", "label": "Project End Date" } ] }, { "type": "Control", "scope": "#/properties/additionalProjectTitle", "label": "Additional Project Title" }, { "type": "Control", "scope": "#/properties/areasAffected", "label": "Areas Affected" }, { "type": "Control", "scope": "#/properties/congressionalDistrictApplicant", "label": "Congressional District - Applicant" }, { "type": "Control", "scope": "#/properties/congressionalDistrictProgramProject", "label": "Congressional District - Program/Project" }, { "type": "Control", "scope": "#/properties/additionalCongressionalDistricts", "label": "Additional Congressional Districts" }, { "type": "Control", "scope": "#/properties/federalEstimatedFunding", "label": "Federal Estimated Funding" }, { "type": "Control", "scope": "#/properties/applicantEstimatedFunding", "label": "Applicant Estimated Funding" }, { "type": "Control", "scope": "#/properties/stateEstimatedFunding", "label": "State Estimated Funding" }, { "type": "Control", "scope": "#/properties/localEstimatedFunding", "label": "Local Estimated Funding" }, { "type": "Control", "scope": "#/properties/otherEstimatedFunding", "label": "Other Estimated Funding" }, { "type": "Control", "scope": "#/properties/programIncomeEstimatedFunding", "label": "Program Income Estimated Funding" }, { "type": "Control", "scope": "#/properties/totalEstimatedFunding", "label": "Total Estimated Funding" }, { "type": "Control", "scope": "#/properties/stateReview", "label": "State Review" }, { "type": "Control", "scope": "#/properties/stateReviewAvailableDate", "label": "State Review Date", "rule": { "effect": "SHOW", "condition": { "scope": "#/properties/stateReview", "schema": { "type": "string", "pattern": "^a\\." } } } }, { "type": "Control", "scope": "#/properties/delinquentFederalDebt", "label": "Delinquent on Federal Debt?" }, { "type": "Control", "scope": "#/properties/debtExplanation", "label": "Explanation", "rule": { "effect": "SHOW", "condition": { "scope": "#/properties/delinquentFederalDebt", "schema": { "type": "string", "pattern": "^Yes$" } } } }, { "type": "Control", "scope": "#/properties/certificationAgree", "label": "Certification Agreement" }, { "type": "Control", "scope": "#/properties/aorHeader", "label": "Authorized Representative Header" }, { "type": "Group", "label": "Authorized Organization Representative Details", "elements": [ { "type": "Group", "label": "Name", "elements": [ { "type": "Control", "scope": "#/properties/aor/properties/name/properties/prefix", "label": "Prefix" }, { "type": "Control", "scope": "#/properties/aor/properties/name/properties/firstName", "label": "First Name" }, { "type": "Control", "scope": "#/properties/aor/properties/name/properties/middleName", "label": "Middle Name" }, { "type": "Control", "scope": "#/properties/aor/properties/name/properties/lastName", "label": "Last Name" }, { "type": "Control", "scope": "#/properties/aor/properties/name/properties/suffix", "label": "Suffix" } ], "rule": { "effect": "HIDE", "condition": { "scope": "#/properties/aor/properties/name/properties/firstName", "schema": {} } } }, { "type": "Control", "scope": "#/properties/aor/properties/title", "label": "Job Title" }, { "type": "Group", "label": "Mailing Address", "elements": [ { "type": "Control", "scope": "#/properties/aor/properties/address/properties/street1", "label": "Street Address (Line 1)" }, { "type": "Control", "scope": "#/properties/aor/properties/address/properties/street2", "label": "Street Address (Line 2)" }, { "type": "Control", "scope": "#/properties/aor/properties/address/properties/city", "label": "City" }, { "type": "Control", "scope": "#/properties/aor/properties/address/properties/state", "label": "State" }, { "type": "Control", "scope": "#/properties/aor/properties/address/properties/country", "label": "Country" }, { "type": "Control", "scope": "#/properties/aor/properties/address/properties/postalCode", "label": "Postal Code" } ], "rule": { "effect": "HIDE", "condition": { "scope": "#/properties/aor/properties/address/properties/street1", "schema": {} } } }, { "type": "Group", "label": "Phone Number", "elements": [ { "type": "Control", "scope": "#/properties/aor/properties/phone/properties/countryCode", "label": "Country Code", "rule": { "effect": "HIDE", "condition": { "scope": "#/properties/aor/properties/phone/properties/countryCode", "schema": {} } } }, { "type": "Control", "scope": "#/properties/aor/properties/phone/properties/number", "label": "Phone Number" }, { "type": "Control", "scope": "#/properties/aor/properties/phone/properties/extension", "label": "Extension", "rule": { "effect": "HIDE", "condition": { "scope": "#/properties/aor/properties/phone/properties/extension", "schema": {} } } }, { "type": "Control", "scope": "#/properties/aor/properties/phone/properties/isMobile", "label": "Is Mobile?", "rule": { "effect": "HIDE", "condition": { "scope": "#/properties/aor/properties/phone/properties/isMobile", "schema": {} } } } ] }, { "type": "Control", "scope": "#/properties/aor/properties/email", "label": "Email Address" } ] }, { "type": "Control", "scope": "#/properties/aorFax", "label": "Fax Number" }, { "type": "Control", "scope": "#/properties/aorSignature", "label": "AOR Signature" }, { "type": "Control", "scope": "#/properties/dateSigned", "label": "Date Signed" } ]}Mapping to CommonGrants
How to translate this form into the CommonGrants data model.
{ "organizations": { "primary": { "name": { "field": "org.name" }, "ein": { "field": "org.ein" }, "uei": { "field": "org.uei" }, "duns": { "field": "org.duns" }, "mission": { "field": "org.mission" }, "yearFounded": { "field": "org.yearFounded" }, "addresses": { "primary": { "street1": { "field": "org.address.street1" }, "street2": { "field": "org.address.street2" }, "city": { "field": "org.address.city" }, "stateOrProvince": { "field": "org.address.state" }, "country": { "field": "org.address.country" }, "postalCode": { "field": "org.address.postalCode" } } }, "phones": { "primary": { "countryCode": { "field": "org.phone.countryCode" }, "number": { "field": "org.phone.number" }, "extension": { "field": "org.phone.extension" }, "isMobile": { "field": "org.phone.isMobile" } } }, "emails": { "primary": { "field": "org.email" } } } }, "contacts": { "primary": { "name": { "prefix": { "field": "contact.name.prefix" }, "firstName": { "field": "contact.name.firstName" }, "middleName": { "field": "contact.name.middleName" }, "lastName": { "field": "contact.name.lastName" }, "suffix": { "field": "contact.name.suffix" } }, "title": { "field": "contact.title" }, "addresses": { "primary": { "street1": { "field": "contact.address.street1" }, "street2": { "field": "contact.address.street2" }, "city": { "field": "contact.address.city" }, "stateOrProvince": { "field": "contact.address.state" }, "country": { "field": "contact.address.country" }, "postalCode": { "field": "contact.address.postalCode" } } }, "phones": { "primary": { "countryCode": { "field": "contact.phone.countryCode" }, "number": { "field": "contact.phone.number" }, "extension": { "field": "contact.phone.extension" }, "isMobile": { "field": "contact.phone.isMobile" } } }, "emails": { "primary": { "field": "contact.email" } } }, "otherContacts": { "authorizedRepresentative": { "name": { "prefix": { "field": "aor.name.prefix" }, "firstName": { "field": "aor.name.firstName" }, "middleName": { "field": "aor.name.middleName" }, "lastName": { "field": "aor.name.lastName" }, "suffix": { "field": "aor.name.suffix" } }, "title": { "field": "aor.title" }, "addresses": { "primary": { "street1": { "field": "aor.address.street1" }, "street2": { "field": "aor.address.street2" }, "city": { "field": "aor.address.city" }, "stateOrProvince": { "field": "aor.address.state" }, "country": { "field": "aor.address.country" }, "postalCode": { "field": "aor.address.postalCode" } } }, "phones": { "primary": { "countryCode": { "field": "aor.phone.countryCode" }, "number": { "field": "aor.phone.number" }, "extension": { "field": "aor.phone.extension" }, "isMobile": { "field": "aor.phone.isMobile" } } }, "emails": { "primary": { "field": "aor.email" } } } } }, "title": { "field": "project.title" }, "description": { "field": "project.description" }, "amountRequested": { "amount": { "field": "project.amountRequested.amount" }, "currency": { "field": "project.amountRequested.currency" } }, "projectTimeline": { "startDate": { "date": { "field": "project.startDate" } }, "endDate": { "date": { "field": "project.endDate" } } }}Mapping from CommonGrants
How to pre-fill this form with data from the CommonGrants data model.
{ "org": { "name": { "field": "organizations.primary.name" }, "ein": { "field": "organizations.primary.ein" }, "uei": { "field": "organizations.primary.uei" }, "duns": { "field": "organizations.primary.duns" }, "mission": { "field": "organizations.primary.mission" }, "yearFounded": { "field": "organizations.primary.yearFounded" }, "address": { "street1": { "field": "organizations.primary.addresses.primary.street1" }, "street2": { "field": "organizations.primary.addresses.primary.street2" }, "city": { "field": "organizations.primary.addresses.primary.city" }, "state": { "field": "organizations.primary.addresses.primary.stateOrProvince" }, "country": { "field": "organizations.primary.addresses.primary.country" }, "postalCode": { "field": "organizations.primary.addresses.primary.postalCode" } }, "phone": { "countryCode": { "field": "organizations.primary.phones.primary.countryCode" }, "number": { "field": "organizations.primary.phones.primary.number" }, "extension": { "field": "organizations.primary.phones.primary.extension" }, "isMobile": { "field": "organizations.primary.phones.primary.isMobile" } }, "email": { "field": "organizations.primary.emails.primary" } }, "departmentName": { "field": "organizations.primary.customFields.department.value" }, "divisionName": { "field": "organizations.primary.customFields.division.value" }, "contact": { "name": { "prefix": { "field": "contacts.primary.name.prefix" }, "firstName": { "field": "contacts.primary.name.firstName" }, "middleName": { "field": "contacts.primary.name.middleName" }, "lastName": { "field": "contacts.primary.name.lastName" }, "suffix": { "field": "contacts.primary.name.suffix" } }, "title": { "field": "contacts.primary.title" }, "address": { "street1": { "field": "contacts.primary.addresses.primary.street1" }, "street2": { "field": "contacts.primary.addresses.primary.street2" }, "city": { "field": "contacts.primary.addresses.primary.city" }, "state": { "field": "contacts.primary.addresses.primary.stateOrProvince" }, "country": { "field": "contacts.primary.addresses.primary.country" }, "postalCode": { "field": "contacts.primary.addresses.primary.postalCode" } }, "phone": { "countryCode": { "field": "contacts.primary.phones.primary.countryCode" }, "number": { "field": "contacts.primary.phones.primary.number" }, "extension": { "field": "contacts.primary.phones.primary.extension" }, "isMobile": { "field": "contacts.primary.phones.primary.isMobile" } }, "email": { "field": "contacts.primary.emails.primary" } }, "contactFax": { "field": "contacts.primary.phones.fax.number" }, "applicantTypeCode1": { "switch": { "field": "customFields.applicantType.value", "case": { "government-state": "A: State Government", "government-local": "B: County Government", "government-general": "E: Regional Organization", "government-tribal": "I: Indian/Native American Tribal Government (Federally Recognized)", "nonprofit-general": "M: Nonprofit with 501C3 IRS Status (Other than Institution of Higher Education)", "nonprofit-educational": "H: Public/State Controlled Institution of Higher Education", "business-small": "R: Small Business", "business-general": "Q: For-Profit Organization (Other than Small Business)", "individual": "P: Individual", "custom": "X: Other (specify)" }, "default": "M: Nonprofit with 501C3 IRS Status (Other than Institution of Higher Education)" } }, "agencyName": { "field": "opportunity.customFields.agency.value" }, "cfdaNumber": { "field": "opportunity.customFields.cfdaNumber.value" }, "fundingOpportunityNumber": { "field": "opportunity.id" }, "fundingOpportunityTitle": { "field": "opportunity.title" }, "project": { "title": { "field": "title" }, "description": { "field": "description" }, "amountRequested": { "amount": { "field": "amountRequested.amount" }, "currency": { "field": "amountRequested.currency" } }, "startDate": { "field": "projectTimeline.startDate.date" }, "endDate": { "field": "projectTimeline.endDate.date" } }, "congressionalDistrictApplicant": { "field": "customFields.congressionalDistrictApplicant.value" }, "congressionalDistrictProgramProject": { "field": "customFields.congressionalDistrictProgramProject.value" }, "federalEstimatedFunding": { "field": "amountRequested.amount" }, "applicantEstimatedFunding": { "field": "customFields.applicantFunding.value" }, "stateEstimatedFunding": { "field": "customFields.stateFunding.value" }, "localEstimatedFunding": { "field": "customFields.localFunding.value" }, "otherEstimatedFunding": { "field": "customFields.otherFunding.value" }, "programIncomeEstimatedFunding": { "field": "customFields.programIncome.value" }, "totalEstimatedFunding": { "field": "customFields.totalBudget.value" }, "stateReview": { "field": "customFields.stateReview.value" }, "delinquentFederalDebt": { "field": "customFields.delinquentFederalDebt.value" }, "certificationAgree": { "field": "customFields.certificationAgree.value" }, "aor": { "name": { "prefix": { "field": "contacts.otherContacts.authorizedRepresentative.name.prefix" }, "firstName": { "field": "contacts.otherContacts.authorizedRepresentative.name.firstName" }, "middleName": { "field": "contacts.otherContacts.authorizedRepresentative.name.middleName" }, "lastName": { "field": "contacts.otherContacts.authorizedRepresentative.name.lastName" }, "suffix": { "field": "contacts.otherContacts.authorizedRepresentative.name.suffix" } }, "title": { "field": "contacts.otherContacts.authorizedRepresentative.title" }, "address": { "street1": { "field": "contacts.otherContacts.authorizedRepresentative.addresses.primary.street1" }, "street2": { "field": "contacts.otherContacts.authorizedRepresentative.addresses.primary.street2" }, "city": { "field": "contacts.otherContacts.authorizedRepresentative.addresses.primary.city" }, "state": { "field": "contacts.otherContacts.authorizedRepresentative.addresses.primary.stateOrProvince" }, "country": { "field": "contacts.otherContacts.authorizedRepresentative.addresses.primary.country" }, "postalCode": { "field": "contacts.otherContacts.authorizedRepresentative.addresses.primary.postalCode" } }, "phone": { "countryCode": { "field": "contacts.otherContacts.authorizedRepresentative.phones.primary.countryCode" }, "number": { "field": "contacts.otherContacts.authorizedRepresentative.phones.primary.number" }, "extension": { "field": "contacts.otherContacts.authorizedRepresentative.phones.primary.extension" }, "isMobile": { "field": "contacts.otherContacts.authorizedRepresentative.phones.primary.isMobile" } }, "email": { "field": "contacts.otherContacts.authorizedRepresentative.emails.primary" } }, "aorFax": { "field": "contacts.otherContacts.authorizedRepresentative.phones.fax.number" }, "aorSignature": { "field": "customFields.aorSignature.value" }, "dateSigned": { "field": "customFields.dateSigned.value" }}Per-form overrides (x-overrides)
The raw x-overrides block declared on the form spec.
Already merged into the UI schema and mappings shown above.
{ "uiSchema": { "submissionType": { "label": "Submission Type" }, "applicationType": { "label": "Application Type" }, "revisionType": { "label": "Revision Type", "rule": { "effect": "SHOW", "condition": { "scope": "#/properties/applicationType", "schema": { "type": "string", "pattern": "^Revision$" } } } }, "revisionOtherSpecify": { "label": "Other Explanation", "rule": { "effect": "SHOW", "condition": { "scope": "#/properties/revisionType", "schema": { "type": "string", "pattern": "^E: Other" } } } }, "applicantId": { "label": "Applicant Identifier" }, "federalEntityIdentifier": { "label": "Federal Entity Identifier" }, "federalAwardIdentifier": { "label": "Federal Award Identifier" }, "stateReceiveDate": { "label": "Date Received by State" }, "stateApplicationId": { "label": "State Application Identifier" }, "applicantAddressHeader": { "label": "Address Header" }, "applicantCounty": { "label": "County/Parish" }, "applicantProvince": { "label": "Province" }, "departmentName": { "label": "Department Name" }, "divisionName": { "label": "Division Name" }, "contactFax": { "label": "Fax Number" }, "orgAffiliation": { "label": "Organizational Affiliation" }, "applicantTypeOtherSpecify": { "rule": { "effect": "SHOW", "condition": { "scope": "#/properties/applicantTypeCode1", "schema": { "type": "string", "pattern": "^X: Other" } } } }, "agencyName": { "label": "Agency Name" }, "cfdaNumber": { "label": "CFDA Number" }, "cfdaProgramTitle": { "label": "CFDA Program Title" }, "fundingOpportunityNumber": { "label": "Funding Opportunity Number" }, "fundingOpportunityTitle": { "label": "Funding Opportunity Title" }, "competitionIdentificationNumber": { "label": "Competition Identification Number" }, "competitionIdentificationTitle": { "label": "Competition Identification Title" }, "areasAffected": { "label": "Areas Affected" }, "additionalProjectTitle": { "label": "Additional Project Title" }, "congressionalDistrictApplicant": { "label": "Congressional District - Applicant" }, "congressionalDistrictProgramProject": { "label": "Congressional District - Program/Project" }, "additionalCongressionalDistricts": { "label": "Additional Congressional Districts" }, "federalEstimatedFunding": { "label": "Federal Estimated Funding" }, "applicantEstimatedFunding": { "label": "Applicant Estimated Funding" }, "stateEstimatedFunding": { "label": "State Estimated Funding" }, "localEstimatedFunding": { "label": "Local Estimated Funding" }, "otherEstimatedFunding": { "label": "Other Estimated Funding" }, "programIncomeEstimatedFunding": { "label": "Program Income Estimated Funding" }, "totalEstimatedFunding": { "label": "Total Estimated Funding" }, "stateReview": { "label": "State Review" }, "stateReviewAvailableDate": { "label": "State Review Date", "rule": { "effect": "SHOW", "condition": { "scope": "#/properties/stateReview", "schema": { "type": "string", "pattern": "^a\\." } } } }, "delinquentFederalDebt": { "label": "Delinquent on Federal Debt?" }, "debtExplanation": { "label": "Explanation", "rule": { "effect": "SHOW", "condition": { "scope": "#/properties/delinquentFederalDebt", "schema": { "type": "string", "pattern": "^Yes$" } } } }, "certificationAgree": { "label": "Certification Agreement" }, "aorHeader": { "label": "Authorized Representative Header" }, "aorFax": { "label": "Fax Number" }, "aorSignature": { "label": "AOR Signature" }, "dateSigned": { "label": "Date Signed" }, "org.name": { "label": "Organization Name" }, "org.ein": { "label": "EIN/TIN" }, "org.uei": { "label": "SAM UEI" }, "org.address.street1": { "label": "Street1" }, "org.address.street2": { "label": "Street2" }, "org.address.city": { "label": "City" }, "org.address.postalCode": { "label": "Zip / Postal Code" }, "org.duns": { "rule": { "effect": "HIDE", "condition": { "scope": "#/properties/org/properties/duns", "schema": {} } } }, "org.mission": { "rule": { "effect": "HIDE", "condition": { "scope": "#/properties/org/properties/mission", "schema": {} } } }, "org.yearFounded": { "rule": { "effect": "HIDE", "condition": { "scope": "#/properties/org/properties/yearFounded", "schema": {} } } }, "org.phone.countryCode": { "rule": { "effect": "HIDE", "condition": { "scope": "#/properties/org/properties/phone/properties/countryCode", "schema": {} } } }, "org.phone.extension": { "rule": { "effect": "HIDE", "condition": { "scope": "#/properties/org/properties/phone/properties/extension", "schema": {} } } }, "org.phone.isMobile": { "rule": { "effect": "HIDE", "condition": { "scope": "#/properties/org/properties/phone/properties/isMobile", "schema": {} } } }, "org.email": { "rule": { "effect": "HIDE", "condition": { "scope": "#/properties/org/properties/email", "schema": {} } } }, "contact.address": { "rule": { "effect": "HIDE", "condition": { "scope": "#/properties/contact/properties/address/properties/street1", "schema": {} } } }, "contact.phone.countryCode": { "rule": { "effect": "HIDE", "condition": { "scope": "#/properties/contact/properties/phone/properties/countryCode", "schema": {} } } }, "contact.phone.extension": { "rule": { "effect": "HIDE", "condition": { "scope": "#/properties/contact/properties/phone/properties/extension", "schema": {} } } }, "contact.phone.isMobile": { "rule": { "effect": "HIDE", "condition": { "scope": "#/properties/contact/properties/phone/properties/isMobile", "schema": {} } } }, "project.title": { "label": "Project Title" }, "project.startDate": { "label": "Project Start Date" }, "project.endDate": { "label": "Project End Date" }, "project.description": { "rule": { "effect": "HIDE", "condition": { "scope": "#/properties/project/properties/description", "schema": {} } } }, "project.amountRequested": { "rule": { "effect": "HIDE", "condition": { "scope": "#/properties/project/properties/amountRequested/properties/amount", "schema": {} } } }, "project.amountRequested.amount": { "rule": { "effect": "HIDE", "condition": { "scope": "#/properties/project/properties/amountRequested/properties/amount", "schema": {} } } }, "project.amountRequested.currency": { "rule": { "effect": "HIDE", "condition": { "scope": "#/properties/project/properties/amountRequested/properties/currency", "schema": {} } } }, "aor.address": { "rule": { "effect": "HIDE", "condition": { "scope": "#/properties/aor/properties/address/properties/street1", "schema": {} } } }, "aor.name": { "rule": { "effect": "HIDE", "condition": { "scope": "#/properties/aor/properties/name/properties/firstName", "schema": {} } } }, "aor.phone.countryCode": { "rule": { "effect": "HIDE", "condition": { "scope": "#/properties/aor/properties/phone/properties/countryCode", "schema": {} } } }, "aor.phone.extension": { "rule": { "effect": "HIDE", "condition": { "scope": "#/properties/aor/properties/phone/properties/extension", "schema": {} } } }, "aor.phone.isMobile": { "rule": { "effect": "HIDE", "condition": { "scope": "#/properties/aor/properties/phone/properties/isMobile", "schema": {} } } } }}