{
  "schema": "osfp-acceptance-policy/1",
  "id": "furniture-importer-intake",
  "version": "2026-09",
  "title": "Furniture importer intake: a stamped harvest record, a permit that names the same supplier, a shipment",
  "notice": "Illustrative policy for the labelled sample. The requirement set is a teaching example, not any importer's actual intake rule.",
  "requires": [
    {
      "id": "harvest-present",
      "kind": "record",
      "code": "S12",
      "title": "A harvest record (S12) is in the pack; as it is stamped, its envelope must hold and bind the original bytes"
    },
    {
      "id": "harvest-bound",
      "kind": "binding",
      "code": "S12",
      "title": "The harvest record's stamp holds on this device and binds the submitted original"
    },
    {
      "id": "harvest-date",
      "kind": "field",
      "code": "S12",
      "path": "fields.harvestDate",
      "pattern": "date",
      "title": "The harvest record states a harvest date"
    },
    {
      "id": "harvest-supplier",
      "kind": "field",
      "code": "S12",
      "path": "fields.supplier.commitment",
      "pattern": "nonempty",
      "title": "The harvest record names its supplier, as a commitment"
    },
    {
      "id": "harvest-fresh",
      "kind": "freshness",
      "code": "S12",
      "maxAgeDays": 400,
      "title": "The harvest was captured within 400 days of this evaluation"
    },
    {
      "id": "permit-present",
      "kind": "record",
      "code": "PERMIT",
      "title": "A harvest permit record is in the pack"
    },
    {
      "id": "permit-number",
      "kind": "field",
      "code": "PERMIT",
      "path": "fields.permitNumber",
      "pattern": "nonempty",
      "title": "The permit carries a permit number"
    },
    {
      "id": "permit-supplier-matches",
      "kind": "consistency",
      "code": "S12",
      "path": "fields.supplier.commitment",
      "otherCode": "PERMIT",
      "otherPath": "fields.supplier.commitment",
      "title": "The permit names the same supplier commitment as the harvest record"
    },
    {
      "id": "shipment-present",
      "kind": "record",
      "code": "SHIP",
      "title": "A shipment record is in the pack"
    },
    {
      "id": "permit-office-competent",
      "kind": "human",
      "code": "PERMIT",
      "title": "The issuing office is the competent one for the region the plot lies in"
    }
  ]
}
