{
  "formatVersion": 1,
  "title": "My Build Guide (Starter Template)",
  "description": "Replace this with what your guide does. Duplicate the step and part blocks below to add more. Keep category and difficulty to the allowed values (see below).",
  "category": "maintenance",
  "difficulty": "beginner",
  "tags": [
    "example",
    "starter"
  ],
  "language": "en",
  "estimatedMinutes": 45,
  "estimatedCost": 40.0,
  "currency": "USD",
  "author": {
    "name": "Your name"
  },
  "vehicleCompatibility": [
    {
      "make": "Any",
      "model": "Any",
      "notes": "Edit or remove for specific fitment."
    }
  ],
  "requiredTools": [
    "Socket set",
    "Torque wrench",
    "Drain pan"
  ],
  "parts": [
    {
      "name": "Example part",
      "kind": "required",
      "quantity": 1,
      "partNumber": "ABC-123",
      "estimatedCost": 25.0,
      "notes": "What it's for."
    },
    {
      "name": "Example consumable",
      "kind": "consumable",
      "quantity": 1,
      "estimatedCost": 15.0
    }
  ],
  "steps": [
    {
      "stepNumber": 1,
      "title": "First step title",
      "description": "Detailed, do-this-then-that instructions for the step.",
      "estimatedMinutes": 15,
      "tools": [
        "Socket set"
      ],
      "warnings": [
        "Note any safety warning here."
      ],
      "tips": [
        "Add a helpful tip here."
      ]
    },
    {
      "stepNumber": 2,
      "title": "Second step title",
      "description": "Detailed instructions for the second step.",
      "estimatedMinutes": 20,
      "tools": [
        "Torque wrench"
      ],
      "tips": [
        "Torque to spec."
      ]
    }
  ]
}
