However BAS language compiler marks it in red and when I hover I get the following message:
Path mediaType leads to element. The path should lead to type Edm.String.CDS (annotations)
Apparently it's expecting the reference to mediaType to be a string, but according to the official documentation, the annotations are correct and the app works as expected, so I don't know why BAS is complaining.
Hello, I'm creating the following entity:
However BAS language compiler marks it in red and when I hover I get the following message:
Path mediaType leads to element. The path should lead to type Edm.String.CDS (annotations)
Apparently it's expecting the reference to mediaType to be a string, but according to the official documentation, the annotations are correct and the app works as expected, so I don't know why BAS is complaining.
Here is the result of executing
cds --version
: