additionalInfo
Summary
URL and description for additional information about the opportunity
Valid For Schemas
This custom field can be used with the following CommonGrants schemas:
Tags
Schema
A JSON example of this model.
{ "name": "additionalInfo", "fieldType": "object", "value": { "url": "grants.gov", "description": "Click me for more info" }, "description": "URL and description for additional information about the opportunity"}The JSON Schema for this model.
$schema: https://json-schema.org/draft/2020-12/schema$id: CustomAdditionalInfo.yamltype: objectproperties: name: type: string const: additionalInfo fieldType: type: string const: object value: type: object properties: url: type: string description: type: string required: - url unevaluatedProperties: not: {} examples: - url: grants.gov description: Click me for more info description: type: string const: URL and description for additional information about the opportunityrequired: - name - fieldType - value - descriptionallOf: - $ref: CustomField.yamlunevaluatedProperties: not: {}description: Additional information URL and description