{
"id": "<string>",
"type": "tests",
"attributes": {
"name": "<string>",
"result_options": [
"<string>"
],
"auto_result": "<string>",
"auto_result_delay": 123,
"certificate_body": "<string>",
"certificate_footer": "<string>",
"issuing_authority": "<string>",
"doctor_name": "<string>",
"valid_period": 123,
"test_type_options": [
"<string>"
],
"default_test_type": "<string>",
"display_tester": true,
"validate_download": true,
"result_notifications": {
"result": "<string>",
"email": "jsmith@example.com"
},
"created_at": "2023-11-07T05:31:56Z"
},
"relationships": {
"custom_fields": {
"data": [
{
"type": "<string>",
"id": "<string>"
}
]
}
},
"links": {
"self": "<string>"
}
}