non-empty-non-null-example-id
Overview
This rule belongs to the apimatic-docs-linting
ruleset and states that:
All examples provided for a component must be assigned unique, non-empty and non-null ids.
Property | Value |
---|---|
Enabled | Yes |
Maximum Severity | Warning |
Message | Example id is null or empty. |
Code | APIMATICDOCS_L108 |
Type | Linting |
Rule System | Semantic |
Broad Category | Examples |
Products Impacted | Developer Experience Portal |
Tags | portal generation portal docs linting apimatic id example |
Suggested Fixes
- Make sure that all examples have a unique non-empty and non-null id assigned to it.
- Remove example entries that have empty/null id assigned to them.