Open lnash94 opened 5 months ago
Description: If the OAS object property has this field with constraint
"url": { "type": [ "string", "null" ], "maxLength": 512, "format": "uri" },
Currently, code generation adds annotations for the given field which causes a compilation error. Solution: Avoid generating annotations for the given field since the ballerina can not support constraints for union types.
Description: If the OAS object property has this field with constraint
Currently, code generation adds annotations for the given field which causes a compilation error. Solution: Avoid generating annotations for the given field since the ballerina can not support constraints for union types.