dtcs 0.11.0

Reference implementation of the Data Transformation Contract Standard (DTCS)
Documentation
{
  "fixtures": [
    {
      "file": "valid_customer.yaml",
      "match_supported": true,
      "compile_valid": true,
      "runtime_fixture": "runtime/customer_normalize_input.json",
      "expected_output": "runtime/customer_normalize_output.json"
    },
    {
      "file": "plan_field_write_chain.yaml",
      "match_supported": true,
      "compile_valid": true,
      "runtime_fixture": "runtime/plan_field_write_chain_input.json",
      "expected_output": "runtime/plan_field_write_chain_output.json"
    },
    {
      "file": "valid_customer.yaml",
      "match_supported": false,
      "compile_valid": false,
      "mutate_unsupported_action": true
    }
  ]
}