applicantOrganization
Summary
Applicant organization details for the application
Valid For Schemas
This custom field can be used with the following CommonGrants schemas:
Tags
Schema
A JSON example of this model.
{ "name": "applicantOrganization", "fieldType": "object", "value": { "name": "Acme Research Institute", "identifier": "DUNS-123456789" }, "description": "Applicant organization details for the application"}The JSON Schema for this model.
$schema: https://json-schema.org/draft/2020-12/schema$id: CustomApplicantOrganization.yamltype: objectproperties: name: type: string const: applicantOrganization fieldType: type: string const: object value: type: object properties: name: type: string description: The legal name of the applicant organization identifier: type: string description: A unique identifier for the organization (e.g. SAM UEI, DUNS, or EIN) unevaluatedProperties: not: {} examples: - name: Acme Research Institute identifier: DUNS-123456789 description: type: string const: Applicant organization details for the applicationrequired: - name - fieldType - value - descriptionallOf: - $ref: CustomField.yamlunevaluatedProperties: not: {}description: Applicant organization (catalog only — not in SDK/API yet)x-valid-schemas: - ApplicationBasex-version: 0.1.0x-author: CommonGrantsx-tags: - organization