The spec seems to contain invalid swagger style references #/definitions/base compared to the newer style of #/components/schemas/Base
My limited understanding is that these references are invalid now that we're using OASv3
components.examples.AppUserSchemaResponse
components.examples.DefaultAppUserSchemaResponse
components.examples.GroupSchemaResponse
components.examples.UserSchemaResponse
The spec seems to contain invalid swagger style references
#/definitions/basecompared to the newer style of#/components/schemas/BaseMy limited understanding is that these references are invalid now that we're using OASv3