SF424
Summary
73 total questions | 38% mapped to the CommonGrants schema
SF424 - Application for Federal Assistance for organizations, managed by Grants.gov
Details
Sample version of the rendered form.
must be equal to one of the allowed values
must be equal to one of the allowed values
must be equal to one of the allowed values
must match format "date"
What the form data looks like when it is submitted.
{ "SubmissionType": "New", "ApplicationType": "Application", "DateReceived": "2024-03-20", "OrganizationName": "Example Research Institute", "EmployerTaxpayerIdentificationNumber": "12-3456789", "SAMUEI": "ABC123DEF456", "Applicant ": "Address Header", "Street1": "123 Research Way", "Street2": "Suite 100", "City": "Washington", "County": "District of Columbia", "State": "DC: District of Columbia", "Province": "", "Country": "USA: UNITED STATES", "ZipCode": "20001", "DepartmentName": "Research Division", "DivisionName": "Innovation Lab", "ContactPerson": "Name and Contact Information Header", "Prefix": "Dr.", "FirstName": "Jane", "MiddleName": "Q", "LastName": "Smith", "Suffix": "Ph.D", "Title": "Research Director", "OrganizationAffiliation": "", "PhoneNumber": "555-123-4567", "Fax": "555-987-6543", "Email": "jane.smith@example.org", "ApplicantTypeCode1": "Nonprofit", "ApplicantTypeCode2": "", "ApplicantTypeCode3": "", "ApplicantTypeOtherSpecify": "", "AgencyName": "National Science Foundation", "CFDANumber": "47.041", "CFDAProgramTitle": "Engineering Grants", "FundingOpportunityNumber": "NSF-24-123", "FundingOpportunityTitle": "Innovation in Research Technology", "CompetitionIdentificationNumber": "", "CompetitionIdentificationTitle": "", "AreasAffected": "", "ProjectTitle": "Advanced Research in Sustainable Technology", "AdditionalProjectTitle": "", "CongressionalDistrictApplicant": "DC-000", "CongressionalDistrictProgramProject": "DC-000", "AdditionalCongressionalDistricts": "", "ProjectStartDate": "2024-10-01", "ProjectEndDate": "2025-09-30", "FederalEstimatedFunding": "500000", "ApplicantEstimatedFunding": "100000", "StateEstimatedFunding": "50000", "LocalEstimatedFunding": "25000", "OtherEstimatedFunding": "25000", "ProgramIncomeEstimatedFunding": "0", "TotalEstimatedFunding": "700000", "StateReview": "No", "StateReviewAvailableDate": "", "DelinquentFederalDebt": "No", "DebtExplanation": "", "CertificationAgree": "Yes", "AuthorizedRepresentative": "Authorized Representative Header", "AuthorizedRepresentativeTitle": "Executive Director", "AuthorizedRepresentativePhoneNumber": "555-234-5678", "AuthorizedRepresentativeEmail": "director@example.org", "AuthorizedRepresentativeFax": "555-876-5432", "AORSignature": "", "DateSigned": "2024-03-20"}
UI and JSON schemas used to render and validate the form.
JSON schema
{ "type": "object", "required": [ "SubmissionType", "ApplicationType", "DateReceived", "OrganizationName", "EmployerTaxpayerIdentificationNumber", "SAMUEI", "Applicant ", "Street1", "City", "Country", "ContactPerson", "FirstName", "LastName", "PhoneNumber", "Email", "ApplicantTypeCode1", "AgencyName", "FundingOpportunityNumber", "FundingOpportunityTitle", "ProjectTitle", "CongressionalDistrictApplicant", "CongressionalDistrictProgramProject", "ProjectStartDate", "ProjectEndDate", "FederalEstimatedFunding", "ApplicantEstimatedFunding", "StateEstimatedFunding", "LocalEstimatedFunding", "OtherEstimatedFunding", "ProgramIncomeEstimatedFunding", "TotalEstimatedFunding", "StateReview", "DelinquentFederalDebt", "CertificationAgree", "AuthorizedRepresentative", "AuthorizedRepresentativeTitle", "AuthorizedRepresentativePhoneNumber", "AuthorizedRepresentativeEmail", "AORSignature", "DateSigned" ], "properties": { "SubmissionType": { "type": "string", "title": "Submission Type", "description": "Select one type of submission in accordance with agency instructions. One selection is required." }, "ApplicationType": { "type": "string", "title": "Application Type", "description": "Select one type of application in accordance with agency instructions. One selection is required." }, "RevisionType": { "type": "string", "title": "Revision Type", "description": "Select a revision type from the list provided. A selection is required if Type of Application is Revision.", "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", "title": "Other Explanation", "description": "Please specify the type of revision. This field is required if E. Other is checked." }, "DateReceived": { "type": "string", "title": "Date Received Header", "description": "Completed by Grants.gov upon submission.", "format": "date" }, "ApplicantID": { "type": "string", "title": "Applicant Identifier", "description": "Enter the applicant's control number, if applicable." }, "FederalEntityIdentifier": { "type": "string", "title": "Federal Entity Identifier", "description": "Enter the number assigned to your organization by the Federal agency." }, "FederalAwardIdentifier": { "type": "string", "title": "Federal Award Identifier", "description": "For new applications leave blank. For a continuation or revision to an existing award, enter the previously assigned Federal award identifier number. If a changed/corrected application, enter the Federal Identifier in accordance with agency instructions." }, "StateReceiveDate": { "type": "string", "title": "Date Received by State", "description": "Enter the date received by the State, if applicable. Enter in the format mm/dd/yyyy.", "format": "date" }, "StateApplicationID": { "type": "string", "title": "State Application Identifier", "description": "Enter the identifier assigned by the State, if applicable." }, "OrganizationName": { "type": "string", "title": "Organization Name", "description": "Enter the legal name of the applicant that will undertake the assistance activity. This field is required." }, "EmployerTaxpayerIdentificationNumber": { "type": "string", "title": "EIN/TIN", "description": "Enter either TIN or EIN as assigned by the Internal Revenue Service. If your organization is not in the US, enter 44-4444444. This field is required." }, "SAMUEI": { "type": "string", "title": "SAM UEI", "description": "UEI of the applicant organization. This field is pre-populated from the Application cover sheet." }, "Applicant ": { "type": "string", "title": "Address Header", "description": "" }, "Street1": { "type": "string", "title": "Street1", "description": "Enter the first line of the Street Address. This field is required." }, "Street2": { "type": "string", "title": "Street2", "description": "Enter the second line of the Street Address." }, "City": { "type": "string", "title": "City", "description": "Enter the City. This field is required." }, "County": { "type": "string", "title": "County/Parish", "description": "Enter the County/Parish." }, "State": { "$ref": "#/definitions/StateCode", "description": "Select the state, US possession or military code from the provided list. This field is required if Country is the United States." }, "Province": { "type": "string", "title": "Province", "description": "Enter the Province." }, "Country": { "$ref": "#/definitions/CountryCode" }, "ZipCode": { "type": "string", "title": "Zip / Postal Code", "description": "Enter the nine-digit Postal Code (e.g., ZIP code). This field is required if the country is the United States." }, "DepartmentName": { "type": "string", "title": "Department Name", "description": "Enter the name of primary organizational department, service, laboratory, or equivalent level within the organization which will undertake the assistance activity." }, "DivisionName": { "type": "string", "title": "Division Name", "description": "Enter the name of primary organizational division, office, or major subdivision which will undertake the assistance activity." }, "ContactPerson": { "type": "string", "title": "Name and Contact Information Header", "description": "" }, "Prefix": { "type": "string", "title": "AOR Prefix", "description": "Select the Prefix from the provided list or enter a new Prefix not provided on the list.", "enum": [ "Mr.", "Mrs.", "Miss", "Ms.", "Dr.", "Rev.", "Prof." ] }, "FirstName": { "type": "string", "title": "AOR First Name", "description": "Enter the First Name. This field is required." }, "MiddleName": { "type": "string", "title": "AOR Middle Name", "description": "Enter the Middle Name." }, "LastName": { "type": "string", "title": "AOR Last Name", "description": "Enter the Last Name. This field is required." }, "Suffix": { "type": "string", "title": "AOR Suffix", "description": "Select the Suffix from the provided list or enter a new Suffix not provided on the list.", "enum": [ "Jr.", "Sr.", "M.D.", "Ph.D" ] }, "Title": { "type": "string", "title": "Title", "description": "Enter the position title." }, "OrganizationAffiliation": { "type": "string", "title": "Organizational Affiliation", "description": "Enter the organization if different from the applicant organization." }, "PhoneNumber": { "type": "string", "title": "Telephone Number", "description": "Enter the daytime Telephone Number. This field is required." }, "Fax": { "type": "string", "title": "Fax Number", "description": "Enter the Fax Number." }, "Email": { "type": "string", "title": "Email", "description": "Enter a valid Email Address. This field is required.", "format": "email" }, "ApplicantTypeCode1": { "type": "string", "title": "Type of Applicant 1", "description": "Select the appropriate applicant type. A selection is required.", "$ref": "#/definitions/ApplicantTypeCode" }, "ApplicantTypeCode2": { "type": "string", "title": "Type of Applicant 2", "description": "Select the appropriate applicant type.", "$ref": "#/definitions/ApplicantTypeCode" }, "ApplicantTypeCode3": { "type": "string", "title": "Type of Applicant 3", "description": "Select the appropriate applicant type.", "$ref": "#/definitions/ApplicantTypeCode" }, "ApplicantTypeOtherSpecify": { "type": "string", "title": "Type of Applicant Other Explanation", "description": "Enter the applicant type here if you selected \"Other (specify)\" for Type of Applicant." }, "AgencyName": { "type": "string", "title": "Agency Name", "description": "Pre-populated from the Application cover sheet." }, "CFDANumber": { "type": "string", "title": "Assistance Listing Number", "description": "Pre-populated from the Application cover sheet." }, "CFDAProgramTitle": { "type": "string", "title": "Assistance Listing Title", "description": "Pre-populated from the Application cover sheet." }, "FundingOpportunityNumber": { "type": "string", "title": "Opportunity Number", "description": "Pre-populated from the Application cover sheet. This field is required." }, "FundingOpportunityTitle": { "type": "string", "title": "Opportunity Title", "description": "Pre-populated from the Application cover sheet. This field is required." }, "CompetitionIdentificationNumber": { "type": "string", "title": "Competition Number", "description": "Pre-populated from the Application cover sheet." }, "CompetitionIdentificationTitle": { "type": "string", "title": "Competition Title", "description": "Pre-populated from the Application cover sheet." }, "AreasAffected": { "type": "string", "title": "Areas Affected", "description": "List the areas or entities using the categories (e.g., cities, counties, states, etc.) specified in agency instructions." }, "ProjectTitle": { "type": "string", "title": "Project Title", "description": "Enter a brief, descriptive title of the project. This field is required." }, "AdditionalProjectTitle": { "type": "string", "title": "Additional Project Title", "description": "Attach file(s) using the appropriate buttons." }, "CongressionalDistrictApplicant": { "type": "string", "title": "Applicant District", "description": "Enter the Congressional District in the format: 2 character State Abbreviation - 3 character District Number. Examples: CA-005 for California's 5th district, CA-012 for California's 12th district.If outside the US, enter 00-000.This field is required." }, "CongressionalDistrictProgramProject": { "type": "string", "title": "Program District", "description": "Enter the Congressional District in the format: 2 character State Abbreviation - 3 character District Number. Examples: CA-005 for California's 5th district, CA-012 for California's 12th district.If all districts in a state are affected, enter \"all\" for the district number. Example: MD-all for all congressional districts in Maryland.If nationwide (all districts in all states), enter US-all.If the program/project is outside the US, enter 00-000.This field is required." }, "AdditionalCongressionalDistricts": { "type": "string", "title": "Additional Congressional Districts", "description": "Additional Congressional Districts." }, "ProjectStartDate": { "type": "string", "title": "Project Start Date", "description": "Enter the date in the format MM/DD/YYYY. This field is required.", "format": "date" }, "ProjectEndDate": { "type": "string", "title": "Project End Date", "description": "Enter the date in the format MM/DD/YYYY. This field is required.", "format": "date" }, "FederalEstimatedFunding": { "type": "string", "title": "Federal Estimated Funding", "description": "Enter the dollar amount. This field is required." }, "ApplicantEstimatedFunding": { "type": "string", "title": "Applicant Estimated Funding", "description": "Enter the dollar amount. This field is required." }, "StateEstimatedFunding": { "type": "string", "title": "State Estimated Funding", "description": "Enter the dollar amount. This field is required." }, "LocalEstimatedFunding": { "type": "string", "title": "Local Estimated Funding", "description": "Enter the dollar amount. This field is required." }, "OtherEstimatedFunding": { "type": "string", "title": "Other Estimated Funding", "description": "Enter the dollar amount. This field is required." }, "ProgramIncomeEstimatedFunding": { "type": "string", "title": "Program Income Estimated Funding", "description": "Enter the dollar amount. This field is required." }, "TotalEstimatedFunding": { "type": "string", "title": "Total Estimated Funding", "description": "Total dollar amount. This is a calculated field." }, "StateReview": { "type": "string", "title": "Application Subject to Review", "description": "One selection is required." }, "StateReviewAvailableDate": { "type": "string", "title": "State Review Date", "description": "Enter the date in the format MM/DD/YYYY.", "format": "date" }, "DelinquentFederalDebt": { "type": "string", "title": "Applicant Delinquent on Federal Debt", "description": "A selection is required." }, "DebtExplanation": { "type": "string", "title": "Debt Explanation", "description": "Debt Explanation is required." }, "CertificationAgree": { "type": "string", "title": "Certification Agree", "description": "Check to select. This field is required." }, "AuthorizedRepresentative": { "type": "string", "title": "Authorized Representative Header", "description": "" }, "AuthorizedRepresentativeTitle": { "type": "string", "title": "AOR Title", "description": "Enter the position title. This field is required." }, "AuthorizedRepresentativePhoneNumber": { "type": "string", "title": "AOR Telephone Number", "description": "Enter the daytime Telephone Number. This field is required." }, "AuthorizedRepresentativeEmail": { "type": "string", "title": "AOR Email", "description": "Enter a valid Email Address. This field is required.", "format": "email" }, "AuthorizedRepresentativeFax": { "type": "string", "title": "AOR Fax Number", "description": "Enter the Fax Number." }, "AORSignature": { "type": "string", "title": "AOR Signature", "description": "Completed by Grants.gov upon submission." }, "DateSigned": { "type": "string", "title": "Date Signed", "description": "Completed by Grants.gov upon submission.", "format": "date" } }, "definitions": { "StateCode": { "type": "string", "title": "State", "description": "US State or Territory Code", "enum": [ "AL: Alabama", "AK: Alaska", "AZ: Arizona", "AR: Arkansas", "CA: California", "CO: Colorado", "CT: Connecticut", "DE: Delaware", "DC: District of Columbia", "FL: Florida", "GA: Georgia", "HI: Hawaii", "ID: Idaho", "IL: Illinois", "IN: Indiana", "IA: Iowa", "KS: Kansas", "KY: Kentucky", "LA: Louisiana", "ME: Maine", "MD: Maryland", "MA: Massachusetts", "MI: Michigan", "MN: Minnesota", "MS: Mississippi", "MO: Missouri", "MT: Montana", "NE: Nebraska", "NV: Nevada", "NH: New Hampshire", "NJ: New Jersey", "NM: New Mexico", "NY: New York", "NC: North Carolina", "ND: North Dakota", "OH: Ohio", "OK: Oklahoma", "OR: Oregon", "PA: Pennsylvania", "RI: Rhode Island", "SC: South Carolina", "SD: South Dakota", "TN: Tennessee", "TX: Texas", "UT: Utah", "VT: Vermont", "VA: Virginia", "WA: Washington", "WV: West Virginia", "WI: Wisconsin", "WY: Wyoming", "AS: American Samoa", "FM: Federated States of Micronesia", "GU: Guam", "MH: Marshall Islands", "MP: Northern Mariana Islands", "PW: Palau", "PR: Puerto Rico", "VI: Virgin Islands", "FQ: Baker Island", "HQ: Howland Island", "DQ: Jarvis Island", "JQ: Johnston Atoll", "KQ: Kingman Reef", "MQ: Midway Islands", "BQ: Navassa Island", "LQ: Palmyra Atoll", "WQ: Wake Island", "AA: Armed Forces Americas (except Canada)", "AE: Armed Forces Europe, the Middle East, and Canada", "AP: Armed Forces Pacific" ] }, "CountryCode": { "type": "string", "title": "Country", "description": "Country Code", "enum": [ "AFG: AFGHANISTAN", "XQZ: AKROTIRI", "ALB: ALBANIA", "DZA: ALGERIA", "AND: ANDORRA", "AGO: ANGOLA", "AIA: ANGUILLA", "ATA: ANTARCTICA", "ATG: ANTIGUA AND BARBUDA", "ARG: ARGENTINA", "ARM: ARMENIA", "ABW: ARUBA", "XAC: ASHMORE AND CARTIER ISLANDS", "AUS: AUSTRALIA", "AUT: AUSTRIA", "AZE: AZERBAIJAN", "BHS: BAHAMAS, THE", "BHR: BAHRAIN", "BGD: BANGLADESH", "BRB: BARBADOS", "XBI: BASSAS DA INDIA", "BLR: BELARUS", "BEL: BELGIUM", "BLZ: BELIZE", "BEN: BENIN", "BMU: BERMUDA", "BTN: BHUTAN", "BOL: BOLIVIA", "BES: BONAIRE, SINT EUSTATIUS, AND SABA", "BIH: BOSNIA AND HERZEGOVINA", "BWA: BOTSWANA", "BVT: BOUVET ISLAND", "BRA: BRAZIL", "IOT: BRITISH INDIAN OCEAN TERRITORY", "BRN: BRUNEI", "BGR: BULGARIA", "BFA: BURKINA FASO", "MMR: BURMA", "BDI: BURUNDI", "CPV: CABO VERDE", "KHM: CAMBODIA", "CMR: CAMEROON", "CAN: CANADA", "CYM: CAYMAN ISLANDS", "CAF: CENTRAL AFRICAN REPUBLIC", "TCD: CHAD", "CHL: CHILE", "CHN: CHINA", "CXR: CHRISTMAS ISLAND", "CPT: CLIPPERTON ISLAND", "CCK: COCOS (KEELING) ISLANDS", "COL: COLOMBIA", "COM: COMOROS", "COG: CONGO (BRAZZAVILLE)", "COD: CONGO (KINSHASA)", "COK: COOK ISLANDS", "XCS: CORAL SEA ISLANDS", "CRI: COSTA RICA", "CIV: CÔTE D'IVOIRE", "HRV: CROATIA", "CUB: CUBA", "CUW: CURAÇAO", "CYP: CYPRUS", "CZE: CZECHIA", "DNK: DENMARK", "XXD: DHEKELIA", "DGA: DIEGO GARCIA", "DJI: DJIBOUTI", "DMA: DOMINICA", "DOM: DOMINICAN REPUBLIC", "ECU: ECUADOR", "EGY: EGYPT", "SLV: EL SALVADOR", "XAZ: ENTITY 1", "XCR: ENTITY 2", "XCY: ENTITY 3", "XKM: ENTITY 4", "XKN: ENTITY 5", "AX3: ENTITY 6", "GNQ: EQUATORIAL GUINEA", "ERI: ERITREA", "EST: ESTONIA", "SWZ: ESWATINI", "ETH: ETHIOPIA", "XEU: EUROPA ISLAND", "FLK: FALKLAND ISLANDS (ISLAS MALVINAS)", "FRO: FAROE ISLANDS", "FJI: FIJI", "FIN: FINLAND", "FRA: FRANCE", "GUF: FRENCH GUIANA", "PYF: FRENCH POLYNESIA", "ATF: FRENCH SOUTHERN AND ANTARCTIC LANDS", "GAB: GABON", "GMB: GAMBIA, THE", "XGZ: GAZA STRIP", "GEO: GEORGIA", "DEU: GERMANY", "GHA: GHANA", "GIB: GIBRALTAR", "XGL: GLORIOSO ISLANDS", "GRC: GREECE", "GRL: GREENLAND", "GRD: GRENADA", "GLP: GUADELOUPE", "GTM: GUATEMALA", "GGY: GUERNSEY", "GIN: GUINEA", "GNB: GUINEA-BISSAU", "GUY: GUYANA", "HTI: HAITI", "HMD: HEARD ISLAND AND MCDONALD ISLANDS", "HND: HONDURAS", "HKG: HONG KONG", "HUN: HUNGARY", "ISL: ICELAND", "IND: INDIA", "IDN: INDONESIA", "IRN: IRAN", "IRQ: IRAQ", "IRL: IRELAND", "IMN: ISLE OF MAN", "ISR: ISRAEL", "ITA: ITALY", "JAM: JAMAICA", "XJM: JAN MAYEN", "JPN: JAPAN", "JEY: JERSEY", "JOR: JORDAN", "XJN: JUAN DE NOVA ISLAND", "KAZ: KAZAKHSTAN", "KEN: KENYA", "KIR: KIRIBATI", "PRK: KOREA, NORTH", "KOR: KOREA, SOUTH", "XKS: KOSOVO", "KWT: KUWAIT", "KGZ: KYRGYZSTAN", "LAO: LAOS", "LVA: LATVIA", "LBN: LEBANON", "LSO: LESOTHO", "LBR: LIBERIA", "LBY: LIBYA", "LIE: LIECHTENSTEIN", "LTU: LITHUANIA", "LUX: LUXEMBOURG", "MAC: MACAU", "MDG: MADAGASCAR", "MWI: MALAWI", "MYS: MALAYSIA", "MDV: MALDIVES", "MLI: MALI", "MLT: MALTA", "MTQ: MARTINIQUE", "MRT: MAURITANIA", "MUS: MAURITIUS", "MYT: MAYOTTE", "MEX: MEXICO", "MDA: MOLDOVA", "MCO: MONACO", "MNG: MONGOLIA", "MNE: MONTENEGRO", "MSR: MONTSERRAT", "MAR: MOROCCO", "MOZ: MOZAMBIQUE", "NAM: NAMIBIA", "NRU: NAURU", "NPL: NEPAL", "NLD: NETHERLANDS", "NCL: NEW CALEDONIA", "NZL: NEW ZEALAND", "NIC: NICARAGUA", "NER: NIGER", "NGA: NIGERIA", "NIU: NIUE", "NFK: NORFOLK ISLAND", "MKD: NORTH MACEDONIA", "NOR: NORWAY", "OMN: OMAN", "PAK: PAKISTAN", "PAN: PANAMA", "PNG: PAPUA NEW GUINEA", "XPR: PARACEL ISLANDS", "PRY: PARAGUAY", "PER: PERU", "PHL: PHILIPPINES", "PCN: PITCAIRN ISLANDS", "POL: POLAND", "PRT: PORTUGAL", "QAT: QATAR", "REU: REUNION", "ROU: ROMANIA", "RUS: RUSSIA", "RWA: RWANDA", "BLM: SAINT BARTHELEMY", "SHN: SAINT HELENA, ASCENSION, AND TRISTAN DA CUNHA", "KNA: SAINT KITTS AND NEVIS", "LCA: SAINT LUCIA", "MAF: SAINT MARTIN", "SPM: SAINT PIERRE AND MIQUELON", "VCT: SAINT VINCENT AND THE GRENADINES", "WSM: SAMOA", "SMR: SAN MARINO", "STP: SAO TOME AND PRINCIPE", "SAU: SAUDI ARABIA", "SEN: SENEGAL", "SRB: SERBIA", "SYC: SEYCHELLES", "SLE: SIERRA LEONE", "SGP: SINGAPORE", "SXM: SINT MAARTEN", "SVK: SLOVAKIA", "SVN: SLOVENIA", "SLB: SOLOMON ISLANDS", "SOM: SOMALIA", "ZAF: SOUTH AFRICA", "SGS: SOUTH GEORGIA AND SOUTH SANDWICH ISLANDS", "SSD: SOUTH SUDAN", "ESP: SPAIN", "XSP: SPRATLY ISLANDS", "LKA: SRI LANKA", "SDN: SUDAN", "SUR: SURINAME", "XSV: SVALBARD", "SWE: SWEDEN", "CHE: SWITZERLAND", "SYR: SYRIA", "TWN: TAIWAN", "TJK: TAJIKISTAN", "TZA: TANZANIA", "THA: THAILAND", "TLS: TIMOR-LESTE", "TGO: TOGO", "TKL: TOKELAU", "TON: TONGA", "TTO: TRINIDAD AND TOBAGO", "XTR: TROMELIN ISLAND", "TUN: TUNISIA", "TUR: TURKEY", "TKM: TURKMENISTAN", "TCA: TURKS AND CAICOS ISLANDS", "TUV: TUVALU", "UGA: UGANDA", "UKR: UKRAINE", "ARE: UNITED ARAB EMIRATES", "GBR: UNITED KINGDOM", "USA: UNITED STATES", "URY: URUGUAY", "UZB: UZBEKISTAN", "VUT: VANUATU", "VAT: VATICAN CITY", "VEN: VENEZUELA", "VNM: VIETNAM", "VGB: VIRGIN ISLANDS, BRITISH", "WLF: WALLIS AND FUTUNA", "XWB: WEST BANK", "ESH: WESTERN SAHARA", "YEM: YEMEN", "ZMB: ZAMBIA", "ZWE: ZIMBABWE" ] }, "ApplicantTypeCode": { "type": "string", "enum": [ "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)" ] } }}
UI Schema
{ "type": "VerticalLayout", "elements": [ { "type": "Control", "scope": "#/properties/SubmissionType" }, { "type": "Control", "scope": "#/properties/ApplicationType" }, { "type": "Control", "scope": "#/properties/RevisionType" }, { "type": "Control", "scope": "#/properties/RevisionOtherSpecify" }, { "type": "Control", "scope": "#/properties/DateReceived" }, { "type": "Control", "scope": "#/properties/ApplicantID" }, { "type": "Control", "scope": "#/properties/FederalEntityIdentifier" }, { "type": "Control", "scope": "#/properties/FederalAwardIdentifier" }, { "type": "Control", "scope": "#/properties/StateReceiveDate" }, { "type": "Control", "scope": "#/properties/StateApplicationID" }, { "type": "Control", "scope": "#/properties/OrganizationName" }, { "type": "Control", "scope": "#/properties/EmployerTaxpayerIdentificationNumber" }, { "type": "Control", "scope": "#/properties/SAMUEI" }, { "type": "Control", "scope": "#/properties/Applicant " }, { "type": "Control", "scope": "#/properties/Street1" }, { "type": "Control", "scope": "#/properties/Street2" }, { "type": "Control", "scope": "#/properties/City" }, { "type": "Control", "scope": "#/properties/County" }, { "type": "Control", "scope": "#/properties/State" }, { "type": "Control", "scope": "#/properties/Province" }, { "type": "Control", "scope": "#/properties/Country" }, { "type": "Control", "scope": "#/properties/ZipCode" }, { "type": "Control", "scope": "#/properties/DepartmentName" }, { "type": "Control", "scope": "#/properties/DivisionName" }, { "type": "Control", "scope": "#/properties/ContactPerson" }, { "type": "Control", "scope": "#/properties/Prefix" }, { "type": "Control", "scope": "#/properties/FirstName" }, { "type": "Control", "scope": "#/properties/MiddleName" }, { "type": "Control", "scope": "#/properties/LastName" }, { "type": "Control", "scope": "#/properties/Suffix" }, { "type": "Control", "scope": "#/properties/Title" }, { "type": "Control", "scope": "#/properties/OrganizationAffiliation" }, { "type": "Control", "scope": "#/properties/PhoneNumber" }, { "type": "Control", "scope": "#/properties/Fax" }, { "type": "Control", "scope": "#/properties/Email" }, { "type": "Control", "scope": "#/properties/ApplicantTypeCode1" }, { "type": "Control", "scope": "#/properties/ApplicantTypeCode2" }, { "type": "Control", "scope": "#/properties/ApplicantTypeCode3" }, { "type": "Control", "scope": "#/properties/ApplicantTypeOtherSpecify" }, { "type": "Control", "scope": "#/properties/AgencyName" }, { "type": "Control", "scope": "#/properties/CFDANumber" }, { "type": "Control", "scope": "#/properties/CFDAProgramTitle" }, { "type": "Control", "scope": "#/properties/FundingOpportunityNumber" }, { "type": "Control", "scope": "#/properties/FundingOpportunityTitle" }, { "type": "Control", "scope": "#/properties/CompetitionIdentificationNumber" }, { "type": "Control", "scope": "#/properties/CompetitionIdentificationTitle" }, { "type": "Control", "scope": "#/properties/AreasAffected" }, { "type": "Control", "scope": "#/properties/ProjectTitle" }, { "type": "Control", "scope": "#/properties/AdditionalProjectTitle" }, { "type": "Control", "scope": "#/properties/CongressionalDistrictApplicant" }, { "type": "Control", "scope": "#/properties/CongressionalDistrictProgramProject" }, { "type": "Control", "scope": "#/properties/AdditionalCongressionalDistricts" }, { "type": "Control", "scope": "#/properties/ProjectStartDate" }, { "type": "Control", "scope": "#/properties/ProjectEndDate" }, { "type": "Control", "scope": "#/properties/FederalEstimatedFunding" }, { "type": "Control", "scope": "#/properties/ApplicantEstimatedFunding" }, { "type": "Control", "scope": "#/properties/StateEstimatedFunding" }, { "type": "Control", "scope": "#/properties/LocalEstimatedFunding" }, { "type": "Control", "scope": "#/properties/OtherEstimatedFunding" }, { "type": "Control", "scope": "#/properties/ProgramIncomeEstimatedFunding" }, { "type": "Control", "scope": "#/properties/TotalEstimatedFunding" }, { "type": "Control", "scope": "#/properties/StateReview" }, { "type": "Control", "scope": "#/properties/StateReviewAvailableDate" }, { "type": "Control", "scope": "#/properties/DelinquentFederalDebt" }, { "type": "Control", "scope": "#/properties/DebtExplanation" }, { "type": "Control", "scope": "#/properties/CertificationAgree" }, { "type": "Control", "scope": "#/properties/AuthorizedRepresentative" }, { "type": "Control", "scope": "#/properties/AuthorizedRepresentativeTitle" }, { "type": "Control", "scope": "#/properties/AuthorizedRepresentativePhoneNumber" }, { "type": "Control", "scope": "#/properties/AuthorizedRepresentativeEmail" }, { "type": "Control", "scope": "#/properties/AuthorizedRepresentativeFax" }, { "type": "Control", "scope": "#/properties/AORSignature" }, { "type": "Control", "scope": "#/properties/DateSigned" } ]}
Mappings between the form and the CommonGrants schema.
Mapping to CommonGrants
{ "pointOfContact": { "firstName": { "field": "FirstName" }, "middleName": { "field": "MiddleName" }, "lastName": { "field": "LastName" }, "email": { "field": "Email" }, "phone": { "field": "PhoneNumber" }, "title": { "field": "Title" }, "address": { "street1": { "field": "Street1" }, "street2": { "field": "Street2" }, "city": { "field": "City" }, "state": { "field": "State" }, "zip": { "field": "ZipCode" }, "country": { "field": "Country" } } }, "organization": { "name": { "field": "OrganizationName" }, "ein": { "field": "EmployerTaxpayerIdentificationNumber" }, "uei": { "field": "SAMUEI" }, "department": { "field": "DepartmentName" }, "division": { "field": "DivisionName" } }, "project": { "title": { "field": "ProjectTitle" }, "startDate": { "field": "ProjectStartDate" }, "endDate": { "field": "ProjectEndDate" }, "amountRequested": { "field": "FederalEstimatedFunding" }, "totalBudget": { "field": "TotalEstimatedFunding" }, "applicantType": { "switch": { "field": "ApplicantTypeCode1", "case": { "Nonprofit": "nonprofit-general", "Educational": "nonprofit-educational", "Government": "government-general", "Small Business": "business-small", "For-Profit": "business-general", "Individual": "individual", "Other": "custom" }, "default": "nonprofit-general" } } }, "funding": { "federal": { "field": "FederalEstimatedFunding" }, "applicant": { "field": "ApplicantEstimatedFunding" }, "state": { "field": "StateEstimatedFunding" }, "local": { "field": "LocalEstimatedFunding" }, "other": { "field": "OtherEstimatedFunding" }, "programIncome": { "field": "ProgramIncomeEstimatedFunding" } }}
Mapping from CommonGrants
{ "FirstName": { "field": "pointOfContact.firstName" }, "MiddleName": { "field": "pointOfContact.middleName" }, "LastName": { "field": "pointOfContact.lastName" }, "Email": { "field": "pointOfContact.email" }, "PhoneNumber": { "field": "pointOfContact.phone" }, "Title": { "field": "pointOfContact.title" }, "Street1": { "field": "pointOfContact.address.street1" }, "Street2": { "field": "pointOfContact.address.street2" }, "City": { "field": "pointOfContact.address.city" }, "State": { "field": "pointOfContact.address.state" }, "ZipCode": { "field": "pointOfContact.address.zip" }, "Country": { "field": "pointOfContact.address.country" }, "OrganizationName": { "field": "organization.name" }, "EmployerTaxpayerIdentificationNumber": { "field": "organization.ein" }, "SAMUEI": { "field": "organization.uei" }, "DepartmentName": { "field": "organization.department" }, "DivisionName": { "field": "organization.division" }, "ProjectTitle": { "field": "project.title" }, "ProjectStartDate": { "field": "project.startDate" }, "ProjectEndDate": { "field": "project.endDate" }, "FederalEstimatedFunding": { "field": "project.amountRequested" }, "TotalEstimatedFunding": { "field": "project.totalBudget" }, "ApplicantTypeCode1": { "switch": { "field": "project.applicantType", "case": { "nonprofit-general": "Nonprofit", "nonprofit-educational": "Educational", "nonprofit-religious": "Nonprofit", "business-small": "Small Business", "business-general": "For-Profit", "government-tribal": "Government", "government-state": "Government", "government-local": "Government", "government-general": "Government", "individual": "Individual", "custom": "Other" }, "default": "Nonprofit" } }, "ApplicantEstimatedFunding": { "field": "funding.applicant" }, "StateEstimatedFunding": { "field": "funding.state" }, "LocalEstimatedFunding": { "field": "funding.local" }, "OtherEstimatedFunding": { "field": "funding.other" }, "ProgramIncomeEstimatedFunding": { "field": "funding.programIncome" }}