Skip to content

Feature: key or value prefix/postfix #1

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"
  }
}

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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