S.optionalWith() in a nested schema prop of a POST request body schema. I then generate an OpenAPI spec with examples, descriptions, and serve my api with HttpApi. I'm facing this issue with the examples annotation. someOptionalField to be optional in the examples array element, but it's not. I think I understand why : I guess it's because examples array elements are decoded instances of my schema. But still, practically I have a hard time finding a good workaround. 