Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
better condition logic now properly handles correctly these cases:
extra_attributes: type: object additionalProperties: true extra_attributes: type: object additionalProperties: {} extra_attributes: additionalProperties: true but fails for this case, which might not be an issue (or an issue with zio-schema): extra_attributes: additionalProperties: {}
- Loading branch information