valid-json-schema
Overview
This rule belongs to the api-blueprint-validation ruleset and states that:
If a JSON schema is embedded in an API Blueprint/Elements file to provide a data definition, it must be valid as per standards.
| Property | Value |
|---|---|
| Enabled | Yes |
| Maximum Severity | Error |
| Message | Provided JSON schema is invalid. |
| Code | APIBLUEPRINT_V301 |
| Type | Validation |
| Rule System | Semantic |
| Broad Category | Data Structures |
| Products Impacted | API Transformer, Code Generation, Developer Experience Portal |
| Tags | api blueprint api elements api semantic validation json schema schema |
Suggested Fixes
- Ensure that the JSON schema is valid as per the intended JSON schema specification draft.