Closed
Description
Lets assume that we have an operation as shown below
@http(code: 200, method: "POST", uri: "/test_operation")
operation TestOperation {
input := {
@required
test1: String
@required
test2: String
}
output := {
@required
test3: String
}
}
The TestOperationInput and TestOperationOutput that are generated will generate filed which are Optional[String] even if they are annotated with @required
This happens only with input and output of a operation
Metadata
Metadata
Assignees
Labels
No labels