assistanceListing
Summary
The assistance listing number and program title for this opportunity
Valid For Schemas
This custom field can be used with the following CommonGrants schemas:
Tags
Schema
A JSON example of this model.
{ "name": "assistanceListing", "fieldType": "object", "value": { "assistanceListingNumber": "43.012", "programTitle": "Space Technology" }, "description": "The assistance listing number and program title for this opportunity"}The JSON Schema for this model.
$schema: https://json-schema.org/draft/2020-12/schema$id: CustomAssistanceListing.yamltype: objectproperties: name: type: string const: assistanceListing fieldType: type: string const: object value: type: object properties: assistanceListingNumber: type: string programTitle: type: string required: - assistanceListingNumber - programTitle unevaluatedProperties: not: {} examples: - assistanceListingNumber: "43.012" programTitle: Space Technology description: type: string const: The assistance listing number and program title for this opportunityrequired: - name - fieldType - value - descriptionallOf: - $ref: CustomField.yamlunevaluatedProperties: not: {}description: Assistance listing information including program title and number