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": "https://simpler.grants.gov/documents/example", "description": "More information about the opportunity requirements" }, "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 format: uri description: A URL linking to additional information about the opportunity description: type: string description: A human-readable description of the additional information unevaluatedProperties: not: {} examples: - url: https://simpler.grants.gov/documents/example description: More information about the opportunity requirements 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 descriptionx-valid-schemas: - OpportunityBasex-version: 0.1.0x-author: CommonGrantsx-tags: - context