pabloem commented on PR #24271:
URL: https://github.com/apache/beam/pull/24271#issuecomment-1326050223

   > What do we do with properties that don't translate to beam schemas like 
array uniqueness of items?
   > 
   > We should describe to users what we reject and be explicit about what we 
support and what we ignore for each JSON type from 
https://json-schema.org/understanding-json-schema/reference/index.html
   > 
   > We'll also want to be careful when supporting nulls and test for the null 
case explicitly.
   
   I've tried to document in some detail what we do/don't support, as well as 
the required provided dependency. LMK what you think @lukecwik 
   
   I've also added support for nullable/non-nullable fields (based on the 
`requiredfields` tag)


-- 
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