Aliases

April 17, 2019 ยท View on GitHub

Attributes can specify alternative names that clients can use, e.g. for backward compatibility, using the attribute.alias configuration property, which can be a string or an array of strings.

collections:
  example_collection:
    attributes:
      example_attribute:
        alias: [old_attribute_name, older_attribute_name]