{
  "data": [
    {
      "type": "waiver_templates",
      "id": "01k5examplewa1vertempl0001",
      "attributes": {
        "identifier": "test_ride_waiver",
        "title": "Test Ride Waiver",
        "description": "Signed before every test ride.",
        "status": "active",
        "version": 1,
        "agreement": "<p>I, {{ prospect_first_name }}, accept the risks of a test ride with {{ community_brand_name }}.</p>",
        "fields": [
          {
            "identifier": "emergency_contact",
            "label": "Emergency contact",
            "field_type": "short_text",
            "required": true,
            "response_options": [],
            "helper_text": null,
            "placeholder_text": null,
            "position": 1
          },
          {
            "identifier": "email_opt_in",
            "label": "Email me news and offers",
            "field_type": "checkbox",
            "required": false,
            "response_options": [],
            "helper_text": null,
            "placeholder_text": null,
            "position": 2
          }
        ],
        "created_at": "2026-08-25T09:00:00Z",
        "updated_at": "2026-08-25T09:00:00Z"
      },
      "relationships": {
        "submissions": {
          "links": {
            "related": "https://integrations.stokedhq.com/api/v1/waiver_submissions?filter%5Btemplate%5D=01k5examplewa1vertempl0001"
          }
        }
      },
      "links": {
        "self": "https://integrations.stokedhq.com/api/v1/waiver_templates/01k5examplewa1vertempl0001"
      }
    }
  ]
}
