The current schemas for compound transforms allow an array of transforms with no limit on the number of arrays. The python library implementation and AST work on two transforms at a time.
Consider modifying the schemas to specify only two transforms are allowed. This should be explained in the documentation.
The current schemas for compound transforms allow an array of transforms with no limit on the number of arrays. The python library implementation and AST work on two transforms at a time.
Consider modifying the schemas to specify only two transforms are allowed. This should be explained in the documentation.