{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "Agency Get", "description": "Successful Response", "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "string" }, "name": { "type": "string" }, "dsp_advertiser_id": { "type": "string" }, "created_at": { "type": "string" } } } } }