Resource Validation
Provides a function to validate developed resources.
All developed resources must pass validation before they can be uploaded and deployed to the codebase. Therefore, it is possible to prevent incorrect resources from being uploaded in advance.
|
For the list of validators for resource validation, refer to the Resource Verifier page. |
1. IO Validation
Validates created IO files.
-
Meta validation: Validates whether the fields of the IO are created by using the registered meta.
-
Extended validation: Provides flexible validation by extending the rules that validate IO.
2. DBIO Validation
Validates created DBIO files.
-
SQL validation: Provides functions such as detection of prohibited words and detection of rule violations.
-
Extended validation: Provides flexible validation by extending the rules that validate DBIO.