{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/SourceDetails", "title": "SourceDetails", "type": "object", "properties": { "type": { "type": "string", "description": "The source type (e.g., DIRECT, REFERRAL, LINKEDIN)" }, "subtype": { "type": "string" }, "refId": { "type": "string" } } }