Commit d31839a
authored
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.1 parent 15b6d24 commit d31839a
1 file changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
690 | 690 | | |
691 | 691 | | |
692 | 692 | | |
693 | | - | |
| 693 | + | |
694 | 694 | | |
695 | 695 | | |
696 | | - | |
| 696 | + | |
697 | 697 | | |
698 | 698 | | |
699 | 699 | | |
| |||
861 | 861 | | |
862 | 862 | | |
863 | 863 | | |
864 | | - | |
| 864 | + | |
865 | 865 | | |
866 | 866 | | |
867 | 867 | | |
| |||
0 commit comments