{ "recordSetDescription" : { "typesUsed" : { "type1" : "uri://example.com/schema1.schema.json", "type2" : "uri://example.com/schema2.schema.json" } }, "recordSet" : [ { "id" : "Record1", "type" : "Subscription", "subscriptionId" : "{CSP B subscription identifier}", "associatedPeople" : [{ "destination" : "Record2", "pointerType" : "Account Holder" },{ "destination" : "Record2", "pointerType" : "Bill Payer" }] }, { "id" : "Record2", "type" : "Person", "firstName" : "Bill", "lastName" : "Payer" } ] }