csp_b_results.json 825 Bytes
Newer Older
canterburym's avatar
canterburym committed
{
    "recordSetDescription" : {
        "typesUsed" : {
canterburym's avatar
canterburym committed
            "Subscriber" : "http://example.com/csp_a/response#/$defs/extendedSubscriberRecord",
            "Person" : "http://etsi.org/temp/705/entities/$defs/PersonDetails"
canterburym's avatar
canterburym committed
        }
    },
    "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"
        }
    ]
}