Skip to content

Feature: key or value prefix/postfix #1

@nicolkill

Description

@nicolkill

Add to the schemas the posibility to add a prefix/postfix fixed to the keys or values

schema = %{
  field: %{
    "string:postfix:_id": :string,
    "string:prefix:order_:postfix:_id": :"string:prefix:external_value-"
  }
}

map = %{
  field: %{
    defined_postmortem_id: "any string value",
    order_defined_postmortem_id: "external_value-my_value_string"
  }
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions