ChristianHansen
ChristianHansen
# Description Do not automatically include "Bulk" in the operation name for resource-leve actions. I believe [this](https://github.com/LiveRamp/reslang/blob/master/src/grammar/rest.pegjs#L26) is the line causing that to happen. # Why it's valuable Honestly, I...
**Describe your request** It would be great if the `output` modifier were respected for members of structures. For example, at https://github.com/LiveRamp/api-specs/pull/317/commits/1962b6651809ad8a54ef2080926f6c8bb792be69#diff-9942bbda67953cfa58e0b3b375485e249e726f7dc54ed0fe48aebfa3e2ec67fcR266 I added the `optional` modified to a structure member...
**Describe your request** Instead of adding properties that are required in a reslang `structure` to the `required` list for the parent Component, the `required` list should be on the child...