Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
json: Fix type specifications (dataType -> type) (#24)
The json schema previously specified the type of some attributes using the dataType attribute, which is invalid and inconsistent to the other type specifications. This commit fixes this by renaming these dataType attributes to type.
- Loading branch information