Open jmini opened 6 years ago
@jmini , thanks for the bug report! Indeed this seems to be a case where the validation (and content assist) do not allow for a schema reference, only an inline schema.
We'll fix this.
Looks like an issue with the schema. If we look at https://github.com/RepreZen/KaiZen-OpenAPI-Editor/blob/master/com.reprezen.swagedit.openapi3/src/com/reprezen/swagedit/openapi3/schema/schema_v3.json#L822 we see that not
references #/definitions/schema
. To make that work it should reference #/definitions/schemaOrReference
.
Take this OAS3 spec:
Error Marker
Warning Marker:
Tested with