mwxxhdb
Results
2
issues of
mwxxhdb
Incorrect YAML ```yaml EnumObject: type: string enum: - NULL - ITEM1 - ITEM2 ``` Correct YAML ```yaml EnumObject: type: string enum: - 'NULL' - ITEM1 - ITEM2 ``` Issue: There...
The version is not consistent with the latest release.