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