robertwb commented on code in PR #29271:
URL: https://github.com/apache/beam/pull/29271#discussion_r1380449879


##########
sdks/python/apache_beam/yaml/pipeline.schema.yaml:
##########
@@ -159,7 +159,10 @@ properties:
       # These are the only top-level properties defined in pipeline.
       - type: object
         properties:
-          type: { const: chain }
+          type:
+            oneOf:
+              - { const: composite }

Review Comment:
   I suppose it does. It's the default, but we can let it be explicit. 



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to