Import Validation
Overview
Validation checks performed when a user-provided API specification file is being imported.
Property | Value |
---|---|
Id | import-validation |
Code | IMPORT_V |
Ruleset Type | Validation |
Default Severity of All Rules | Blocking |
Rule System | Semantic |
Tags | import api specification api file validation |
Categories of Rules
- File I/O Accessibility (IMPORT_V001 - IMPORT_V099)
- File I/O Content (IMPORT_V100 - IMPORT_V199)
- References Rules (IMPORT_V200 - IMPORT_V299)
File I/O Accessibility Rules
- valid-directory-path (IMPORT_V001)
- valid-file-path (IMPORT_V002)
- valid-file-url (IMPORT_V003)
- documentation-url-redirection (IMPORT_V004)
File I/O Content Rules
- non-empty-file (IMPORT_V100)
- file-pre-loaded (IMPORT_V101)
- main-file-known-format (IMPORT_V102)
- recognized-file-format (IMPORT_V103)
- single-main-api-description-file (IMPORT_V104)