legacyId
Summary
An integer ID for the opportunity, needed for compatibility with legacy systems
Valid For Schemas
This custom field can be used with the following CommonGrants schemas:
Tags
Schema
A JSON example of this model.
{ "name": "legacyId", "fieldType": "number", "value": 12345, "description": "An integer ID for the opportunity, needed for compatibility with legacy systems"}The JSON Schema for this model.
$schema: https://json-schema.org/draft/2020-12/schema$id: CustomLegacyId.yamltype: objectproperties: name: type: string const: legacyId fieldType: type: string const: number value: type: integer examples: - 12345 description: type: string const: An integer ID for the opportunity, needed for compatibility with legacy systemsrequired: - name - fieldType - value - descriptionallOf: - $ref: CustomField.yamlunevaluatedProperties: not: {}description: An integer ID for the opportunity, needed for compatibility with legacy systems