Open
Description
We should first verify that we do run schema validation, then we should update the docs inside the Schema.md file to:
### Validation Keywords
In general all property types are supported however some validation keywords will be ignored during the execution of the python code. This means that if these keywords are used, no error would be raised within Python if the object violates the schema however an error will be raised if the object is ever passed to the Delphix Engine because we do validate the full schema there. Listed below are the keywords ignored for each type that wouldn't validate. Some have examples to be more clear.
Instead of
### Validation Keywords
In general all property types are supported however some validation keywords will be ignored during the execution of the python code. This means that if these keywords are used, no error would be raised within Python if the object violates the schema. Listed below are the keywords ignored for each type that wouldn't validate. Some have examples to be more clear.