csp_a_results.json 498 Bytes
Newer Older
canterburym's avatar
canterburym committed
{
    "recordSetDescription" : {
        "typesUsed" : {
canterburym's avatar
canterburym committed
            "Subscription" : "http://example.com/csp_a/response#/$defs/extendedSubscriberRecord"
canterburym's avatar
canterburym committed
        }
    },
    "recordSet" : [
        {
            "id" : "1e997322-b813-437b-b2e2-dae732f0cf7f",
            "type" : "Subscription",
            "subscriptionId" : "{unique CSP subscription ID}",
            "personDetails" : {
                "lastName" : "Last",
                "firstName" : "First"
            }
        }
    ]
}