ombNumber
Summary
OMB control number, required for Paperwork Reduction Act (PRA) compliance
Valid For Schemas
This custom field can be used with the following CommonGrants schemas:
Tags
Schema
A JSON example of this model.
{ "name": "ombNumber", "fieldType": "string", "value": "4040-0001", "description": "OMB control number, required for Paperwork Reduction Act (PRA) compliance"}The JSON Schema for this model.
$schema: https://json-schema.org/draft/2020-12/schema$id: CustomOmbNumber.yamltype: objectproperties: name: type: string const: ombNumber fieldType: type: string const: string value: type: string examples: - 4040-0001 description: type: string const: OMB control number, required for Paperwork Reduction Act (PRA) compliancerequired: - name - fieldType - value - descriptionallOf: - $ref: CustomField.yamlunevaluatedProperties: not: {}description: OMB control number for PRA compliance (catalog only — not in SDK/API yet)x-valid-schemas: - FormBasex-version: 0.1.0x-author: CommonGrantsx-tags: - identifier - federal - compatibility