All public logs
Jump to navigation
Jump to search
Combined display of all available logs of Izara Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 00:29, 3 March 2026 Sven the Barbarian talk contribs created page Standard Data Structures (Created page with "= Overview = Standard structure and definitions. = Definition = == objType == <syntaxhighlight lang="JavaScript"> { serviceTag: "xxx", objectType: "yyy" } </syntaxhighlight> use to identify which serviceTag that object schema located * serviceTag: service tag that stored object schema * objectType: name of object schema == objTypeConcat == <syntaxhighlight lang="JavaScript"> <serviceTag>_<objectType> </syntaxhighlight> * objTypeConcat: "serviceTag" + "_" + "objectTy...")