no-explicit-schema-type-implies-any-type
Overview
This rule belongs to the openapi-v3-apimatic-linting ruleset and states that:
Schema definitions where the type is not explicitly defined can be of any type.
| Property | Value |
|---|---|
| Enabled | No |
| Maximum Severity | Warning |
| Message | Schema type is missing. |
| Code | OPENAPI3APIMATIC_L665 |
| Type | Linting |
| Rule System | Semantic |
| Broad Category | OpenAPI Schemas |
| Products Impacted | API Transformer, Code Generation, Developer Experience Portal |
| Tags | openapi3 openapi apimatic semantic linting schema type |
Suggested Fixes
- Ensure that the schema type is defined in case it was missed.