{
  "id": "cubic-yards-to-cubic-feet-calculator",
  "version": "1.0.0",
  "name": "Cubic Yards to Cubic Feet Calculator",
  "shortName": "Cubic Yards to Cubic Feet",
  "description": "Convert cubic yards to cubic feet.",
  "category": "Conversions & Sizes",
  "categorySlug": "conversions",
  "keywords": [
    "cubic",
    "yards",
    "to",
    "feet",
    "calculator",
    "cubic yards to cubic feet calculator"
  ],
  "status": "live",
  "workStatus": "pending",
  "reviewStatus": "pending",
  "migrationStatus": "new",
  "engine": "native",
  "creator": null,
  "reviewer": null,
  "quality": {
    "availability": "live",
    "technicalReviewRecord": "/reviews/cubic-yards-to-cubic-feet-calculator.json",
    "qualifiedReview": "pending",
    "qualifiedReviewer": null,
    "qualifiedReviewDate": null,
    "formulaVersion": "1.0.0",
    "referenceCoverage": "references-pending",
    "releaseTestScope": "Catalog and regression checks are not a professional formula audit; consult release evidence.",
    "historicalMetadataDate": "2026-09-01",
    "historicalMetadataNotice": "The imported date is not evidence of a completed human review."
  },
  "urls": {
    "page": "/convert/cubic-yards-to-feet/",
    "definition": "/convert/cubic-yards-to-feet/definition.json",
    "schema": "/convert/cubic-yards-to-feet/schema.json",
    "llms": "/convert/cubic-yards-to-feet/llms.txt",
    "legacyDefinition": "/convert/cubic-yards-to-feet/definition.json"
  },
  "queryExample": "https://askcalculators.com/convert/cubic-yards-to-feet/?cubicYards=1",
  "queryParameters": {
    "cubicYards": {
      "label": "Cubic yards (yd³)",
      "type": "number",
      "required": true,
      "default": 1
    }
  },
  "inputs": [
    {
      "id": "cubicYards",
      "label": "Cubic yards (yd³)",
      "type": "number",
      "required": true,
      "defaultValue": 1,
      "min": 0,
      "step": 0.001
    }
  ],
  "outputs": [
    {
      "id": "cubicFeet",
      "label": "Cubic feet (ft³)",
      "format": "number",
      "primary": true,
      "digits": 8
    }
  ],
  "formula": {
    "expression": "cubic feet = cubic yards × 27"
  },
  "examples": [
    {
      "label": "Reproducible default-input example (not a personal recommendation)",
      "inputs": {
        "cubicYards": 1
      }
    }
  ],
  "sources": [],
  "publicSlug": "cubic-yards-to-feet",
  "namespace": "convert",
  "countries": []
}
