Input File Validation
Overview
Validation checks performed on the API specification and related files provided by the user.
Property | Value |
---|---|
Id | input-file-validation |
Code | INPUTFILE_V |
Ruleset Type | Validation |
Default Severity of All Rules | Blocking |
Rule System | Semantic |
Tags | api specification api file validation |
Categories of Rules
- File I/O Accessibility (INPUTFILE_V001 - INPUTFILE_V099)
- File I/O Content (INPUTFILE_V100 - INPUTFILE_V199)
- References Rules (INPUTFILE_V200 - INPUTFILE_V299)
File I/O Accessibility Rules
- valid-directory-path (INPUTFILE_V001)
- valid-file-path (INPUTFILE_V002)
- valid-file-url (INPUTFILE_V003)
- documentation-url-redirection (INPUTFILE_V004)
File I/O Content Rules
- non-empty-file (INPUTFILE_V100)
- file-pre-loaded (INPUTFILE_V101)
- main-file-known-format (INPUTFILE_V102)
- recognized-file-format (INPUTFILE_V103)
- single-main-api-description-file (INPUTFILE_V104)