legacySerialId
Summary
An integer ID needed for compatibility with legacy systems that use serial/integer identifiers
Valid For Schemas
This custom field can be used with the following CommonGrants schemas:
Tags
Schema
A JSON example of this model.
{ "name": "legacySerialId", "fieldType": "integer", "value": 12345, "description": "An integer ID needed for compatibility with legacy systems that use serial/integer identifiers"}The JSON Schema for this model.
$schema: https://json-schema.org/draft/2020-12/schema$id: CustomLegacySerialId.yamltype: objectproperties: name: type: string const: legacySerialId fieldType: type: string const: integer value: type: integer examples: - 12345 description: type: string const: An integer ID needed for compatibility with legacy systems that use serial/integer identifiersrequired: - name - fieldType - value - descriptionallOf: - $ref: CustomField.yamlunevaluatedProperties: not: {}description: An integer ID needed for compatibility with legacy systems that use serial/integer identifiersx-valid-schemas: - OpportunityBase - CompetitionBase - ApplicationBase - FormBasex-version: 0.1.0x-author: CommonGrantsx-tags: - identifier - compatibility