OCI-40934
Cannot create JSON Relational Duality View 'string': Invalid or conflicting annotations for the JSON field.
Cause
Invalid or conflicting annotations specified while creating a Duality View. Note the only valid annotations for individual fields of a Duality View are (NO)CHECK, (NO)UPDATE and HIDDEN.
Action
Ensure that valid and non-conflicting annotations are used in the view definition. If using GraphQL based definition, check the directives for the particular field. If using SQL, check the WITH annotations for the particular field.