{ "$schema": "https://json-structure.org/draft/2020-12/schema", "name": "ConsumerCreditAnalytics", "type": "object", "properties": { "hasEmbedding": { "type": "boolean" }, "countryCode": { "type": "string" }, "customerPANs": { "type": "array" }, "scoreTypes": { "type": "array" }, "productTypes": { "type": "array" } } }