💯
API Standards and Governance
Conektto's API design studio has pre-built API standards that enable Product Managers and Developers to focus only on the API schema design while linting is done automatically.
The following are various standards supported by Conektto's design studio:
Pascal Case | Info-title | Parameters |
Snake Case | API Description | Attributes / Models |
Kebab Case | Version | Operations |
Camel Case | Examples | References / Components |
Schema Name | Data types | Path |
Schema description | Standard Data types | Tags |
| Array and Array of Objects | Required / Optional |
Conektto's API design studio has pre-built governance that enable consumability, programmability and operability of APIs. At "Publish", Conektto's API linter scans across the design, flags and validates any non conformance.
Security Scheme | GET, PUT, POST, DELETE, PATCH, HEAD | Success Responses 200, 201 |
Object relations for Data Provider API | Request and Response structure | Error Responses 4xx, 5xx |
Path and Query parameters | Header and Form data | No Status codes |
Last modified 4mo ago