In relation to this issue - where schema tester was failing with an UndocumentedSchemaSectionError on our OAS definitions that uses DRF JSON:API RelationshipView
We would expect the schema tester to successfully index /api/pet/{petId}/relationships/owner/
In relation to this issue - where schema tester was failing with an
UndocumentedSchemaSectionError
on our OAS definitions that uses DRF JSON:API RelationshipViewWe would expect the schema tester to successfully index
/api/pet/{petId}/relationships/owner/
739a3b16459378d9a9aeba3a111702fa95f5f72f replicates the issue we are seeing