Skip to content

Commit

Permalink
Change HIP-412 naming
Browse files Browse the repository at this point in the history
Signed-off-by: Michiel Mulders <[email protected]>
  • Loading branch information
michielmulders committed Apr 17, 2024
1 parent fc810be commit c937716
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1303,7 +1303,7 @@ const directoryValidationResult = Hip412Validator.validateLocalDirectory(directo

This method returns an object contains:

- `isValid`: A boolean flag indicating whether all files within the specified directory passed validation. It is true if all files are valid according to the HIP-412 schema, and false otherwise.
- `isValid`: A boolean flag indicating whether all files within the specified directory passed validation. It is true if all files are valid according to the token metadata JSON schema V2, and false otherwise.
- `errors`: An array of objects, each corresponding to a file that failed validation. Each object include:
- `fileName`: The name of the file that encountered validation errors, helping to identify the source of the issue.
- `general`: An array of strings, with each string describing a specific validation error encountered in the file.
Expand Down

0 comments on commit c937716

Please sign in to comment.