nishant4121988
4 years agoOccasional Contributor
Structural error at paths
basePath : "/services/apexrest/sg"
schemes:
- "https"
- "http"
paths:
/0.1/customer:
get:
description: Should give an overview / a list of all customers with state active. List should...
- 4 years ago
OK I see the error now. It's caused by an extra "securitySchemes" section in "paths". You need to remove it.