agency
Summary
Information about the agency offering 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": "agency", "fieldType": "object", "value": { "code": "CMS", "name": "Centers for Medicare & Medicaid Services", "parentCode": "HHS", "parentName": "Health and Human Services" }, "description": "Information about the agency offering this opportunity"}The JSON Schema for this model.
$schema: https://json-schema.org/draft/2020-12/schema$id: CustomAgency.yamltype: objectproperties: name: type: string const: agency fieldType: type: string const: object value: type: object properties: code: type: string description: The agency's acronym or code name: type: string description: The full name of the agency parentCode: type: string description: The acronym or code of the parent agency parentName: type: string description: The full name of the parent agency unevaluatedProperties: not: {} examples: - code: CMS name: Centers for Medicare & Medicaid Services parentCode: HHS parentName: Health and Human Services description: type: string const: Information about the agency offering this opportunityrequired: - name - fieldType - value - descriptionallOf: - $ref: CustomField.yamlunevaluatedProperties: not: {}description: Agency information including code and namex-valid-schemas: - OpportunityBase - CompetitionBase - FormBasex-version: 0.1.0x-author: CommonGrantsx-tags: - organization