{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "TransactionIdentifier", "type": "object", "description": "Transaction Identifier containing CFC Indicator the key and value pair.", "properties": { "cfcValue": { "type": "string", "description": "Actual value depending on the 'CFC Indicator' subject to the following validations 1. For ARN, Min Length is 23, Max Length is 23 and Data Type is N. 2. For BRN, Min Length is 6, Max Length is 9 and Data Type is AN. 3. For TRC, Min Length is 6, Max Length is 6 and Data Type is N. 4. For SER, Min Length is 9, Max Length is 9 and Data Type is N." } } }