Adding Computed Fields to a Schema: Example and Helpers
Are there any helpers to add computed fields to a schema? Contrived example: input:
{foo: "bar"} output: {foo: "bar", fooUpper: "BAR"}{foo: "bar"}{foo: "bar", fooUpper: "BAR"}