Siebel REST API swagger field type string for non DTYPE_TEXT datatype
We are on Siebel version IP24.1, when we generate the swagger file for REST inbound using /describe method, we see that the type of the field is always be string even for non DTYPE_TEXT datatype. For example:
"Address Change Flag": {
"title": "Address Change Flag",
"type": "string",
"x-maxLength": "1",
"x-siebel-datatype": "DTYPE_BOOL"
},
The "type" property is "string" instead of "boolean" for siebel datatype "DTYPE_BOOL". Is there any way to get "type" outcome right?
Thanks in advance :-)