csp_b_results.json 775 Bytes
Newer Older
canterburym's avatar
canterburym committed
{
    "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"
        }
    ]
}