Can my Mock API return JSON?

Hi, I’m trying to create a Mock API that returns JSON data. I created a schema (Patient) and a Mock API using that schema. However, the response is not in JSON format (see below). I don’t see any options for the Handler API to return JSON. I don’t have the option of using curl, it must be a URL. How can I acheive this and receive a JSON response? Seems like I’m missing something basic here. Thank you.

https://my.api.mockaroo.com/patient.json?key=XXXXXXXX

Id,OrganizationNumber,LastName,FirstName,MiddleName,DoB,Sex,Created
88fa0375-f1ca-4c5c-b0da-e80aabdd31a2,32,Duke,Charlene,Glynis,12/6/1996,F,1/21/2018
6ac1d858-cd26-4256-a53e-498749f6a983,33,Succamore,Jeane,Vera,9/4/1960,F,2/14/2018
5a951c2b-c614-47b2-9e14-4be2e8aede76,84,Shaw,Janis,,3/12/1971,F,10/1/2017
2720cee2-d3a8-4c0d-9392-abad11e29603,67,Mulgrew,Lynde,Edi,7/3/1989,F,12/23/2017
f4c42c0f-1f3e-44b3-998d-f86c8b87fe1d,39,Cathie,Lars,Samuel,7/4/1951,M,6/29/2018
135662f2-e8b2-4865-a1ac-8b1c0684add9,62,Leakner,Kellina,Helene,12/20/1929,F,2/17/2018
b236fe97-349a-46bf-92a3-8b354441914e,37,Stampfer,Lora,Elva,11/30/1921,F,7/16/2018
fdee8ea5-d7db-4e48-9056-09450ab6cdd0,76,Axleby,Filip,Dillon,5/31/1975,M,1/13/2018
00409474-10f8-4c05-beb5-0b38715fe53b,30,Agron,Bent,Brade,4/29/1987,M,6/6/2018
978994d4-96e5-41c1-b343-a389ffeb3e20,68,Marjanovic,Letitia,Katti,7/3/1981,F,5/3/2018

Doh. Had to set the Schema Format to JSON. Solved.

I cant found JSON format