{ "type": "object", "name": "AssociatedAccountDetails", "properties": { "name": { "type": "string" }, "phone": { "type": "string" }, "website": { "type": "string" }, "allowDuplicateRecords": { "type": "string" } }, "required": [ "name", "phone", "website", "allowDuplicateRecords" ], "$schema": "https://json-structure.org/draft/2020-12/schema" }